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