mirror of
https://github.com/assimp/assimp.git
synced 2026-01-18 17:11:20 +01:00
Emulate the CMAKE_INSTALL_FULL_* variables on non-Unix systems and disable redefining FHS-mandated install locations via user-editable ASSIMP_*_INSTALL_DIR variables. Instead, if it REALLY proves necessary, Unix users can edit the advanced, canonical CMAKE_INSTALL_* variables.
10 lines
345 B
PkgConfig
10 lines
345 B
PkgConfig
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
Name: @CMAKE_PROJECT_NAME@
|
|
Description: Import various well-known 3D model formats in an uniform manner.
|
|
Version: @PROJECT_VERSION@
|
|
Libs: -L${libdir} -lassimp@ASSIMP_LIBRARY_SUFFIX@
|
|
Libs.private: @LIBSTDC++_LIBRARIES@ @ZLIB_LIBRARIES_LINKED@
|
|
Cflags: -I${includedir}
|