We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7bf4e commit 07a5e8aCopy full SHA for 07a5e8a
class_loader-extras.cmake
@@ -1 +1,5 @@
1
include("${class_loader_DIR}/class_loader_hide_library_symbols.cmake")
2
+
3
+find_package(poco_vendor REQUIRED)
4
+find_package(Poco REQUIRED COMPONENTS Foundation)
5
+list(APPEND class_loader_LIBRARIES ${Poco_LIBRARIES})
0 commit comments