cmake_minimum_required(VERSION 3.2)
project(samples)
add_subdirectory(helloworld)
add_subdirectory(pong)
add_subdirectory(gx2)