Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
AutoExportDll
/
sub
/
CMakeLists.txt
blob: 8b70e7dfadc3000fe0c6136817b9f4a11c3b7b5c [
file
] [
log
] [
blame
]
add_library(autoexport2 SHARED sub.cxx)
if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
# Try msvc "big" object format.
target_compile_options(autoexport2 PRIVATE /bigobj)
endif()