]> Creatis software - creaContours.git/blobdiff - appli/wxContourGUIExample/CMakeLists.txt
*** empty log message ***
[creaContours.git] / appli / wxContourGUIExample / CMakeLists.txt
index 5ed3d230eb62744cf2b0048bbe6c31054a305a28..234dc1143599aec62501f4a4e3e82b2abb69aeef 100644 (file)
@@ -1,19 +1,20 @@
 
 IF(WIN32)
   #MESSAGE("WIN32")
-  ADD_EXECUTABLE(wxContourGUIExample WIN32 wxContourGUIExample.cxx)  
-  SET_TARGET_PROPERTIES(wxContourGUIExample PROPERTIES LINK_FLAGS /subsystem:console )
+  ADD_EXECUTABLE(creaContourApp WIN32 wxContourGUIExample.cxx)  
+  SET_TARGET_PROPERTIES(creaContourApp PROPERTIES LINK_FLAGS /subsystem:console )
 ELSE(WIN32)
-  ADD_EXECUTABLE(wxContourGUIExample MACOSX_BUNDLE wxContourGUIExample)
+  ADD_EXECUTABLE(creaContourApp MACOSX_BUNDLE wxContourGUIExample)
 ENDIF(WIN32)
 
 INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS})
 INCLUDE_DIRECTORIES(${creaImageIO2_INCLUDE_DIRS})
 
 
-TARGET_LINK_LIBRARIES( wxContourGUIExample
+TARGET_LINK_LIBRARIES( creaContourApp
 #                     ${WXWIDGETS_LIBRARIES}
                       ${VTK_LIBRARIES}
+
                       ${ITK_LIBRARIES}
                       ${creaEnvironment_LIBRARIES}
                       ${creaMaracasVisu_LIBRARIES}
@@ -22,7 +23,6 @@ TARGET_LINK_LIBRARIES( wxContourGUIExample
                        Interface_ManagerContour_NDimensions_lib
                        kernel_ManagerContour_NDimensions_lib
                       ${BOOST_LIBRARIES}
-
                      )
 
-INSTALL_TARGETS(/bin/ wxContourGUIExample )
+INSTALL_TARGETS(/bin/ creaContourApp )