mirror of
https://github.com/celisej567/source-engine.git
synced 2026-09-19 20:09:06 +03:00
fix createallprojects
This commit is contained in:
13
thirdparty/gperftools-2.0/libtcmalloc_debug.pc
vendored
Normal file
13
thirdparty/gperftools-2.0/libtcmalloc_debug.pc
vendored
Normal 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}
|
||||
Reference in New Issue
Block a user