From 354c5b7a8ee096ee305e552787a8972a9a013d2f Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Thu, 18 Nov 2010 21:02:38 +0000 Subject: [PATCH] *** empty log message *** --- appli/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appli/CMakeLists.txt b/appli/CMakeLists.txt index 863fb90..8257392 100644 --- a/appli/CMakeLists.txt +++ b/appli/CMakeLists.txt @@ -1,11 +1,11 @@ -#INSTALL( FILES creatis_AppGeneralPath.bat DESTINATION bin ) IF(CREA_BUILD_WX) ADD_SUBDIRECTORY(creaNewProject) ENDIF(CREA_BUILD_WX) IF(WIN32) + INSTALL( FILES creatis_AppGeneralPath.bat DESTINATION bin ) ADD_SUBDIRECTORY(creaSed) ENDIF(WIN32) -- 2.45.1