Build fixes
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
set(CMAKE_C_STANDARD 99)
|
||||
set(CMAKE_C_FLAGS -g)
|
||||
|
||||
add_executable(checkm8_remote main.c conf.h
|
||||
libusb_helpers.c libusb_helpers.h exploit.c
|
||||
checkm8.h commands.c)
|
||||
include_directories(include)
|
||||
add_executable(checkm8_remote main.c src/libusb_helpers.c src/commands.c src/exploit.c)
|
||||
|
||||
|
||||
target_link_libraries(checkm8_remote libusb_checkm8 pthread udev)
|
||||
target_link_libraries(checkm8_remote checkm8_libusb pthread udev)
|
||||
Reference in New Issue
Block a user