mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-13 15:51:52 +01:00
6 lines
110 B
CMake
6 lines
110 B
CMake
|
cmake_minimum_required(VERSION 3.2)
|
||
|
project(wut-samples)
|
||
|
|
||
|
add_subdirectory(helloworld)
|
||
|
add_subdirectory(pong)
|