mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-13 12:42:36 +01:00
8af0ffe9c7
The old makefile solution will still be around on branch "make".
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)
|