mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 21:51:12 +02:00
adding the options to test and standalone targets too
This commit is contained in:
parent
785ba14814
commit
118165080c
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ project(GreeterStandalone LANGUAGES CXX)
|
|||
|
||||
# --- Import tools ----
|
||||
|
||||
include(../cmake/options.cmake)
|
||||
include(../cmake/tools.cmake)
|
||||
|
||||
# ---- Dependencies ----
|
||||
|
|
|
@ -9,6 +9,7 @@ option(TEST_INSTALLED_VERSION "Test the version found by find_package" OFF)
|
|||
|
||||
# --- Import tools ----
|
||||
|
||||
include(../cmake/options.cmake)
|
||||
include(../cmake/tools.cmake)
|
||||
|
||||
# ---- Dependencies ----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue