Added CMakeLists.txt
This commit is contained in:
12
CMakeLists.txt
Normal file
12
CMakeLists.txt
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
project(DbTernaryClock)
|
||||||
|
|
||||||
|
set(HEADERS
|
||||||
|
)
|
||||||
|
|
||||||
|
set(SOURCES
|
||||||
|
main.cpp
|
||||||
|
)
|
||||||
|
|
||||||
|
add_executable(ternaryclock ${HEADERS} ${SOURCES})
|
||||||
|
|
||||||
|
target_link_libraries(ternaryclock Qt5::Core Qt5::Gui Qt5::Widgets dbguilib)
|
Reference in New Issue
Block a user