]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/CMakeLists.txt
Install macros
[u/mrichter/AliRoot.git] / STEER / CMakeLists.txt
index 042a5b53fc333a6ae867deadd3222df3d54b70d3..5b7335c0f1a0c0cb7e5cff21876826582766a308 100644 (file)
@@ -20,4 +20,11 @@ add_subdirectory (AOD)
 add_subdirectory (CDB)
 add_subdirectory (STEER)
 
+# Macros
+# Do not forget the ending / from macros/
+# The / will point to install the content of the folder to 
+# macros/STEER Without the / it will create a new folder 
+# macros/STEER/macros
+install(DIRECTORY macros/ DESTINATION macros/STEER)
+
 message(STATUS "STEER enabled")