wut/samples/CMakeLists.txt
2018-05-25 17:23:11 +01:00

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)