1
0
mirror of synced 2025-01-07 03:54:23 +01: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)