mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-28 05:45:03 -05:00
Cleanup tests cmake scripts.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user