Skip to content

Commit f5b2d8a

Browse files
Update CMakeLists.txt
1 parent 2742160 commit f5b2d8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ endif()
5757
# ============================
5858
include_directories(${CMAKE_SOURCE_DIR}/include)
5959
include_directories(${CMAKE_SOURCE_DIR}/src)
60-
file(GLOB SRC_FILES ${CMAKE_SOURCE_DIR}/src/*.cpp)
60+
file(GLOB_RECURSE SRC_FILES ${CMAKE_SOURCE_DIR}/src/*.cpp)
6161
file(GLOB ARGPARSE_FILES ${CMAKE_SOURCE_DIR}/argparse/*.cpp)
6262

6363
add_executable(next ${SRC_FILES} ${ARGPARSE_FILES})

0 commit comments

Comments
 (0)