-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathxwebrtcConfig.cmake.in
22 lines (19 loc) · 1 KB
/
xwebrtcConfig.cmake.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
############################################################################
# Copyright (c) 2018, Sylvain Corlay, Johan Mabille, Wolf Vollprecht and #
# Martin Renou #
# #
# Distributed under the terms of the BSD 3-Clause License. #
# #
# The full license is in the file LICENSE, distributed with this software. #
############################################################################
# xwidgets cmake module
# This module sets the following variables in your project::
#
# xwebrtc_FOUND - true if xplot found on the system
# xwebrtc_INCLUDE_DIRS - the directory containing xwebrtc headers
# xwebrtc_LIBRARY - empty
@PACKAGE_INIT@
set(PN xwebrtc)
set_and_check(${PN}_INCLUDE_DIRS "${PACKAGE_PREFIX_DIR}/@CMAKE_INSTALL_INCLUDEDIR@")
set(${PN}_LIBRARY "")
check_required_components(${PN})