wut/samples/CMakeLists.txt

6 lines
110 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 3.2)
project(wut-samples)
add_subdirectory(helloworld)
add_subdirectory(pong)