mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-19 17:16:59 -05:00
Move CMake machinery to devkitPro CMake
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.2)
|
||||
project(test_compile_headers_as_cpp CXX)
|
||||
include("${DEVKITPRO}/wut/share/wut.cmake" REQUIRED)
|
||||
|
||||
add_executable(test_compile_headers_as_cpp
|
||||
main.cpp)
|
||||
|
||||
Reference in New Issue
Block a user