]> Creatis software - cpPlugins.git/blob - cmake/CMakeLists.txt
Cast image filter added. ROI filter modified.
[cpPlugins.git] / cmake / CMakeLists.txt
1 ## =====================
2 ## == Configure files ==
3 ## =====================
4
5 CONFIGURE_FILE(
6   cpPluginsConfig.cmake.in
7   ${PROJECT_BINARY_DIR}/cpPluginsConfig.cmake
8   @ONLY
9   )
10
11 ## eof - $RCSfile$