Merge pull request #1965 from RadWolfie/update-submodule
Update XbSymbolDatabase Submodule
This commit is contained in:
commit
abe0c827d3
|
@ -404,6 +404,6 @@ if(${CMAKE_GENERATOR} MATCHES "Visual Studio ([^9]|[9][0-9])")
|
|||
endif()
|
||||
|
||||
# Cxbx-Reloaded project with third-party libraries
|
||||
set_target_properties(cxbx cxbxr-ldr cxbxr-emu misc-batch subhook XbSymbolDatabase libtommath libtomcrypt
|
||||
set_target_properties(cxbx cxbxr-ldr cxbxr-emu misc-batch subhook libXbSymbolDatabase libtommath libtomcrypt
|
||||
PROPERTIES FOLDER Cxbx-Reloaded
|
||||
)
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 0f2794cac610fad4f1955241ef43e6254fd11205
|
||||
Subproject commit 78d06c0d9d8fe3b5d43e90312fc5910928c9c651
|
|
@ -180,7 +180,7 @@ set(WINS_LIB
|
|||
)
|
||||
|
||||
target_link_libraries(cxbx
|
||||
PUBLIC XbSymbolDatabase
|
||||
PUBLIC libXbSymbolDatabase
|
||||
subhook
|
||||
libtomcrypt
|
||||
SDL2
|
||||
|
|
|
@ -156,7 +156,7 @@ set(WINS_LIB
|
|||
)
|
||||
|
||||
target_link_libraries(cxbxr-emu
|
||||
PUBLIC XbSymbolDatabase
|
||||
PUBLIC libXbSymbolDatabase
|
||||
subhook
|
||||
libtomcrypt
|
||||
SDL2
|
||||
|
|
|
@ -40,8 +40,7 @@
|
|||
#include "EmuShared.h"
|
||||
#include "common\CxbxDebugger.h"
|
||||
#include "Logging.h"
|
||||
#pragma comment(lib, "XbSymbolDatabase.lib")
|
||||
#include "..\..\import\XbSymbolDatabase\XbSymbolDatabase.h"
|
||||
#include <libXbSymbolDatabase.h>
|
||||
#include "Intercept.hpp"
|
||||
#include "Patches.hpp"
|
||||
#include "common\util\hasher.h"
|
||||
|
|
Loading…
Reference in New Issue