From c8223fd7267fa7be1fee11589399afa8517a8c6a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 11 Feb 2017 09:47:11 +1100 Subject: [PATCH] CMake: install lzo binaries on Linux Fixes #591 (thanks to @blackwarthog for investigating) --- toonz/sources/toonz/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/toonz/sources/toonz/CMakeLists.txt b/toonz/sources/toonz/CMakeLists.txt index bfff20d2..ebddfff0 100644 --- a/toonz/sources/toonz/CMakeLists.txt +++ b/toonz/sources/toonz/CMakeLists.txt @@ -518,6 +518,15 @@ exec \$OPENTOONZ_BASE/bin/OpenToonz_${VERSION} \"\$@\" DESTINATION bin ) + if(LZODRIVER_FOUND) + install( + PROGRAMS + "$" + "$" + DESTINATION bin + ) + endif() + install( FILES "$"