Made plugin checkout optional

This commit is contained in:
Daniel Brunner
2018-11-16 23:25:38 +01:00
parent e370fe1eea
commit dee06fe5fa

View File

@@ -2,8 +2,8 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/plugins/web
add_custom_target(webserver-plugins) add_custom_target(webserver-plugins)
add_subdirectory(fileserverplugin) optional_add_subdirectory(fileserverplugin)
add_subdirectory(helloworldplugin) optional_add_subdirectory(helloworldplugin)
add_subdirectory(proxyplugin) optional_add_subdirectory(proxyplugin)
add_subdirectory(seriesplugin) optional_add_subdirectory(seriesplugin)
add_subdirectory(wifilampplugin) optional_add_subdirectory(wifilampplugin)