]> SALOME platform Git repositories - samples/component.git/blobdiff - CMakeLists.txt
Salome HOME
CMake: improved reloading of dependent CMake targets in Config file to
[samples/component.git] / CMakeLists.txt
index 004922b1569f4cb41a427a02a4441d7494f616d5..1e9392acdfd8b2f7c2b5029d9601f22980a52834 100755 (executable)
@@ -166,6 +166,10 @@ EXPORT(TARGETS ${_${PROJECT_NAME}_exposed_targets}
 SET(KERNEL_ROOT_DIR "${KERNEL_ROOT_DIR}")
  
 SET(CONF_INCLUDE_DIRS "${PROJECT_SOURCE_DIR}/include" "${PROJECT_BINARY_DIR}/include")
+
+# Build variables that will be expanded when configuring Salome<MODULE>Config.cmake:
+# SALOME_CONFIGURE_PREPARE() #For use in the future
+
 CONFIGURE_PACKAGE_CONFIG_FILE(${PROJECT_NAME}Config.cmake.in
     ${PROJECT_BINARY_DIR}/${PROJECT_NAME}Config.cmake
     INSTALL_DESTINATION "${SALOME_INSTALL_CMAKE_LOCAL}"