forked from pocoproject/poco
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: create and install pkg-config files (pocoproject#2224)
* cmake: create and install pkg-config files Automatically create and install *.pc files for selected components. PocoFoundation.pc PocoNet.pc PocoUtil.pc etc.
- Loading branch information
Showing
37 changed files
with
255 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: PocoCppUnit | ||
Description: C++ Portable Components (POCO) CppUnit library | ||
Version: @PACKAGE_VERSION@ | ||
Libs: -L${libdir} -lPocoCppUnit | ||
Cflags: -I${includedir} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: PocoCrypto | ||
Description: C++ Portable Components (POCO) Crypto library | ||
Version: @PACKAGE_VERSION@ | ||
Libs: -L${libdir} -lPocoCrypto | ||
Cflags: -I${includedir} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: PocoEncodings | ||
Description: C++ Portable Components (POCO) Encodings library | ||
Version: @PACKAGE_VERSION@ | ||
Libs: -L${libdir} -lPocoEncodings | ||
Cflags: -I${includedir} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: PocoFoundation | ||
Description: C++ Portable Components (POCO) Foundation library | ||
Version: @PACKAGE_VERSION@ | ||
Libs: -L${libdir} -lPocoFoundation | ||
Cflags: -I${includedir} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: PocoJSON | ||
Description: C++ Portable Components (POCO) JSON library | ||
Version: @PACKAGE_VERSION@ | ||
Libs: -L${libdir} -lPocoJSON | ||
Cflags: -I${includedir} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: PocoMongoDB | ||
Description: C++ Portable Components (POCO) MongoDB library | ||
Version: @PACKAGE_VERSION@ | ||
Libs: -L${libdir} -lPocoMongoDB | ||
Cflags: -I${includedir} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: PocoNet | ||
Description: C++ Portable Components (POCO) Network library | ||
Version: @PACKAGE_VERSION@ | ||
Libs: -L${libdir} -lPocoNet | ||
Cflags: -I${includedir} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: PocoNetSSL | ||
Description: C++ Portable Components (POCO) Network library with SSL | ||
Version: @PACKAGE_VERSION@ | ||
Libs: -L${libdir} -lPocoNetSSL | ||
Cflags: -I${includedir} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: PocoPDF | ||
Description: C++ Portable Components (POCO) PDF library | ||
Version: @PACKAGE_VERSION@ | ||
Libs: -L${libdir} -lPocoPDF | ||
Cflags: -I${includedir} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: PocoRedis | ||
Description: C++ Portable Components (POCO) Redis library | ||
Version: @PACKAGE_VERSION@ | ||
Libs: -L${libdir} -lPocoRedis | ||
Cflags: -I${includedir} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: PocoSQL | ||
Description: C++ Portable Components (POCO) SQL library | ||
Version: @PACKAGE_VERSION@ | ||
Libs: -L${libdir} -lPocoSQL | ||
Cflags: -I${includedir} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: PocoSQLPostgreSQL | ||
Description: C++ Portable Components (POCO) SQL PostgreSQL library | ||
Version: @PACKAGE_VERSION@ | ||
Libs: -L${libdir} -lPocoSQLPostgreSQL | ||
Cflags: -I${includedir} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: PocoSQLSQLite | ||
Description: C++ Portable Components (POCO) SQL SQLite library | ||
Version: @PACKAGE_VERSION@ | ||
Libs: -L${libdir} -lPocoSQLSQLite | ||
Cflags: -I${includedir} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: PocoSevenZip | ||
Description: C++ Portable Components (POCO) SevenZip library | ||
Version: @PACKAGE_VERSION@ | ||
Libs: -L${libdir} -lPocoSevenZip | ||
Cflags: -I${includedir} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: PocoUtil | ||
Description: C++ Portable Components (POCO) Util library | ||
Version: @PACKAGE_VERSION@ | ||
Libs: -L${libdir} -lPocoUtil | ||
Cflags: -I${includedir} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: PocoXML | ||
Description: C++ Portable Components (POCO) XML library | ||
Version: @PACKAGE_VERSION@ | ||
Libs: -L${libdir} -lPocoXML | ||
Cflags: -I${includedir} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: PocoZip | ||
Description: C++ Portable Components (POCO) Zip library | ||
Version: @PACKAGE_VERSION@ | ||
Libs: -L${libdir} -lPocoZip | ||
Cflags: -I${includedir} |