wut/samples/CMakeLists.txt
2018-05-31 10:30:24 +01:00

13 lines
379 B
CMake

cmake_minimum_required(VERSION 3.2)
project(samples)
include("${WUT_ROOT}/share/wut.cmake" REQUIRED)
add_subdirectory(custom_default_heap)
add_subdirectory(helloworld)
add_subdirectory(helloworld_std_thread)
add_subdirectory(gx2_triangle)
add_subdirectory(my_first_rpl)
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/content/"
DESTINATION "${CMAKE_INSTALL_PREFIX}/content")