build: Upgraded capstone to full V5 release
This commit is contained in:
parent
f00b9f05ac
commit
25d6380963
@ -505,6 +505,7 @@ macro(addBundledLibraries)
|
||||
set(CAPSTONE_BUILD_TESTS OFF CACHE BOOL "Disable tests")
|
||||
add_subdirectory(${EXTERN_LIBS_FOLDER}/capstone EXCLUDE_FROM_ALL)
|
||||
set_target_properties(capstone PROPERTIES POSITION_INDEPENDENT_CODE ON)
|
||||
target_compile_options(capstone PRIVATE -Wno-unused-function)
|
||||
set(CAPSTONE_LIBRARIES "capstone")
|
||||
set(CAPSTONE_INCLUDE_DIRS ${EXTERN_LIBS_FOLDER}/capstone/include)
|
||||
else()
|
||||
|
2
lib/external/capstone
vendored
2
lib/external/capstone
vendored
@ -1 +1 @@
|
||||
Subproject commit d5141c04785678535c7792eddc21f146186e639f
|
||||
Subproject commit 650e85dcf23b3a3bff69144511533b7339436238
|
Loading…
Reference in New Issue
Block a user