mirror of
https://github.com/wiiu-env/wut.git
synced 2025-02-09 09:23:23 +01:00
5 lines
85 B
CMake
5 lines
85 B
CMake
cmake_minimum_required(VERSION 3.2)
|
|
project(samples-gx2)
|
|
|
|
add_subdirectory(triangle)
|