mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 13:23:45 -07:00
Merge 73139d8a7a
into 7b4df9bdb2
This commit is contained in:
commit
06c8343753
2 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,7 @@ set(CMAKE_C_STANDARD 23 CACHE STRING "The C standard to use")
|
||||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version")
|
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version")
|
||||||
|
|
||||||
project(Ship VERSION 9.0.5 LANGUAGES C CXX)
|
project(Ship VERSION 9.0.5 LANGUAGES C CXX)
|
||||||
|
link_directories(/opt/homebrew/lib)
|
||||||
include(CMake/soh-cvars.cmake)
|
include(CMake/soh-cvars.cmake)
|
||||||
include(CMake/lus-cvars.cmake)
|
include(CMake/lus-cvars.cmake)
|
||||||
|
|
||||||
|
|
4
soh/soh/GCAdapterBridge.cpp
Normal file
4
soh/soh/GCAdapterBridge.cpp
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#include "soh/ShipInit.hpp"
|
||||||
|
#include "public/bridge/controllerbridge.h"
|
||||||
|
|
||||||
|
static RegisterShipInitFunc gInitGCAdapter([]() { InitGCAdapter(); });
|
Loading…
Add table
Add a link
Reference in a new issue