IF(WIN32)
LINK_DIRECTORIES( ${Boost_INCLUDE_DIRS}/stage/lib) #JCP 01/10/2009
- #LINK_DIRECTORIES( ${Boost_LIBRARY_DIRS})
- #MESSAGE ("EED " ${Boost_LIBRARY_DIRS})
- #libboost_signals-vc71-mt-1_37
- #libboost_filesystem-vc71-mt-1_37
- #boost_date_time-vc71-mt-1_37
#message("creamacro find and use lib = ${Boost_SIGNALS_LIBRARY}")
IF(USE_DEBUG_LIB)
ENDIF(USE_DEBUG_LIB)
ENDIF(WIN32)
IF(NOT WIN32)
- IF(APPLE)
- SET(BOOST_LIBRARIES
- boost_signals
- boost_filesystem
- boost_date_time
- boost_program_options
- boost_regex
- boost_thread
- )
- ELSE(NOT APPLE)
SET(BOOST_LIBRARIES
boost_signals-mt
boost_filesystem-mt
boost_regex-mt
boost_thread-mt
)
- ENDIF(APPLE)
ENDIF(NOT WIN32)
MARK_AS_ADVANCED(Boost_INCLUDE_DIR)