2 # Create a library called "lib<name>" which includes the source files given in
4 # The extension is already found. Any number of sources could be listed here.
6 set(INCLUDE_DIRECTORIES
7 ${CMAKE_SOURCE_DIR}/ALIROOT
8 ${CMAKE_SOURCE_DIR}/STEER
9 ${CMAKE_BINARY_DIR}/STEER
13 include_directories( ${INCLUDE_DIRECTORIES})
19 link_directories( ${LINK_DIRECTORIES})
23 include(CMake_binaliroot.txt)