wut/samples/gx2/CMakeLists.txt
James Benton bf4ddae73d Add gx2 triangle hello world.
Shader assembled using the latte-assembler tool in decaf-emu repo.
2017-05-10 17:32:37 +01:00

5 lines
85 B
CMake

cmake_minimum_required(VERSION 3.2)
project(samples-gx2)
add_subdirectory(triangle)