Some changes

This commit is contained in:
2019-10-28 13:21:52 -04:00
parent b5af2f5da6
commit 38477100a6
7 changed files with 3 additions and 4 deletions

View File

@@ -4,5 +4,5 @@ project(ipwndfu_rewrite_c C)
set(CMAKE_C_STANDARD 99)
set(CMAKE_C_FLAGS -g)
add_executable(ipwndfu main.c libusb_helpers.c libusb_helpers.h)
add_executable(ipwndfu exploit/main.c exploit/libusb_helpers.c exploit/libusb_helpers.h)
target_link_libraries(ipwndfu usb-1.0)