4 lines
83 B
CMake
Raw Normal View History

2024-11-11 15:18:55 +01:00
cmake_minimum_required (VERSION 3.10)
2013-03-16 19:13:01 +02:00
project(Examples)
subdirs(example1 example2)