mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-13 22:21:52 +01:00
5 lines
85 B
CMake
5 lines
85 B
CMake
|
cmake_minimum_required(VERSION 3.2)
|
||
|
project(samples-gx2)
|
||
|
|
||
|
add_subdirectory(triangle)
|