detect game version

This commit is contained in:
kin fuyuki 2025-12-23 23:25:01 -03:00
commit da2a639c04
No known key found for this signature in database
GPG key ID: 0E4E8E519FB71401
4 changed files with 149 additions and 65 deletions

View file

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.20)
set(CMAKE_CXX_FLAGS "-std=c++17 -g -Wno-error")
set(CMAKE_CXX_FLAGS "-std=c++17 -g -Wno-error -O0")
file(GLOB_RECURSE ENDLAUNCHER "src/*.cpp")
add_executable(endlauncher ${ENDLAUNCHER})