Fixed source files directory
This commit is contained in:
parent
892b9c449d
commit
5301c91b75
|
@ -27,7 +27,7 @@ set(ROOT_LIBRARIES -L${ROOT_LIBRARY_DIR} -lCore -lRIO -lNet -lHist -lGraf -lGraf
|
|||
# Locate sources and headers for this project
|
||||
# NB: headers are included so they will show up in IDEs
|
||||
#
|
||||
file(GLOB sources ${PROJECT_SOURCE_DIR}/src/*.cpp)
|
||||
file(GLOB sources ${PROJECT_SOURCE_DIR}/source/*.cpp)
|
||||
file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hpp)
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue