Skip to content

Commit

Permalink
Set solution directory for boost projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Bateman committed Feb 23, 2011
1 parent 89ab83a commit 511535f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/date_time/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ set(SOURCES
)

add_library (boost_date_time STATIC ${SOURCES})
set_target_properties(boost_date_time PROPERTIES FOLDER "Libraries")

1 change: 1 addition & 0 deletions libs/filesystem/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ set(SOURCES
)

add_library (boost_filesystem STATIC ${SOURCES})
set_target_properties(boost_filesystem PROPERTIES FOLDER "Libraries")

if (FIREBREATH)
add_boost_library(system)
Expand Down
1 change: 1 addition & 0 deletions libs/regex/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ set(SOURCES
)

add_library (boost_regex STATIC ${SOURCES})
set_target_properties(boost_regex PROPERTIES FOLDER "Libraries")

1 change: 1 addition & 0 deletions libs/serialization/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ set(SOURCES
)

add_library (boost_serialization STATIC ${SOURCES})
set_target_properties(boost_serialization PROPERTIES FOLDER "Libraries")

1 change: 1 addition & 0 deletions libs/signals/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ set(SOURCES
)

add_library (boost_signals STATIC ${SOURCES})
set_target_properties(boost_signals PROPERTIES FOLDER "Libraries")

1 change: 1 addition & 0 deletions libs/smart_ptr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ set(SOURCES
)

add_library (boost_smart_ptr STATIC ${SOURCES})
set_target_properties(boost_smart_ptr PROPERTIES FOLDER "Libraries")

1 change: 1 addition & 0 deletions libs/system/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ set(SOURCES
)

add_library (boost_system STATIC ${SOURCES})
set_target_properties(boost_system PROPERTIES FOLDER "Libraries")

1 change: 1 addition & 0 deletions libs/thread/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ else()
endif()

add_library (boost_thread STATIC ${SOURCES})
set_target_properties(boost_thread PROPERTIES FOLDER "Libraries")

0 comments on commit 511535f

Please sign in to comment.