mirror of
https://github.com/geode-sdk/example-mod.git
synced 2025-02-17 11:40:15 -05:00
6 lines
174 B
CMake
6 lines
174 B
CMake
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
|
|
|
|
project($Template VERSION 0.1.0 LANGUAGES C CXX)
|
|
|
|
set(SOURCE_FILES main.cpp)
|
|
include(Geode/BuildFiles/cmake/GeodeRoot.cmake)
|