We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92c6a2 commit ecc0230Copy full SHA for ecc0230
src/CMakeLists.txt
@@ -348,10 +348,6 @@ endif()
348
349
if(FLB_UNICODE_ENCODER)
350
add_subdirectory(simdutf)
351
- set(src
352
- ${src}
353
- "flb_unicode.c"
354
- )
355
endif()
356
357
# WAMRC compiler
@@ -466,10 +462,14 @@ endif()
466
462
467
463
# Unicode Conversions
468
464
add_subdirectory(unicode)
469
- set(FLB_DEPS
470
- ${FLB_DEPS}
471
- flb-conv
472
465
+set(FLB_DEPS
+ ${FLB_DEPS}
+ flb-conv
+ )
+set(src
+ ${src}
+ flb_unicode.c
473
474
if (MSVC)
475
set(flb_rc_files
0 commit comments