Added CMakeLists.txt
This commit is contained in:
17
CMakeLists.txt
Normal file
17
CMakeLists.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
set(HEADERS
|
||||
sketchmainwindow.h
|
||||
sketchplugin.h
|
||||
)
|
||||
|
||||
set(SOURCES
|
||||
sketchmainwindow.cpp
|
||||
sketchplugin.cpp
|
||||
)
|
||||
|
||||
set(FORMS
|
||||
sketchmainwindow.ui
|
||||
)
|
||||
|
||||
add_library(sketchplugin SHARED ${HEADERS} ${SOURCES} ${FORMS})
|
||||
|
||||
target_link_libraries(sketchplugin Qt5::Core Qt5::Gui Qt5::Widgets zeiterfassungguilib sketchlib)
|
Reference in New Issue
Block a user