Skip to content

Commit 0faa38a

Browse files
committed
wasm: try to disable kabang
1 parent 8eb56ca commit 0faa38a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/plugins/score-plugin-avnd/CMakeLists.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,8 @@ avnd_make_score(
853853
NAMESPACE ao
854854
)
855855

856+
# Too much binary size
857+
if(NOT EMSCRIPTEN)
856858
avnd_make_score(
857859
SOURCES
858860
"${AVND_FOLDER}/examples/Advanced/Kabang/Kabang.hpp"
@@ -876,6 +878,18 @@ avnd_make_score(
876878
NAMESPACE kbng
877879
OPTIMIZED
878880
)
881+
endif()
882+
# avnd_score_plugin_add(
883+
# BASE_TARGET score_plugin_avnd
884+
# SOURCES
885+
# AvndDevices/HTTPServer.hpp
886+
# TARGET http_server_device
887+
# MAIN_CLASS HTTPServer
888+
# NAMESPACE ad
889+
# DEVICE
890+
# )
891+
# find_package(OpenSSL)
892+
# target_link_libraries(score_plugin_avnd PRIVATE OpenSSL::SSL OpenSSL::Crypto)
879893

880894
file(CONFIGURE OUTPUT
881895
"${CMAKE_BINARY_DIR}/include.avnd.cpp"

0 commit comments

Comments
 (0)