mirror of
https://github.com/mozilla/cubeb
synced 2024-11-21 06:26:10 -07:00
e690fc21bb
These are minor cleanups that do not affect the behaviour of the script. In particular, I removed most `DESTINATION` arguments from `install()`, since they are automatically deduced based on the type of file to be installed. In #662 I also added doxygen_add_docs and gtest_discover_tests, but they require CMake version 3.9 and 3.10 respectively, and I think that the advantages they provide are not worth dropping support for older versions
4 lines
105 B
CMake
4 lines
105 B
CMake
@PACKAGE_INIT@
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/cubebTargets.cmake")
|
|
check_required_components(cubeb)
|