Skip to content

Commit 4f4f4e3

Browse files
committed
doxyfile change
1 parent 4625d93 commit 4f4f4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ option(BUILD_EXAMPLES "Build examples" ON)
1111
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/ml_library_include)
1212

1313
# Source files
14-
file(GLOB_RECURSE SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/src/*.cpp") # Not using currently.
14+
file(GLOB_RECURSE SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/src/*.cpp")
1515

1616
# Define the library target
1717
add_library(cpp_ml_library STATIC ${SOURCES})

0 commit comments

Comments
 (0)