mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 13:04:56 +00:00
Add jbus submodule
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -13,3 +13,6 @@
|
||||
[submodule "kabufuda"]
|
||||
path = kabufuda
|
||||
url = https://github.com/AxioDL/kabufuda.git
|
||||
[submodule "jbus"]
|
||||
path = jbus
|
||||
url = https://github.com/AxioDL/jbus.git
|
||||
|
||||
@@ -111,6 +111,8 @@ set(CLIENT_SOURCES
|
||||
${CMAKE_SOURCE_DIR}/Editor/ProjectResourceFactoryMP1.cpp)
|
||||
add_subdirectory(Runtime)
|
||||
add_subdirectory(mpcksum)
|
||||
add_subdirectory(jbus)
|
||||
set(JBUS_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/jbus/include)
|
||||
add_subdirectory(gbalink)
|
||||
|
||||
unset(GIT_EXECUTABLE CACHE)
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
if (NOT WIN32)
|
||||
include_directories(. ./../Runtime ${ATHENA_INCLUDE_DIR})
|
||||
include_directories(. ./../Runtime ${ATHENA_INCLUDE_DIR} ${JBUS_INCLUDE_DIR})
|
||||
add_executable(gbalink main.cpp)
|
||||
target_link_libraries(gbalink jbus)
|
||||
endif()
|
||||
|
||||
1206
gbalink/main.cpp
1206
gbalink/main.cpp
File diff suppressed because it is too large
Load Diff
1
jbus
Submodule
1
jbus
Submodule
Submodule jbus added at 9b2b1fd1e6
Reference in New Issue
Block a user