cmake_minimum_required(VERSION 3.2) project(wut-samples) add_subdirectory(helloworld) add_subdirectory(pong)