mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-13 14:42:38 +01:00
bf4ddae73d
Shader assembled using the latte-assembler tool in decaf-emu repo.
5 lines
85 B
CMake
5 lines
85 B
CMake
cmake_minimum_required(VERSION 3.2)
|
|
project(samples-gx2)
|
|
|
|
add_subdirectory(triangle)
|