Fixed: Some compile settings for pipeline project.

--HG--
branch : build_pipeline_v3
hg/feature/build_pipeline_v3
kaetemi 13 years ago
parent 8af717e33e
commit d6bd0134b0

@ -2,14 +2,13 @@ FILE(GLOB SRC *.cpp *.h)
SOURCE_GROUP("" FILES ${SRC}) SOURCE_GROUP("" FILES ${SRC})
FIND_PACKAGE(Boost COMPONENTS thread REQUIRED)
ADD_EXECUTABLE(pipeline_service WIN32 ${SRC}) ADD_EXECUTABLE(pipeline_service WIN32 ${SRC})
IF(UNIX) IF(UNIX)
FIND_PACKAGE(Boost COMPONENTS thread REQUIRED)
INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIR}) INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIR})
TARGET_LINK_LIBRARIES(pipeline_service pipeline_plugin_library nelmisc nelnet nelgeorges ${Boost_LIBRARIES}) TARGET_LINK_LIBRARIES(pipeline_service pipeline_plugin_library nelmisc nelnet nelgeorges ${Boost_LIBRARIES})
ELSE(UNIX) ELSE(UNIX)
INCLUDE_DIRECTORIES(${BOOST_ROOT})
TARGET_LINK_LIBRARIES(pipeline_service pipeline_plugin_library nelmisc nelnet nelgeorges) TARGET_LINK_LIBRARIES(pipeline_service pipeline_plugin_library nelmisc nelnet nelgeorges)
ENDIF(UNIX) ENDIF(UNIX)

Loading…
Cancel
Save