]> Creatis software - creaContours.git/blobdiff - appli/wxContourGUIExample/CMakeLists.txt
Fixed the bug with the Ubuntu 64 latest version, by modifying the
[creaContours.git] / appli / wxContourGUIExample / CMakeLists.txt
index 3c6d9829da6fae8e3378de0c074d15759aeeb0bd..dbec9baf05554030664696fbb550e81c2d62f4b7 100644 (file)
@@ -14,15 +14,16 @@ INCLUDE_DIRECTORIES(${creaImageIO2_INCLUDE_DIRS})
 TARGET_LINK_LIBRARIES( creaContourApp
 #                     ${WXWIDGETS_LIBRARIES}
                       ${VTK_LIBRARIES}
-                      ${ITK_LIBRARIES}
+
                       ${creaEnvironment_LIBRARIES}
-                      ${creaMaracasVisu_LIBRARIES}
                       ${creaImageIO_LIBRARIES}
                        Interface_Icons_NDimensions_lib
                        Interface_ManagerContour_NDimensions_lib
-                       kernel_ManagerContour_NDimensions_lib
                       ${BOOST_LIBRARIES}
 
+                      ${ITK_LIBRARIES}
+                      ${creaMaracasVisu_LIBRARIES}
+                       kernel_ManagerContour_NDimensions_lib
                      )
 
 INSTALL_TARGETS(/bin/ creaContourApp )