|
|
|
@@ -152,14 +152,13 @@ if(MSVC AND BUILD_SHARED_LIBS) |
|
|
|
if (${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} LESS 3.4) |
|
|
|
include("${PROJECT_SOURCE_DIR}/cmake/export.cmake") |
|
|
|
else() |
|
|
|
# Creates verbose .def file (51KB vs 18KB) |
|
|
|
set_target_properties(${OpenBLAS_LIBNAME} PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS true) |
|
|
|
endif() |
|
|
|
endif() |
|
|
|
|
|
|
|
# Set output for libopenblas |
|
|
|
set_target_properties( ${OpenBLAS_LIBNAME} PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib) |
|
|
|
set_target_properties( ${OpenBLAS_LIBNAME} PROPERTIES LIBRARY_OUTPUT_NAME_DEBUG "${OpenBLAS_LIBNAME}_d") |
|
|
|
# Creates verbose .def file (51KB vs 18KB) |
|
|
|
set_target_properties( ${OpenBLAS_LIBNAME} PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS TRUE) |
|
|
|
|
|
|
|
|
|
|
|
|