File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ function(add_executable target)
64
64
# WASI
65
65
set_property (TARGET ${wasm_target} PROPERTY SUFFIX ".wasi.wasm" )
66
66
if (NOT TARGET wasi-itk-extras AND DEFINED CMAKE_CXX_COMPILE_OBJECT )
67
- add_library (wasi-itk-extras STATIC /ITKWebAssemblyInterface/src/exceptionShim.cxx /ITKWebAssemblyInterface/src/cxaThreadAtExitShim.cxx /ITKWebAssemblyInterface/src/posixShim .c /ITKWebAssemblyInterface/src/initialization.cxx )
67
+ add_library (wasi-itk-extras STATIC /ITKWebAssemblyInterface/src/exceptionShim.cxx /ITKWebAssemblyInterface/src/cxaThreadAtExitShim.cxx /ITKWebAssemblyInterface/src/pthreadShim .c /ITKWebAssemblyInterface/src/initialization.cxx )
68
68
endif ()
69
69
get_property (_is_imported TARGET ${wasm_target} PROPERTY IMPORTED )
70
70
if (NOT ${_is_imported} )
You can’t perform that action at this time.
0 commit comments