mach-detours/tests/CMakeLists.txt

6 lines
147 B
Text
Raw Normal View History

2025-10-01 23:07:06 +02:00
add_executable(mach_detours_tests
test.cpp)
target_link_libraries(mach_detours_tests
PRIVATE Catch2::Catch2WithMain mach_detours
)