1
0
mirror of synced 2024-06-30 00:02:52 +02:00
modern-cmake/examples/CMakeLists.txt
Henry Schreiner 570c7b64bf
chore: bump to CMake 3.23
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
2022-03-29 16:41:40 -04:00

15 lines
308 B
CMake

cmake_minimum_required(VERSION 3.11...3.23)
project(ModernCMakeExamples)
set(MODERN_CMAKE_BUILD_TESTING ON)
include(CTest)
add_subdirectory(simple-project)
add_subdirectory(extended-project)
add_subdirectory(fetch)
add_subdirectory(root-usefile)
add_subdirectory(root-simple)
add_subdirectory(root-dict)