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