aboutsummaryrefslogtreecommitdiffhomepage
path: root/Config.cmake.in
diff options
context:
space:
mode:
authorSam Fuller <[email protected]>2017-10-04 03:57:17 -0700
committerMatthew Gregan <[email protected]>2017-10-09 11:48:31 +1300
commit871456d099f8f42da695ad31e56c2037596391ed (patch)
tree9673c6d8b966f8ff85d722780a5fafbd0711d603 /Config.cmake.in
parent40cd4ad03b68a215e985979c96783824f19e288f (diff)
downloadcubeb-871456d099f8f42da695ad31e56c2037596391ed.tar.gz
cubeb-871456d099f8f42da695ad31e56c2037596391ed.zip
CMake: Generate and install CMake config files
Diffstat (limited to 'Config.cmake.in')
-rw-r--r--Config.cmake.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Config.cmake.in b/Config.cmake.in
new file mode 100644
index 0000000..c5326ef
--- /dev/null
+++ b/Config.cmake.in
@@ -0,0 +1,4 @@
+@PACKAGE_INIT@
+
+include("${CMAKE_CURRENT_LIST_DIR}/cubebTargets.cmake")
+check_required_components(cubeb) \ No newline at end of file