Skip to content

Commit

Permalink
Added install commands
Browse files Browse the repository at this point in the history
  • Loading branch information
taxilian committed Apr 12, 2011
1 parent 511535f commit d964449
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions libs/system/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ set(SOURCES
add_library (boost_system STATIC ${SOURCES})
set_target_properties(boost_system PROPERTIES FOLDER "Libraries")

if (FB_RELEASE)
install (TARGETS boost_system
EXPORT FireBreath_Exports
DESTINATION bin/\${BUILD_TYPE}
COMPONENT FBCORE
)
endif()
7 changes: 7 additions & 0 deletions libs/thread/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,10 @@ endif()
add_library (boost_thread STATIC ${SOURCES})
set_target_properties(boost_thread PROPERTIES FOLDER "Libraries")

if (FB_RELEASE)
install (TARGETS boost_thread
EXPORT FireBreath_Exports
DESTINATION bin/\${BUILD_TYPE}
COMPONENT FBCORE
)
endif()

0 comments on commit d964449

Please sign in to comment.