Skip to content

Instantly share code, notes, and snippets.

@mazurio
Created May 26, 2015 10:54
Show Gist options
  • Save mazurio/9cf04d08eea47778b52a to your computer and use it in GitHub Desktop.
Save mazurio/9cf04d08eea47778b52a to your computer and use it in GitHub Desktop.
CMAKE set PKG_CONFIG_PATH inside CMakeLists.txt
set(ENV{PKG_CONFIG_PATH} "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig/:$ENV{PKG_CONFIG_PATH}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment