summaryrefslogtreecommitdiff
path: root/src/mesh/assimp-master/assimp.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/assimp-master/assimp.pc.in')
-rw-r--r--src/mesh/assimp-master/assimp.pc.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mesh/assimp-master/assimp.pc.in b/src/mesh/assimp-master/assimp.pc.in
deleted file mode 100644
index 555a3a1..0000000
--- a/src/mesh/assimp-master/assimp.pc.in
+++ /dev/null
@@ -1,9 +0,0 @@
-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}