Added CMakeLists.txt
This commit is contained in:
14
CMakeLists.txt
Normal file
14
CMakeLists.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
project(DbRadioDumper)
|
||||
|
||||
set(HEADERS
|
||||
dumpjob.h
|
||||
)
|
||||
|
||||
set(SOURCES
|
||||
dumpjob.cpp
|
||||
main.cpp
|
||||
)
|
||||
|
||||
add_executable(radiodumper ${HEADERS} ${SOURCES})
|
||||
|
||||
target_link_libraries(radiodumper Qt5::Core Qt5::Network)
|
Reference in New Issue
Block a user