Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatyas committed May 25, 2024
1 parent 454ef64 commit e4453a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ endif()

if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
include(CTest)
include(dependencies/doctest/doctest.cmake)
add_subdirectory(dependencies/doctest)
add_subdirectory(tests)
endif()
Expand Down
2 changes: 0 additions & 2 deletions dependencies/doctest/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
add_library(doctest INTERFACE)
target_include_directories(doctest INTERFACE include)

include(doctest.cmake)

0 comments on commit e4453a4

Please sign in to comment.