Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Naxrin authored Jun 15, 2024
1 parent 0f21e77 commit b71831f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set(CMAKE_OSX_ARCHITECTURES "x86_64")
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
set(SKIP_BUILDING_CODEGEN OFF)

project(GarageinEditor VERSION 1.1.0)
project(GarageinEditor VERSION 2.2.0)

add_library(${PROJECT_NAME} SHARED
src/main.cpp
Expand All @@ -20,4 +20,4 @@ endif()

add_subdirectory($ENV{GEODE_SDK} ${CMAKE_CURRENT_BINARY_DIR}/geode)

setup_geode_mod(${PROJECT_NAME})
setup_geode_mod(${PROJECT_NAME} EXTERNALS geode.node-ids:1.12.0)

0 comments on commit b71831f

Please sign in to comment.