mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-09-03 07:30:53 +02:00
Set CMAKE_EXPORT_COMPILE_COMMANDS too
This commit is contained in:
parent
a3bc933175
commit
95470160d8
2 changed files with 3 additions and 1 deletions
|
@ -59,7 +59,7 @@ if(EXISTS ${doctest_SOURCE_DIR}/scripts/cmake/doctest.cmake)
|
|||
doctest_discover_tests(${PROJECT_NAME})
|
||||
else()
|
||||
add_test(NAME ${PROJECT_NAME} COMMAND ${PROJECT_NAME})
|
||||
endif
|
||||
endif()
|
||||
|
||||
# ---- code coverage ----
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue