mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-14 01:01:50 +01:00
0750d60693
These are to check there are no syntax errors in the headers and that all the CHECK_OFFSET and CHECK_SIZE macros are valid.
8 lines
257 B
CMake
8 lines
257 B
CMake
cmake_minimum_required(VERSION 3.2)
|
|
set(CMAKE_TOOLCHAIN_FILE $ENV{WUT_ROOT}/share/wut.toolchain.cmake)
|
|
project(tests)
|
|
include("${WUT_ROOT}/share/wut.cmake" REQUIRED)
|
|
|
|
add_subdirectory(test_compile_headers_as_c)
|
|
add_subdirectory(test_compile_headers_as_cpp)
|