a62905a977
These were originally deleted by mistake (because they were not yet being installed) and are actually necessary. This should have been part of r260576 but I missed committing this directory. MFC after: 5 days
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
|