Skip to content

Commit

Permalink
update sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
coopeeo authored Jun 20, 2024
1 parent c40ce9d commit 1f82332
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ set(CMAKE_CXX_VISIBILITY_PRESET hidden)
project(click-sound VERSION 1.0.0)

# Add Everything under src dir
file(GLOB SOURCES
src/layers/*.cpp
src/main.cpp
src/ClickList.cpp
src/ReleaseList.cpp
file(GLOB_RECURSE SOURCES
src/*.cpp
)

# Set up the mod binary
Expand Down
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"geode": "3.0.0-beta.1",
"geode": "3.0.0-beta.2",
"version": "v1.8.1",
"id": "beat.click-sound",
"name": "Click Sounds",
Expand Down

0 comments on commit 1f82332

Please sign in to comment.