mirror of
1
0
Fork 0
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)