fix createallprojects

This commit is contained in:
nillerusr
2020-10-22 14:20:23 +03:00
parent af9544dcaa
commit 64a0844256
888 changed files with 190264 additions and 28 deletions

View File

@@ -0,0 +1,13 @@
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: gperftools
Version: 2.0
Description: Performance tools for C++
URL: http://code.google.com/p/gperftools/
Requires:
Libs: -L${libdir} -ltcmalloc_debug
Libs.private: -pthread -lpthread
Cflags: -I${includedir}