mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-07 12:58:54 +08:00
10 lines
195 B
CMake
10 lines
195 B
CMake
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
|
|
find_dependency(Threads REQUIRED)
|
|
|
|
if (NOT TARGET indicators::indicators)
|
|
include(${CMAKE_CURRENT_LIST_DIR}/indicatorsTargets.cmake)
|
|
endif ()
|