mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 02:10:35 +05:00
Fix-up dependencies
This commit is contained in:
parent
15963fa362
commit
5e086fb537
@ -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 ---
|
||||||
|
Loading…
Reference in New Issue
Block a user