1
0
mirror of synced 2024-06-03 03:08:10 +02:00
modern-cmake/examples/CMakeLists.txt
Henry Fredrick Schreiner cf824ab47c Examples all build and test
2018-03-29 12:27:23 +02:00

179 B

cmake_minimum_required(VERSION 3.11)

project(ModernCMakeExamples)

enable_testing()

add_subdirectory(root-simple) add_subdirectory(root-simple-3.11) add_subdirectory(root-dict)