aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/samples/external/assimp-4.1.0/assimp.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'NvCloth/samples/external/assimp-4.1.0/assimp.pc.in')
-rw-r--r--NvCloth/samples/external/assimp-4.1.0/assimp.pc.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/NvCloth/samples/external/assimp-4.1.0/assimp.pc.in b/NvCloth/samples/external/assimp-4.1.0/assimp.pc.in
deleted file mode 100644
index 02cf59d..0000000
--- a/NvCloth/samples/external/assimp-4.1.0/assimp.pc.in
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=@CMAKE_INSTALL_PREFIX@
-exec_prefix=@CMAKE_INSTALL_PREFIX@/
-libdir=@CMAKE_INSTALL_PREFIX@/@ASSIMP_LIB_INSTALL_DIR@
-includedir=@CMAKE_INSTALL_PREFIX@/@ASSIMP_INCLUDE_INSTALL_DIR@
-
-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}