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 9035bb7 commit c9e98daCopy full SHA for c9e98da
include/CMakeLists.txt
@@ -28,11 +28,14 @@ install(FILES ${headers}
28
COMPONENT headers
29
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)
30
31
-file(GLOB headers "fluent-bit/simdutf/*.h")
32
-install(FILES ${headers}
+# simdutf
+if(FLB_UNICODE_ENCODER)
33
+ file(GLOB headers "fluent-bit/simdutf/*.h")
34
+ install(FILES ${headers}
35
DESTINATION ${FLB_INSTALL_INCLUDEDIR}/fluent-bit/simdutf/
36
37
38
+endif()
39
40
install(FILES "../lib/monkey/include/monkey/mk_core.h"
41
DESTINATION ${FLB_INSTALL_INCLUDEDIR}/monkey/
0 commit comments