mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 21:51:12 +02:00
Only apply tools for top-level directory (#36)
* update CPM.cmake * only apply tools for top-level directory
This commit is contained in:
parent
e362045719
commit
6a5efe38c1
5 changed files with 48 additions and 17 deletions
|
@ -9,6 +9,10 @@ project(GreeterTests
|
|||
option(ENABLE_TEST_COVERAGE "Enable test coverage" OFF)
|
||||
option(TEST_INSTALLED_VERSION "Test the version found by find_package" OFF)
|
||||
|
||||
# --- Import tools ----
|
||||
|
||||
include(../cmake/tools.cmake)
|
||||
|
||||
# ---- Dependencies ----
|
||||
|
||||
include(../cmake/CPM.cmake)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue