We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908d5fd commit a619d2aCopy full SHA for a619d2a
2 files changed
src/ocre/CMakeLists.txt
@@ -16,11 +16,12 @@ target_sources(OcreCore
16
)
17
18
target_link_libraries(OcreCore
19
- PUBLIC
+ PRIVATE
20
uthash
21
OcrePlatform
22
- OcreRuntime
23
OcreRuntimeWamr
+ PUBLIC
24
+ OcreRuntime
25
OcreCommon
26
27
src/samples/supervisor/posix/server/CMakeLists.txt
@@ -22,9 +22,11 @@ add_executable(ocred
target_link_libraries(ocred
PRIVATE
OcreCore
+ uthash
Threads::Threads
28
29
target_include_directories(ocred
- PRIVATE ../zcbor/include
30
31
+ ../zcbor/include
32
0 commit comments