X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpInstances%2FCMakeLists.txt;h=eac073aa8eb411da12cb07163f9920cd1b0f6653;hb=2f03899acd402ac802f723c36485a121e753a6b8;hp=4f27cc490d3bf4b77a9b0382bc34b24953767ed7;hpb=428f309e0bf9ff15b047ab16386d8aea19d49c61;p=cpPlugins.git diff --git a/lib/cpInstances/CMakeLists.txt b/lib/cpInstances/CMakeLists.txt index 4f27cc4..eac073a 100644 --- a/lib/cpInstances/CMakeLists.txt +++ b/lib/cpInstances/CMakeLists.txt @@ -12,6 +12,7 @@ SET( MatrixImages Image ImageIterators + ImageInterpolators NeighborhoodImageIterators BaseImageFilters ComplexImageFilters @@ -47,7 +48,7 @@ ENDFOREACH(_d) ## ===================== SET(_pfx cpInstances) -TARGET_LINK_LIBRARIES(${_pfx}BoundingBox ${_pfx}BaseObjects) +TARGET_LINK_LIBRARIES(${_pfx}BoundingBox ${_pfx}BaseObjects cpPlugins) TARGET_LINK_LIBRARIES(${_pfx}Transforms ${_pfx}BaseObjects) TARGET_LINK_LIBRARIES(${_pfx}Mesh ${_pfx}BoundingBox) TARGET_LINK_LIBRARIES(${_pfx}ScalarImages ${_pfx}BaseObjects) @@ -65,6 +66,7 @@ TARGET_LINK_LIBRARIES( cpPlugins ) TARGET_LINK_LIBRARIES(${_pfx}ImageIterators ${_pfx}Image) +TARGET_LINK_LIBRARIES(${_pfx}ImageInterpolators ${_pfx}Image) TARGET_LINK_LIBRARIES(${_pfx}NeighborhoodImageIterators ${_pfx}Image) TARGET_LINK_LIBRARIES(${_pfx}BaseImageFilters ${_pfx}ImageIterators) TARGET_LINK_LIBRARIES(${_pfx}ComplexImageFilters ${_pfx}ImageIterators) @@ -104,6 +106,7 @@ TARGET_LINK_LIBRARIES( ) TARGET_LINK_LIBRARIES( ${_pfx}Simple3DCurve + cpExtensions cpPlugins ) TARGET_LINK_LIBRARIES( @@ -115,6 +118,7 @@ TARGET_LINK_LIBRARIES( ${_pfx}Image ${_pfx}ImageIterators ${_pfx}NeighborhoodImageIterators + ${_pfx}ImageInterpolators ${_pfx}BaseImageFilters ${_pfx}ComplexImageFilters ${_pfx}ExtractImageFilters