]> Creatis software - crea.git/commitdiff
some fixes
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Thu, 7 Apr 2011 14:16:38 +0000 (14:16 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Thu, 7 Apr 2011 14:16:38 +0000 (14:16 +0000)
appli/creaNewProject/NewProject/CMakeLists.txt.in
appli/creaNewProject/NewProject/lib/mySampleLib/CMakeLists.txt
appli/creaNewProject/NewProject/lib/mySampleLib/myFierceClass.h

index f7e8b3a4d47358ecf4a0502c3d42ba585dc14877..50c9f5dfe1a1e9e4023277d0760384bc22a5194b 100644 (file)
@@ -78,8 +78,8 @@ SET(USE_GDCM_VTK  OFF)
 SET(USE_GDCM2     OFF)
 SET(USE_WXWIDGETS OFF)
 SET(USE_KWWIDGETS OFF)
-SET(USE_VTK       OFF)
-SET(USE_ITK       OFF)
+SET(USE_VTK       ON)
+SET(USE_ITK       ON)
 SET(USE_BOOST     OFF)
 
 # USER! : Note : Set USE_DOXYGEN to ON
index ec886494799e80c326dbece002a5e4be820fffc3..01c1534bc0df0abd059c46bf5649bbde023a7801 100644 (file)
@@ -3,7 +3,7 @@
 # (Replace 'MyLib' by your own library name)
 
 #############################
-SET ( LIBRARY_NAME   MySampleLib  )
+SET ( LIBRARY_NAME   mySampleLib  )
 #############################
 
 #----------------------------------------------------------------------------
index 6fc3838d73fbf06da91fe391e1a6ab963417a086..74a8dfefe288338aba8bea5dd1a204ab281f1db5 100644 (file)
@@ -1,13 +1,13 @@
 #ifndef _myFierceClass_H_
 #define _myFierceClass_H_
 
-//#include "MySampleLib_EXPORT.h"
+//#include "mySampleLib_EXPORT.h"
 //---------------------------------------------
 // dummy class 
 // the job is done by a function that receives arguments and returns a value
 //---------------------------------------------
 
-class /*MySampleLib_EXPORT*/ myFierceClass
+class /*mySampleLib_EXPORT*/ myFierceClass
 {
    public :
       myFierceClass() {};