6 lines
147 B
Text
6 lines
147 B
Text
|
|
add_executable(mach_detours_tests
|
||
|
|
test.cpp)
|
||
|
|
|
||
|
|
target_link_libraries(mach_detours_tests
|
||
|
|
PRIVATE Catch2::Catch2WithMain mach_detours
|
||
|
|
)
|