Skip to content

Commit

Permalink
deps: use kunitoki/LuaBridge3
Browse files Browse the repository at this point in the history
  • Loading branch information
scribam committed Dec 7, 2024
1 parent fb64fc4 commit 252b1ae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
path = core/deps/libchdr
url = https://github.com/rtissera/libchdr.git
ignore = dirty
[submodule "core/deps/luabridge"]
path = core/deps/luabridge
url = https://github.com/vinniefalco/LuaBridge.git
[submodule "core/deps/breakpad"]
path = core/deps/breakpad
url = https://github.com/flyinghead/mingw-breakpad
Expand Down Expand Up @@ -41,3 +38,6 @@
[submodule "core/deps/googletest"]
path = core/deps/googletest
url = https://github.com/google/googletest.git
[submodule "core/deps/LuaBridge3"]
path = core/deps/LuaBridge3
url = https://github.com/kunitoki/LuaBridge3.git
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,9 @@ if(NOT LIBRETRO)
target_include_directories(${PROJECT_NAME} PRIVATE ${LUA_INCLUDE_DIR} core/deps/luabridge/Source)
list(TRANSFORM LUA_LIBRARIES REPLACE "\.dll" "")
target_link_libraries(${PROJECT_NAME} PRIVATE ${LUA_LIBRARIES})

add_subdirectory(core/deps/LuaBridge3)
target_link_libraries(${PROJECT_NAME} PRIVATE LuaBridge)
endif()
endif()
endif()
Expand Down
1 change: 1 addition & 0 deletions core/deps/LuaBridge3
Submodule LuaBridge3 added at 87f36c
1 change: 0 additions & 1 deletion core/deps/luabridge
Submodule luabridge deleted from fab7b3

0 comments on commit 252b1ae

Please sign in to comment.