mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 01:29:08 +08:00
4 lines
67 B
CMake
4 lines
67 B
CMake
|
if(NOT BUILD_SHARED_LIBS)
|
||
|
add_definitions(-DNONDLL)
|
||
|
endif()
|