mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-28 04:58:04 +00:00
version 0.12) for development of future unit tests. Use configure --with-atf to build ATF internally or configure --with-atf=prefix to use an external copy. [RT #23209]
12 lines
234 B
PkgConfig
12 lines
234 B
PkgConfig
# ATF pkg-config file
|
|
|
|
cxx=__CXX__
|
|
includedir=__INCLUDEDIR__
|
|
libdir=__LIBDIR__
|
|
|
|
Name: atf-c++
|
|
Description: Automated Testing Framework (C++ binding)
|
|
Version: __ATF_VERSION__
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -latf-c++ -latf-c
|