mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-12 01:18:52 +08:00
10 lines
174 B
CMake
10 lines
174 B
CMake
|
|
@PACKAGE_INIT@
|
||
|
|
|
||
|
|
include(CMakeFindDependencyMacro)
|
||
|
|
|
||
|
|
find_dependency(Threads)
|
||
|
|
|
||
|
|
if (NOT TARGET indica::indica)
|
||
|
|
include(${CMAKE_CURRENT_LIST_DIR}/indicaTargets.cmake)
|
||
|
|
endif ()
|