mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-09-06 00:41:01 +02:00
only apply tools for top-level directory
This commit is contained in:
parent
373d3c1651
commit
c74c3a13b1
4 changed files with 16 additions and 14 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