mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-27 09:50:34 +05:00
Fix-up dependencies
This commit is contained in:
parent
15963fa362
commit
5e086fb537
@ -25,7 +25,6 @@ INCLUDE_DIRECTORIES(
|
||||
${VTK_INCLUDE_DIRS}
|
||||
${Boost_INCLUDE_DIRS}
|
||||
${PROJECT_SOURCE_DIR}/src/SMDS
|
||||
${PROJECT_SOURCE_DIR}/src/SMESHDS
|
||||
)
|
||||
|
||||
# additional preprocessor / compiler flags
|
||||
@ -43,7 +42,7 @@ SET(_link_LIBRARIES
|
||||
${CAS_TKGeomBase}
|
||||
${CAS_TKGeomAlgo}
|
||||
${Boost_LIBRARIES}
|
||||
SMESHDS
|
||||
SMDS
|
||||
)
|
||||
|
||||
# --- headers ---
|
||||
|
Loading…
Reference in New Issue
Block a user