Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed May 29, 2024
1 parent 90b3136 commit 6a5ba21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libwasi_threads/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ if (USE_IPO)
set_property(TARGET toywasm-lib-wasi-threads PROPERTY INTERPROCEDURAL_OPTIMIZATION TRUE)
endif()
set_property(TARGET toywasm-lib-wasi-threads PROPERTY PUBLIC_HEADER ${lib_wasi_threads_headers})
# Note: while this library is mostly independent from libwasi,
# it uses wasi_convert_errno from libwasi.
target_link_libraries(toywasm-lib-wasi-threads toywasm-lib-wasi)
target_include_directories(toywasm-lib-wasi-threads
INTERFACE
Expand Down

0 comments on commit 6a5ba21

Please sign in to comment.