12 lines
218 B
PkgConfig
12 lines
218 B
PkgConfig
|
# ATF pkg-config file
|
||
|
|
||
|
cc=__CC__
|
||
|
includedir=__INCLUDEDIR__
|
||
|
libdir=__LIBDIR__
|
||
|
|
||
|
Name: atf-c
|
||
|
Description: Automated Testing Framework (C binding)
|
||
|
Version: __ATF_VERSION__
|
||
|
Cflags: -I${includedir}
|
||
|
Libs: -L${libdir} -latf-c
|