Change installation rules to match defaults of vcpkg #215

Closed
PatrickKa wants to merge 20 commits from vcpkg into master
Showing only changes of commit 4ed2ee63a2 - Show all commits
+4
View File
@@ -23,6 +23,10 @@ if (UNIX)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread")
endif(UNIX)
if(WIN32)
add_compile_definitions("WIN32")
endif(WIN32)
# Always build the core SDK library
add_subdirectory(sdk_core sdk_core)
# Only build the samples if this is the top-level project