File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
src/plugins/score-plugin-avnd Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -853,6 +853,8 @@ avnd_make_score(
853853 NAMESPACE ao
854854)
855855
856+ # Too much binary size
857+ if (NOT EMSCRIPTEN)
856858avnd_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
880894file (CONFIGURE OUTPUT
881895 "${CMAKE_BINARY_DIR} /include.avnd.cpp"
You can’t perform that action at this time.
0 commit comments