You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
* Version checking!
- Supports EXACT
(but only for M.N.B, e.g. 0.1.8-dev1 matches 0.1.8 EXACT)
- REQUIRED will now cause CMake to abort if version is not
sufficient (lower than requested)
- Outputs the following:
- Version requested, if set
- Version found, if successfully parsed from header
- Compatibility status, if version set on both ends
* Accept `LIBOPENSHOT_AUDIO_DIR` cache variable, in addition to
the environment variable (for `cmake -DLIBOPENSHOT_AUDIO_DIR=...`)
* Do two-stage search for both headers and libs
(Avoids this situation...)
LIBOPENSHOT_AUDIO_INCLUDE_DIRS=/usr/include/libopenshot-audio
LIBOPENSHOT_AUDIO_LIBRARY=/home/ferd/build/
(Largely inspired by CMake's `FindPythonLibs.cmake`)