parent
262274b968
commit
b86aa4d36b
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@ cmake_minimum_required (VERSION 2.6)
|
||||||
project(hostpolicy)
|
project(hostpolicy)
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
add_compile_options($<$<CONFIG:RelWithDebInfo>:/MD>)
|
add_compile_options($<$<CONFIG:RelWithDebInfo>:/MT>)
|
||||||
add_compile_options($<$<CONFIG:Release>:/MD>)
|
add_compile_options($<$<CONFIG:Release>:/MT>)
|
||||||
add_compile_options($<$<CONFIG:Debug>:/MDd>)
|
add_compile_options($<$<CONFIG:Debug>:/MTd>)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
include(../setup.cmake)
|
include(../setup.cmake)
|
||||||
|
|
Loading…
Add table
Reference in a new issue