From: Eduardo Davila Date: Fri, 27 Aug 2010 20:36:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CREATOOLS.2-0-3~8 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=dd3781c9aa04380e7f51081850a8db2323d79c06;p=crea.git *** empty log message *** --- diff --git a/appli/creaNewProject/NewProject/appli/template_wx_appli/CMakeLists.txt b/appli/creaNewProject/NewProject/appli/template_wx_appli/CMakeLists.txt index 85f8511..e9547e1 100644 --- a/appli/creaNewProject/NewProject/appli/template_wx_appli/CMakeLists.txt +++ b/appli/creaNewProject/NewProject/appli/template_wx_appli/CMakeLists.txt @@ -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}