1
0
mirror of synced 2024-09-22 16:41:44 +02:00
modern-cmake/examples/CMakeLists.txt

10 lines
179 B
CMake
Raw Normal View History

2018-03-29 12:27:23 +02:00
cmake_minimum_required(VERSION 3.11)
project(ModernCMakeExamples)
enable_testing()
add_subdirectory(root-simple)
add_subdirectory(root-simple-3.11)
add_subdirectory(root-dict)