We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52e504 commit bafa35fCopy full SHA for bafa35f
1 file changed
CMakeLists.txt
@@ -77,8 +77,9 @@ endif()
77
include_directories(${CMAKE_SOURCE_DIR}/include)
78
include_directories(${CMAKE_SOURCE_DIR}/src)
79
file(GLOB SRC_FILES ${CMAKE_SOURCE_DIR}/src/*.cpp)
80
+file(GLOB ARGPARSE_FILES ${CMAKE_SOURCE_DIR}/argparse/*.cpp)
81
-add_executable(next ${SRC_FILES})
82
+add_executable(next ${SRC_FILES} ${ARGPARSE_FILES})
83
84
# ============================
85
# Pre-install OpenMP if needed (Clang/Linux)
0 commit comments