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