This repository has been archived on 2020-04-18. You can view files and clone it, but cannot push or open issues or pull requests.
FediPotato/lib/pkg-config/FediPotato.pc.in

14 lines
360 B
PkgConfig
Raw Normal View History

2020-02-24 20:13:53 +01:00
name=@PROJECT_NAME@
prefix=@CMAKE_INSTALL_PREFIX@
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
Name: ${name}
Description: @PROJECT_DESCRIPTION@
2020-04-18 16:35:41 +02:00
URL: @PROJECT_HOMEPAGE_URL@
2020-02-24 20:13:53 +01:00
Version: @PROJECT_VERSION@
Requires: mastodonpp
2020-04-18 16:35:41 +02:00
Cflags: -I${includedir}
Libs: -L${libdir} -l${name} -lboost_thread
Libs.private: -lboost_chrono