Cleanup tests cmake scripts.

This commit is contained in:
James Benton
2019-11-20 17:23:42 +00:00
parent 6d63b6cf2d
commit ac36f99f62
4 changed files with 4 additions and 6 deletions

View File

@@ -1,9 +1,8 @@
cmake_minimum_required(VERSION 3.2)
project(test_compile_headers_as_cpp CXX)
include("${WUT_ROOT}/share/wut.cmake" REQUIRED)
include("${DEVKITPRO}/wut/share/wut.cmake" REQUIRED)
add_executable(test_compile_headers_as_cpp
main.cpp)
wut_enable_stdcpp(test_compile_headers_as_cpp)
wut_create_rpx(test_compile_headers_as_cpp.rpx test_compile_headers_as_cpp)