Skip to content

Commit 39595fd

Browse files
missing dependency
1 parent 944fd6e commit 39595fd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Polyfills/TextDecoder/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ warnings_as_errors(TextDecoder)
88
target_include_directories(TextDecoder PUBLIC "Include")
99

1010
target_link_libraries(TextDecoder
11-
PUBLIC napi)
11+
PUBLIC napi
12+
PUBLIC Foundation)
1213

1314
set_property(TARGET TextDecoder PROPERTY FOLDER Polyfills)
1415
source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR} FILES ${SOURCES})

0 commit comments

Comments
 (0)