]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PMD/PMDsim/CMakeLists.txt
Switching from CMAKE_SOURCE_DIR to AliRoot_SOURCE_DIR
[u/mrichter/AliRoot.git] / PMD / PMDsim / CMakeLists.txt
index bba0592279f71c16f56b09291f00fc1b21c0e601..bb808caf6cf13c801ddb99576cb1b5965d595779 100644 (file)
 set(MODULE PMDsim)
 
 # Module include folder
-include_directories(${CMAKE_SOURCE_DIR}/PMD/${MODULE})
+include_directories(${AliRoot_SOURCE_DIR}/PMD/${MODULE})
 
 # Additional include folders in alphabetical order except ROOT
 include_directories(${ROOT_INCLUDE_DIRS}
-                    ${CMAKE_SOURCE_DIR}/RAW/RAWDatabase
-                    ${CMAKE_SOURCE_DIR}/RAW/RAWDatasim
-                    ${CMAKE_SOURCE_DIR}/PMD/PMDbase
-                    ${CMAKE_SOURCE_DIR}/STEER/CDB
-                    ${CMAKE_SOURCE_DIR}/STEER/STEER
-                    ${CMAKE_SOURCE_DIR}/STEER/STEERBase
+                    ${AliRoot_SOURCE_DIR}/RAW/RAWDatabase
+                    ${AliRoot_SOURCE_DIR}/RAW/RAWDatasim
+                    ${AliRoot_SOURCE_DIR}/PMD/PMDbase
+                    ${AliRoot_SOURCE_DIR}/STEER/CDB
+                    ${AliRoot_SOURCE_DIR}/STEER/STEER
+                    ${AliRoot_SOURCE_DIR}/STEER/STEERBase
                    )
 
 # Sources in alphabetical order