]> Creatis software - crea.git/commitdiff
*** empty log message ***
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Fri, 27 Aug 2010 20:36:14 +0000 (20:36 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Fri, 27 Aug 2010 20:36:14 +0000 (20:36 +0000)
appli/creaNewProject/NewProject/appli/template_wx_appli/CMakeLists.txt

index 85f851114e3d9b157bce750c062b3787f6ea2e4c..e9547e14324b5f2d1a4a8964a97e7c51efb4935a 100644 (file)
@@ -4,7 +4,7 @@
 # (a good policy is to give the executable the same name that the directory)
 
 #########################
-SET ( EXE_NAME   MyExe  )
+SET ( EXE_NAME   MyExeWx  )
 #########################
 
 #----------------------------------------------------------------------------
@@ -33,7 +33,7 @@ INCLUDE_DIRECTORIES (
 # DEPENDENCIES (LIBRARIES TO LINK WITH)
 SET ( ${EXE_NAME}_LINK_LIBRARIES
   ${crea_LIBRARIES}
-  #    ${WXWIDGETS_LIBRARIES}
+  ${WXWIDGETS_LIBRARIES}
   #    ${KWWidgets_LIBRARIES}
   #    ${VTK_LIBRARIES}
   #    ${ITK_LIBRARIES}