Fix-up dependencies

This commit is contained in:
vsr 2015-02-24 11:24:33 +03:00
parent 15963fa362
commit 5e086fb537

View File

@ -25,7 +25,6 @@ INCLUDE_DIRECTORIES(
${VTK_INCLUDE_DIRS} ${VTK_INCLUDE_DIRS}
${Boost_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS}
${PROJECT_SOURCE_DIR}/src/SMDS ${PROJECT_SOURCE_DIR}/src/SMDS
${PROJECT_SOURCE_DIR}/src/SMESHDS
) )
# additional preprocessor / compiler flags # additional preprocessor / compiler flags
@ -43,7 +42,7 @@ SET(_link_LIBRARIES
${CAS_TKGeomBase} ${CAS_TKGeomBase}
${CAS_TKGeomAlgo} ${CAS_TKGeomAlgo}
${Boost_LIBRARIES} ${Boost_LIBRARIES}
SMESHDS SMDS
) )
# --- headers --- # --- headers ---