]> Creatis software - cpPlugins.git/blobdiff - lib/Instances/CMakeLists.txt
Windows compilation 3/3
[cpPlugins.git] / lib / Instances / CMakeLists.txt
index 642913512e33705451a0bc2b0ceebaed8af9e14d..bf7d66505243d96188cc31d2d63d7e77d90b9ede 100644 (file)
@@ -7,6 +7,7 @@ SET(_all_instances)
 FOREACH(_instance ${_instances})
   CompileInstances(
     _lib_name
+       ${PROJECT_BINARY_DIR}/lib
     ${_instance} ${cpPlugins_NUMBER_OF_FILES}
     "" "${prj_VERSION}" "${prj_SHORT_VERSION}"
     )
@@ -28,5 +29,6 @@ TARGET_LINK_LIBRARIES(${_pfx}Meshes ${_pfx}BoundingBoxes)
 TARGET_LINK_LIBRARIES(${_pfx}ImageIterators ${_pfx}Images)
 TARGET_LINK_LIBRARIES(${_pfx}ImageFilters ${_pfx}Images ${_pfx}ImageIterators)
 TARGET_LINK_LIBRARIES(${_pfx}ImageNeighborhoodIterators ${_pfx}Images)
+TARGET_LINK_LIBRARIES(${_pfx}Paths ${_pfx}Images)
 
 ## eof - $RCSfile$