mach-detours/sample/CMakeLists.txt

7 lines
125 B
Text
Raw Normal View History

2025-10-01 23:07:06 +02:00
add_executable(mach_detours_sample
main.c
)
target_link_libraries(mach_detours_sample
PRIVATE mach_detours
)