This commit is contained in:
Pranav Srinivas Kumar
2020-02-04 07:45:47 -06:00
parent 9a4729f577
commit a2272eba8a
5 changed files with 35 additions and 35 deletions

View File

@@ -0,0 +1,9 @@
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(Threads)
if (NOT TARGET indicators::indicators)
include(${CMAKE_CURRENT_LIST_DIR}/indicatorsTargets.cmake)
endif ()