I guess this is okay for now... do want to clean up in the future though

This commit is contained in:
2020-01-04 14:51:07 -05:00
parent 5f07a7d1ef
commit dcfb71bbb6
4 changed files with 7 additions and 57 deletions

View File

@@ -8,7 +8,7 @@ add_executable(checkm8_remote main.c src/usb_helpers.c src/exploit.c src/payload
add_custom_command(TARGET checkm8_remote POST_BUILD
COMMAND ln
ARGS -s -f -n
${CMAKE_SOURCE_DIR}/checkm8_payloads/bin
${CMAKE_SOURCE_DIR}/c8_payloads/bin
${CMAKE_CURRENT_SOURCE_DIR}/bin/payloads)
target_link_libraries(checkm8_remote checkm8_libusb pthread udev)