view ext/json11/json11.pc.in @ 271:776175b737ad

When the input domain is FrequencyDomain, the caller is expected to pass in the frequency-domain input - which means they need the additional values for DC and Nyquist. So check this and refuse if absent
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 17 Oct 2018 15:18:42 +0100
parents d607ae858682
children
line wrap: on
line source
prefix=@CMAKE_INSTALL_PREFIX@
libdir=${prefix}/lib/@CMAKE_LIBRARY_ARCHITECTURE@
includedir=${prefix}/include/@CMAKE_LIBRARY_ARCHITECTURE@

Name: @PROJECT_NAME@
Description: json11 is a tiny JSON library for C++11, providing JSON parsing and serialization.
Version: @PROJECT_VERSION@
Libs: -L${libdir} -ljson11
Cflags: -I${includedir}