wut/samples/CMakeLists.txt
James Benton 8af0ffe9c7 Move wut to using CMake instead of Makefiles.
The old makefile solution will still be around on branch "make".
2017-03-23 12:18:02 +00:00

6 lines
110 B
CMake

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