OpenShot / libopenshot-audio

OpenShot Audio Library (libopenshot-audio) is a free, open-source project that enables high-quality editing and playback of audio, and is based on the amazing JUCE library.
http://www.openshot.org
GNU General Public License v3.0
253 stars 100 forks source link

CMake: Don't export openshot-audio-demo #121

Closed ferdnyc closed 3 years ago

ferdnyc commented 3 years ago

The Ubuntu PPA packaging doesn't include the openshot-audio-demo binary, because why would it?

But, turns out if it's not installed, then having it in the target file causes CMake to abort with a missing-file error. So, better not to include it in the EXPORTED configuration at all.