Kylin/Fluent/QHotkey/CMakeLists.txt

14 lines
246 B
CMake
Raw Normal View History

2024-09-01 00:33:29 +08:00
add_library(QHotkey
qhotkey.h qhotkey.cpp
qhotkey_p.h qhotkey_win.cpp
)
target_include_directories(QHotkey
INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}
)
target_link_libraries(QHotkey
PUBLIC Qt${QT_VERSION_MAJOR}::Gui
)