python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Using execute_process and OUTPUT_VARIABLE in CMake
I want to add libpqxx library to my project, but find_package doesn't seem work with it. So I decided to manually add pkg-config's output on libpqxx to compiler and linker flags. For some reason this ...
tralf_strues
Votes: 0
Answers: 1
Error build Rust for linux in macos - Openssl
Trying to compile for linux from a mac throws this error, I have openssl and pkg-config installed from brew.
And in the file ~/.cargo/config I have this configuration.
[target.x86_64-unknown-linux-mus...
Orelvis15
Votes: 0
Answers: 4
Adding pkg-config search path in CentOS
I have this library(lxc) installed which has the .pc file in
/usr/local/lib/pkgconfig I'm working on a modified version of CentOS. Apparantly, I'm having pkg-conf package (instead of pkg-config). When...
Arnab Ghosh
Votes: 0
Answers: 0
How to list variables loaded by pkg-config in cmake
In Cmake when we do find_package to look up a package, how we can find the list of variables that it loads
for example
some have this format:
.._LIBRARIES
some have this format:
.._LIBS
how we can lis...
Amir Khalili
Votes: 0
Answers: 0