Skip to content

Commit 33a24e7

Browse files
committed
build(ocre): library visibility
Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
1 parent 03b0b0c commit 33a24e7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/ocre/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ target_sources(OcreCore
1616
)
1717

1818
target_link_libraries(OcreCore
19-
PUBLIC
19+
PRIVATE
2020
uthash
2121
OcrePlatform
22-
OcreRuntime
2322
OcreRuntimeWamr
23+
PUBLIC
24+
OcreRuntime
2425
OcreCommon
2526
)
2627

0 commit comments

Comments
 (0)