mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-25 07:58:39 -05:00
7 lines
128 B
CMake
7 lines
128 B
CMake
cmake_minimum_required(VERSION 3.2)
|
|
project(samples)
|
|
|
|
add_subdirectory(helloworld)
|
|
add_subdirectory(pong)
|
|
add_subdirectory(gx2)
|