2
0
mirror of https://github.com/wolfpld/tracy synced 2026-01-19 04:52:09 +00:00

Bump capstone to 5.0.3.

This commit is contained in:
Bartosz Taudul
2024-08-21 19:22:58 +02:00
parent 0c6803e5c6
commit 5c1cc80897

View File

@@ -24,7 +24,7 @@ else()
CPMAddPackage(
NAME capstone
GITHUB_REPOSITORY capstone-engine/capstone
GIT_TAG 5.0.1
GIT_TAG 5.0.3
)
add_library(TracyCapstone INTERFACE)
target_include_directories(TracyCapstone INTERFACE ${capstone_SOURCE_DIR}/include/capstone)