some file ops, some print ops, some memory ops
This commit is contained in:
10
akstdlib.pc.in
Normal file
10
akstdlib.pc.in
Normal file
@@ -0,0 +1,10 @@
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${exec_prefix}/include
|
||||
|
||||
Name: akstdlib
|
||||
Description: C stdlib with akerror sanity wrappers
|
||||
Version: @PROJECT_VERSION@
|
||||
Cflags: -I${includedir}/
|
||||
Libs: -L${libdir} -lakstdlib
|
||||
Reference in New Issue
Block a user