9 lines
232 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 3.2)
project(test_compile_headers_as_cpp CXX)
2019-11-20 17:23:42 +00:00
include("${DEVKITPRO}/wut/share/wut.cmake" REQUIRED)
add_executable(test_compile_headers_as_cpp
main.cpp)
wut_create_rpx(test_compile_headers_as_cpp)