Skip to content

Instantly share code, notes, and snippets.

View joonatuominen789-dot's full-sized avatar

joonatuominen789-dot

  • Joined Jun 18, 2026
View GitHub Profile
cmake_minimum_required(VERSION 3.25)
project(AIEditorMod)
find_package(Geode REQUIRED)
add_geode_mod(
${PROJECT_NAME}
SOURCES src/main.cpp
)