mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 13:41:13 +02:00
Merge 118165080c
into 12cf5de1a8
This commit is contained in:
commit
5fd35526c1
4 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,7 @@ cmake_minimum_required(VERSION 3.14...3.22)
|
|||
|
||||
project(BuildAll LANGUAGES CXX)
|
||||
|
||||
include(../cmake/options.cmake)
|
||||
include(../cmake/tools.cmake)
|
||||
|
||||
# needed to generate test target
|
||||
|
|
1
cmake/options.cmake
Normal file
1
cmake/options.cmake
Normal file
|
@ -0,0 +1 @@
|
|||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
|
@ -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