1
0
mirror of synced 2024-05-28 16:30:11 +02:00
modern-cmake/examples/CMakeLists.txt
2021-07-14 12:09:06 -04:00

308 B

cmake_minimum_required(VERSION 3.11...3.21)

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)