Skip to content

Commit 07a5e8a

Browse files
estevemikaelarguedas
authored andcommitted
Export Poco libraries (#48)
1 parent 7d7bf4e commit 07a5e8a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

class_loader-extras.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
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

Comments
 (0)