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")
|