chore: baseline usable version
This commit is contained in:
17
libs/qwindowkit/examples/shared/widgetframe/CMakeLists.txt
Normal file
17
libs/qwindowkit/examples/shared/widgetframe/CMakeLists.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
project(WidgetFrame)
|
||||
|
||||
set(CMAKE_AUTOMOC ON)
|
||||
set(CMAKE_AUTOUIC ON)
|
||||
set(CMAKE_AUTORCC ON)
|
||||
|
||||
file(GLOB _src *.h *.cpp)
|
||||
|
||||
add_library(${PROJECT_NAME} STATIC)
|
||||
|
||||
qm_configure_target(${PROJECT_NAME}
|
||||
FEATURES cxx_std_17
|
||||
SOURCES ${_src}
|
||||
QT_LINKS Core Gui Widgets
|
||||
)
|
||||
|
||||
target_include_directories(${PROJECT_NAME} PUBLIC . ..)
|
||||
Reference in New Issue
Block a user