added test
This commit is contained in:
parent
ade0920e54
commit
aaad260259
4 changed files with 94 additions and 42 deletions
|
|
@ -14,7 +14,15 @@ add_library(mach_detours SHARED
|
|||
src/arm64/detours_arm64.h
|
||||
src/arm64/detours_arm64_disasm.cpp
|
||||
)
|
||||
|
||||
target_include_directories(mach_detours
|
||||
PUBLIC "include"
|
||||
PRIVATE "src")
|
||||
PUBLIC include
|
||||
PRIVATE src
|
||||
)
|
||||
|
||||
|
||||
add_executable(mach_detours_sample
|
||||
sample/main.cpp
|
||||
)
|
||||
target_link_libraries(mach_detours_sample
|
||||
PRIVATE mach_detours
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue