]> Creatis software - gdcm.git/blobdiff - Example/CMakeLists.txt
Add exInline.cxx, to 'visualize' the difference betwwen inline an not inline
[gdcm.git] / Example / CMakeLists.txt
index 4be063c8f8d2de735e7e068eea5d548c4389a11d..0515c9675e27fab522c1366054d7ad9ae30f239d 100644 (file)
@@ -17,7 +17,9 @@ SET(EXAMPLE_SOURCES
   exExtractTag
   exSerieHelper
   exExtractDicomTags
-              
+  exPrintTime
+  exInline
+                
 #the following are utilities
   PrintDicomDir
   PrintFile
@@ -43,7 +45,7 @@ SET(EXAMPLE_SOURCES
 )
 
 FOREACH(name ${EXAMPLE_SOURCES})
-  ADD_EXECUTABLE(${name} ${name}.cxx)
+  ADD_EXECUTABLE(${name} ${name}.cxx )
   TARGET_LINK_LIBRARIES(${name} gdcm)
   INSTALL_TARGETS(/bin/ ${name})
 ENDFOREACH(name)