wut/samples/CMakeLists.txt

7 lines
171 B
CMake
Raw Normal View History

2018-05-25 18:23:11 +02:00
cmake_minimum_required(VERSION 3.2)
project(samples)
include("${WUT_ROOT}/share/wut.cmake" REQUIRED)
add_subdirectory(helloworld)
add_subdirectory(helloworld_std_thread)