Skip to content

Commit

Permalink
bump matjson version
Browse files Browse the repository at this point in the history
  • Loading branch information
camila314 committed Jan 17, 2025
1 parent 0409e9b commit 9272d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ add_library(${PROJECT_NAME} STATIC src/geode-ipc.c src/geode-ipc.cpp)
target_include_directories(${PROJECT_NAME} PUBLIC include/)

include(CPM.cmake)
CPMAddPackage("gh:geode-sdk/[email protected].0")
CPMAddPackage("gh:geode-sdk/[email protected].1")

target_link_libraries(${PROJECT_NAME} PUBLIC mat-json)

Expand Down

0 comments on commit 9272d8c

Please sign in to comment.