Empty project

This commit is contained in:
Michael Mandl 2017-10-17 13:19:25 +02:00
commit 5072921182
3 changed files with 15 additions and 0 deletions

6
source/CMakeLists.txt Normal file
View file

@ -0,0 +1,6 @@
project(qSniff)
add_executable(${PROJECT_NAME}
qSniff.cpp
)