X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=examples%2FCMakeLists.txt;h=d36f2550a5e420bead78ef2e2148c237fcf78565;hb=4a3722c8e245ff242e8e253a8c1704db53f21c77;hp=72d9ad2c64aae2fc9e57083ebd496fd63ba3adf5;hpb=35d9275085c88f2a2c8d8112a395f09f1a183fc3;p=FrontAlgorithms.git diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 72d9ad2..d36f255 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -21,7 +21,7 @@ if(BUILD_EXAMPLES) ) foreach(_e ${_examples}) add_executable(fpa_example_${_e} ${_e}.cxx) - target_link_libraries(fpa_example_${_e} ${ITK_LIBRARIES}) + target_link_libraries(fpa_example_${_e} fpa) endforeach(_e) endif(BUILD_EXAMPLES)