1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-31 22:21:13 +02:00

adding the options to test and standalone targets too

This commit is contained in:
Rober Morales-Chaparro 2025-03-26 21:54:11 +01:00
parent 785ba14814
commit 118165080c
2 changed files with 2 additions and 0 deletions

View file

@ -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 ----