7 lines
63 B
CMake
7 lines
63 B
CMake
project(qSniff)
|
|
|
|
|
|
add_executable(${PROJECT_NAME}
|
|
qSniff.cpp
|
|
)
|