Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
  • Loading branch information
FrogTheFrog and ReenigneArcher authored Apr 16, 2024
1 parent 5a69c45 commit b9743a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ else()
endif()

# glob src
file(GLOB_RECURSE DD_TARGET_FILES src/*.h src/*.cpp)
file(GLOB_RECURSE DD_TARGET_FILES "${CMAKE_SOURCE_DIR}/src/*.cpp")
include_directories("${CMAKE_SOURCE_DIR}")

# tests
if(BUILD_TESTS)
Expand Down

0 comments on commit b9743a4

Please sign in to comment.