]> Creatis software - creaContours.git/commitdiff
*** empty log message ***
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Mon, 1 Nov 2010 10:14:15 +0000 (10:14 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Mon, 1 Nov 2010 10:14:15 +0000 (10:14 +0000)
appli/wxContourGUIExample/CMakeLists.txt

index 5ed3d230eb62744cf2b0048bbe6c31054a305a28..3c6d9829da6fae8e3378de0c074d15759aeeb0bd 100644 (file)
@@ -1,17 +1,17 @@
 
 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}
@@ -25,4 +25,4 @@ TARGET_LINK_LIBRARIES( wxContourGUIExample
 
                      )
 
-INSTALL_TARGETS(/bin/ wxContourGUIExample )
+INSTALL_TARGETS(/bin/ creaContourApp )