]> Creatis software - gdcm.git/blobdiff - Example/CMakeLists.txt
* Builder/ : add something to facilitate the RPM creation of gdcm
[gdcm.git] / Example / CMakeLists.txt
index 22ff98f0c90004a85cadf8dc9d5613c600dc12b4..1514d219ea4ec68e8cab25c2e3b5829a3736d8f5 100644 (file)
@@ -42,5 +42,6 @@ SET(EXAMPLE_SOURCES
 FOREACH(name ${EXAMPLE_SOURCES})
   ADD_EXECUTABLE(${name} ${name}.cxx)
   TARGET_LINK_LIBRARIES(${name} gdcm)
+  INSTALL_TARGETS(/bin/ ${name})
 ENDFOREACH(name)