mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-01 13:11:59 +08:00
12 lines
271 B
Plaintext
12 lines
271 B
Plaintext
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: @PROJECT_NAME@
|
|
Description: Draco geometry de(com)pression library.
|
|
Version: @DRACO_VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -ldraco
|
|
Libs.private: @CMAKE_THREAD_LIBS_INIT@
|