Added CMakeLists.txt
This commit is contained in:
16
CMakeLists.txt
Normal file
16
CMakeLists.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
project(DbSerialServer)
|
||||
|
||||
set(HEADERS
|
||||
master.h
|
||||
slave.h
|
||||
)
|
||||
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
master.cpp
|
||||
slave.cpp
|
||||
)
|
||||
|
||||
add_executable(serialserver ${HEADERS} ${SOURCES})
|
||||
|
||||
target_link_libraries(serialserver Qt5::Core Qt5::Network Qt5::SerialPort dbnetworklib)
|
Reference in New Issue
Block a user