mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2025-04-20 20:14:45 +08:00
6 lines
183 B
CMake
6 lines
183 B
CMake
![]() |
include(CMakeFindDependencyMacro)
|
||
|
|
||
|
find_dependency(Qt@QT_DEFAULT_MAJOR_VERSION@ COMPONENTS Core Network REQUIRED)
|
||
|
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/SingleApplicationTargets.cmake")
|