mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 10:25:45 -05:00
8 lines
203 B
CMake
8 lines
203 B
CMake
|
include(CMakeFindDependencyMacro)
|
||
|
|
||
|
find_dependency(Qt5Widgets REQUIRED)
|
||
|
find_dependency(Qt5Network REQUIRED)
|
||
|
|
||
|
# Add the targets file
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/KDSingleApplicationTargets.cmake")
|