open-license-manager
2014-08-11 0c0753602286bbf2ce89a2ed8c7acd7db2dfbc7c
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)