Skip to content

Commit

Permalink
updated cmakelists for bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
pundang committed Jul 9, 2024
1 parent 5d8c711 commit c55d3f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ file(GLOB SOURCES
src/*.cpp
)

set(GEODE_BINDINGS_REPO_PATH ${CMAKE_SOURCE_DIR}/bindings)

add_library(${PROJECT_NAME} SHARED ${SOURCES})

if (NOT DEFINED ENV{GEODE_SDK})
Expand Down

0 comments on commit c55d3f6

Please sign in to comment.