File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1- [submodule "bt-embedded "]
2- path = bt-embedded
3- url = https://github.com/embedded-game-controller/bt-embedded.git
Original file line number Diff line number Diff line change @@ -66,6 +66,14 @@ if(NINTENDO_GAMECUBE)
6666elseif (NINTENDO_WII)
6767 set (WITH_OPENOBEX OFF CACHE BOOL "Build with OpenOBEX" FORCE )
6868 include_directories (gc )
69+ if (NOT EXISTS "${CMAKE_SOURCE_DIR} /bt-embedded/CMakeLists.txt" )
70+ include (FetchContent )
71+ FetchContent_Populate (BtEmbedded
72+ GIT_REPOSITORY https://github.com/embedded-game-controller/bt-embedded.git
73+ GIT_TAG ac2a882820a47fadff2cca17a25d5b8963c0d18c
74+ SOURCE_DIR ${CMAKE_SOURCE_DIR} /bt-embedded
75+ )
76+ endif ()
6977 add_subdirectory (bt-embedded )
7078 add_subdirectory (wpad2 )
7179 add_subdirectory (lwbt )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments