mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Bump capstone to 5.0.3.
This commit is contained in:
parent
0c6803e5c6
commit
5c1cc80897
@ -24,7 +24,7 @@ else()
|
|||||||
CPMAddPackage(
|
CPMAddPackage(
|
||||||
NAME capstone
|
NAME capstone
|
||||||
GITHUB_REPOSITORY capstone-engine/capstone
|
GITHUB_REPOSITORY capstone-engine/capstone
|
||||||
GIT_TAG 5.0.1
|
GIT_TAG 5.0.3
|
||||||
)
|
)
|
||||||
add_library(TracyCapstone INTERFACE)
|
add_library(TracyCapstone INTERFACE)
|
||||||
target_include_directories(TracyCapstone INTERFACE ${capstone_SOURCE_DIR}/include/capstone)
|
target_include_directories(TracyCapstone INTERFACE ${capstone_SOURCE_DIR}/include/capstone)
|
||||||
|
Loading…
Reference in New Issue
Block a user