wut/samples/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

7 lines
128 B
CMake

cmake_minimum_required(VERSION 3.2)
project(samples)
add_subdirectory(helloworld)
add_subdirectory(pong)
add_subdirectory(gx2)