Skip to content

Commit

Permalink
don't use pkg-config for resolving clasS_laoder dependencies due to d…
Browse files Browse the repository at this point in the history
  • Loading branch information
maltewi committed Jun 3, 2021
1 parent c44eca6 commit fa19e3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ rock_library(plugin_manager
PluginLoader.hpp
Exceptions.hpp
Demangle.hpp
DEPS_PKGCONFIG class_loader tinyxml base-logging
DEPS_PKGCONFIG tinyxml base-logging
DEPS_CMAKE Glog
DEPS_PLAIN
Boost_FILESYSTEM
Boost_THREAD
Boost_SYSTEM
class_loader
PocoFoundation
)

2 changes: 1 addition & 1 deletion src/plugin_manager.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Name: @TARGET_NAME@
Description: @PROJECT_DESCRIPTION@
Version: @PROJECT_VERSION@
Requires: @PKGCONFIG_REQUIRES@
Libs: -L${libdir} -l@TARGET_NAME@ @PKGCONFIG_LIBS@
Libs: -L${libdir} -l@TARGET_NAME@ @PKGCONFIG_LIBS@ -lclass_loader
Cflags: -I${includedir} @PKGCONFIG_CFLAGS@

0 comments on commit fa19e3d

Please sign in to comment.