]> Creatis software - clitk.git/blobdiff - common/CMakeLists.txt
passing OS name in globals.h
[clitk.git] / common / CMakeLists.txt
index 589d108cbeb90013f9d73c26eb971b95027c33d1..ebe4dff285808e01b16ec47eef0df5c969723bd3 100644 (file)
@@ -56,3 +56,9 @@ TARGET_LINK_LIBRARIES(clitkDicomRTStruct vtkHybrid)
 
 #ADD_LIBRARY(clitkCommonShared SHARED ${clitkCommon_SRC})
 #SET_TARGET_PROPERTIES(clitkCommonShared PROPERTIES COMPILE_FLAGS -fPIC)
+
+#passing environnment variable
+configure_file (
+ globals.h.in
+ globals.h
+)