qSniff/source/send/CMakeLists.txt

14 lines
173 B
CMake
Raw Permalink Normal View History

2017-10-19 15:17:52 +00:00
project(Send)
cmake_minimum_required(VERSION 3.6)
set(CMAKE_CXX_STANDARD 11)
add_executable(${PROJECT_NAME}
send.cpp
)
target_link_libraries(${PROJECT_NAME}
sender
)