open-license-manager
2014-09-01 d6bd584c0fd5880aa5c5c45b9d03d12b278c48be
src/bootstrap/CMakeLists.txt
@@ -1,9 +1,12 @@
if(WIN32)
   add_subdirectory(win)
else(WIN32)
add_executable(
 bootstrap
 bootstrap.cpp
 bootstrap_linux.cpp
)
ENDIF(WIN32)
SET_TARGET_PROPERTIES(bootstrap PROPERTIES LINK_SEARCH_START_STATIC ON)
SET_TARGET_PROPERTIES(bootstrap PROPERTIES LINK_SEARCH_END_STATIC OFF)