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

10 lines
179 B
CMake

cmake_minimum_required(VERSION 3.11)
project(ModernCMakeExamples)
enable_testing()
add_subdirectory(root-simple)
add_subdirectory(root-simple-3.11)
add_subdirectory(root-dict)