2024-11-11 15:18:55 +01:00

4 lines
83 B
CMake

cmake_minimum_required (VERSION 3.10)
project(Examples)
subdirs(example1 example2)