mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-27 00:28:49 +03:00
11 lines
293 B
PkgConfig
11 lines
293 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: UnitTest++
|
|
Description: UnitTest++ is a simple C++ Unit Test Framework
|
|
URL: https://github.com/unittest-cpp/unittest-cpp
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -lUnitTest++
|
|
Cflags: -I${includedir}/
|