Salome HOME
Migration to OpenCASCADE CMake configuration
[modules/gui.git] / src / CASCatch / CMakeLists.txt
index 10434442c4965840c82b621d3a0bdc31b29c4d05..9381a1a1b1ce6da1608943b767d278af55037dae 100755 (executable)
 
 # additional include directories
 INCLUDE_DIRECTORIES(
-  ${CAS_INCLUDE_DIRS}
+  ${OpenCASCADE_INCLUDE_DIR}
 )
 
 # additional preprocessor / compiler flags
-ADD_DEFINITIONS(${CAS_DEFINITIONS})
+ADD_DEFINITIONS(${OpenCASCADE_DEFINITIONS})
 
 # libraries to link to
-SET(_link_LIBRARIES ${CAS_KERNEL})
+SET(_link_LIBRARIES ${OpenCASCADE_FoundationClasses_LIBRARIES})
 
 # --- headers ---