2018-03-29 12:27:23 +02:00
|
|
|
cmake_minimum_required(VERSION 3.11)
|
|
|
|
|
|
|
|
project(ModernCMakeExamples)
|
|
|
|
|
|
|
|
enable_testing()
|
|
|
|
|
2019-02-21 22:28:07 +01:00
|
|
|
add_subdirectory(simple-project)
|
|
|
|
|
2018-05-01 17:18:27 +02:00
|
|
|
add_subdirectory(root-usefile)
|
2018-03-29 12:27:23 +02:00
|
|
|
add_subdirectory(root-simple)
|
|
|
|
add_subdirectory(root-simple-3.11)
|
|
|
|
add_subdirectory(root-dict)
|