File: Config.cmake.in

package info (click to toggle)
liblo 0.34-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,088 kB
  • sloc: ansic: 8,500; sh: 4,616; cpp: 1,098; makefile: 157
file content (12 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
@PACKAGE_INIT@

include("${CMAKE_CURRENT_LIST_DIR}/libloTargets.cmake")

if(@THREADING@)
    find_package(Threads)
    if (NOT Threads_FOUND)
        message(FATAL_ERROR "No supported thread library found.")
    endif()
endif()

check_required_components(liblo)