]> Creatis software - FrontAlgorithms.git/blob - cmake/fpaConfig.cmake.in
f019632dcbd8844ddee0093c1d48dcb60f7684cf
[FrontAlgorithms.git] / cmake / fpaConfig.cmake.in
1 @PACKAGE_INIT@
2
3 include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake")
4 check_required_components("@PROJECT_NAME@")
5
6 ## ===========================================
7 ## == Find needed packages and dependencies ==
8 ## ===========================================
9
10 find_package(ivq CONFIG REQUIRED)
11
12 ## eof - $RCSfile$