mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 14:56:53 +02:00
Library for compressing and decompressing 3D geometric meshes and point clouds https://google.github.io/draco/
18 lines
558 B
Diff
18 lines
558 B
Diff
From: =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org>
|
|
Date: Fri, 19 Aug 2022 20:28:12 +0200
|
|
Subject: Set DRACO_LIBRARIES for backwards compatibility
|
|
|
|
---
|
|
cmake/draco-config.cmake.template | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/cmake/draco-config.cmake.template b/cmake/draco-config.cmake.template
|
|
index ed86823..12d54b7 100644
|
|
--- a/cmake/draco-config.cmake.template
|
|
+++ b/cmake/draco-config.cmake.template
|
|
@@ -1,3 +1,5 @@
|
|
@PACKAGE_INIT@
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/draco-targets.cmake")
|
|
+
|
|
+set(DRACO_LIBRARIES "draco::draco")
|