open-license-manager
2014-09-11 909c6b41242c1d8c78e5ee621252560f0726d885
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)