8 lines
182 B
CMake
8 lines
182 B
CMake
# Copyright (c) Lysann Tranvouez. All rights reserved.
|
|
|
|
add_executable(mach_detours_sample
|
|
main.c
|
|
)
|
|
target_link_libraries(mach_detours_sample
|
|
PRIVATE mach_detours
|
|
)
|