diff --git a/CMakeLists.txt b/CMakeLists.txt index ffbacfb..d95609f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) #----------------------------------------------------------------------------