Files
geant4/examples/extended/common/scripts/CMakeLists_template_4.txt
T
2016-06-09 17:01:34 +02:00

9 lines
325 B
Plaintext

#----------------------------------------------------------------------------
# Locate sources and headers for this project
#
include_directories(${PROJECT_SOURCE_DIR}/include
${Geant4_INCLUDE_DIR})
file(GLOB sources ${PROJECT_SOURCE_DIR}/src/*.cc)
file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hh)