mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
update with SALOMEException in salome-bootstrap
This commit is contained in:
parent
cbff81fbaa
commit
355891c37b
@ -23,6 +23,7 @@ INCLUDE_DIRECTORIES(
|
||||
${KERNEL_INCLUDE_DIRS}
|
||||
${OpenCASCADE_INCLUDE_DIR}
|
||||
${Boost_INCLUDE_DIRS}
|
||||
${SALOMEBOOTSTRAP_INCLUDE_DIRS}
|
||||
${PROJECT_SOURCE_DIR}/src/SMDS
|
||||
)
|
||||
|
||||
@ -38,6 +39,7 @@ SET(_link_LIBRARIES
|
||||
${OpenCASCADE_FoundationClasses_LIBRARIES}
|
||||
${OpenCASCADE_ModelingData_LIBRARIES}
|
||||
${Boost_LIBRARIES}
|
||||
SALOMEException
|
||||
SMDS
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user