mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-06 21:47:49 +00:00
cmake: create and install pkg-config files (#2224)
* cmake: create and install pkg-config files Automatically create and install *.pc files for selected components. PocoFoundation.pc PocoNet.pc PocoUtil.pc etc.
This commit is contained in:
committed by
Joerg-Christian Boehme
parent
0be0ce0be4
commit
6b9054dfa2
10
SQL/MySQL/PocoSQLMySQL.pc.in
Normal file
10
SQL/MySQL/PocoSQLMySQL.pc.in
Normal file
@@ -0,0 +1,10 @@
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
exec_prefix=@CMAKE_INSTALL_PREFIX@/bin
|
||||
libdir=@CMAKE_INSTALL_PREFIX@/lib@LIB_SUFFIX@
|
||||
includedir=@CMAKE_INSTALL_PREFIX@/include/Poco
|
||||
|
||||
Name: PocoSQLMySQL
|
||||
Description: C++ Portable Components (POCO) SQL MySQL library
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -lPocoSQLMySQL
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user