Skip to content

Commit

Permalink
Began adding PluginCommon project for logging facilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Sep 30, 2010
1 parent 926c044 commit d3ea647
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion libs/log/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set (CMAKE_BACKWARDS_COMPATIBILITY 2.6)

include(${CMAKE_DIR}/common.cmake)

message("Including boost::log")

include_directories (
${Boost_INCLUDE_DIRS}
${CMAKE_CURRENT_SOURCE_DIR}/src
Expand All @@ -33,3 +33,8 @@ set(SOURCES

add_library (boost_log STATIC ${SOURCES})

link_boost_library(boost_log filesystem)
link_boost_library(boost_log system)
link_boost_library(boost_log date_time)
link_boost_library(boost_log regex)
link_boost_library(boost_log thread)

0 comments on commit d3ea647

Please sign in to comment.