diff options
author | Sam Fuller <[email protected]> | 2017-10-04 03:57:17 -0700 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2017-10-09 11:48:31 +1300 |
commit | 871456d099f8f42da695ad31e56c2037596391ed (patch) | |
tree | 9673c6d8b966f8ff85d722780a5fafbd0711d603 /Config.cmake.in | |
parent | 40cd4ad03b68a215e985979c96783824f19e288f (diff) | |
download | cubeb-871456d099f8f42da695ad31e56c2037596391ed.tar.gz cubeb-871456d099f8f42da695ad31e56c2037596391ed.zip |
CMake: Generate and install CMake config files
Diffstat (limited to 'Config.cmake.in')
-rw-r--r-- | Config.cmake.in | 4 |
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 |