mirror of
https://github.com/theCheeseboard/thedesk.git
synced 2025-01-22 18:32:09 -05:00
9 lines
247 B
CMake
9 lines
247 B
CMake
set(libthebranch_VERSION 1.0.0)
|
|
|
|
@PACKAGE_INIT@
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/libthedeskTargets.cmake")
|
|
|
|
find_package(Qt6 REQUIRED COMPONENTS Widgets Multimedia DBus Svg QuickWidgets MultimediaWidgets)
|
|
|
|
check_required_components(libthedesk)
|