Added console application, Fixes #5
This commit is contained in:
parent
7143900c22
commit
d12eb36ffe
5 changed files with 76 additions and 24 deletions
|
@ -20,7 +20,17 @@ add_executable(qSniff
|
|||
mainwindow.ui
|
||||
sniffthread.cpp
|
||||
sniffthread.h
|
||||
sniffer.cpp
|
||||
sniffer.h
|
||||
)
|
||||
|
||||
target_link_libraries(qSniff rc-switch wiringPi Qt5::Widgets)
|
||||
|
||||
add_executable(Sniff
|
||||
sniff.cpp
|
||||
sniffer.cpp
|
||||
sniffer.h
|
||||
)
|
||||
|
||||
target_link_libraries(Sniff rc-switch wiringPi)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue