mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-13 09:42:42 +01:00
7 lines
171 B
CMake
7 lines
171 B
CMake
cmake_minimum_required(VERSION 3.2)
|
|
project(samples)
|
|
include("${WUT_ROOT}/share/wut.cmake" REQUIRED)
|
|
|
|
add_subdirectory(helloworld)
|
|
add_subdirectory(helloworld_std_thread)
|