Browse Source

assimp.pc.in: Add static libs to Libs.private

Timothy Gu 10 years ago
parent
commit
8656a35134
1 changed files with 1 additions and 0 deletions
  1. 1 0
      assimp.pc.in

+ 1 - 0
assimp.pc.in

@@ -7,4 +7,5 @@ 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}