summaryrefslogtreecommitdiff
path: root/packaging/boost.pc
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/boost.pc')
-rw-r--r--packaging/boost.pc11
1 files changed, 11 insertions, 0 deletions
diff --git a/packaging/boost.pc b/packaging/boost.pc
new file mode 100644
index 0000000000..d71a28285d
--- /dev/null
+++ b/packaging/boost.pc
@@ -0,0 +1,11 @@
+prefix=/usr
+exec_prefix=/usr
+libdir=/usr/lib
+includedir=/usr/include/boost
+
+Name: Boost
+Description: Boost C++ libraries (@TEST_LIBRARY@)
+Version: @BOOST_VERSION@
+Libs: -L${libdir} -lboost_chrono -lboost_date_time -lboost_filesystem -lboost_iostreams -lboost_prg_exec_monitor -lboost_program_options -lboost_random -lboost_regex -lboost_serialization -lboost_system -lboost_thread -lboost_unit_test_framework -lboost_wserialization
+Cflags: -I/usr/include/boost
+