mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-13 13:02:33 +01:00
bf4ddae73d
Shader assembled using the latte-assembler tool in decaf-emu repo.
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)
|