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