mirror of
https://github.com/geode-sdk/example-mod.git
synced 2024-11-24 16:28:01 -05:00
6 lines
178 B
CMake
6 lines
178 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/SDK/BuildFiles/cmake/GeodeRoot.cmake)
|