6 lines
125 B
CMake
6 lines
125 B
CMake
add_executable(mach_detours_sample
|
|
main.c
|
|
)
|
|
target_link_libraries(mach_detours_sample
|
|
PRIVATE mach_detours
|
|
)
|