# CMakeList.txt ; CMake project for Samples
cmake_minimum_required(VERSION 3.13)
add_subdirectory("01_triangle")
add_subdirectory("00_util")