1 Star 0 Fork 2

朱春杨/open-ocpp

forked from Charging Systems/open-ocpp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists_Options.txt 961 Bytes
一键复制 编辑 原始数据 按行查看 历史
#################################################################################
# Build options #
#################################################################################
# Log level (0 = All logs, 5 = No logs)
if(NOT DEFINED LOG_LEVEL)
set(LOG_LEVEL 1)
endif()
add_compile_definitions(LOG_LEVEL=${LOG_LEVEL})
# Logger
option(EXTERNAL_LOGGER "Use an external logger" OFF)
if(EXTERNAL_LOGGER)
add_compile_definitions(EXTERNAL_LOGGER=1)
endif()
# Static library
option(BUILD_STATIC_LIBRARY "Build Open OCPP as a static library" ON)
# Unit tests
option(BUILD_UNIT_TESTS "Build unit tests" ON)
# Examples
option(BUILD_EXAMPLES "Build examples" ON)
# Build the libwebsocket library along with the Open OCPP library
option(BUILD_LWS_LIBRARY "Build libwebsocket library" ON)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/zhu-chunyang3/open-ocpp.git
git@gitee.com:zhu-chunyang3/open-ocpp.git
zhu-chunyang3
open-ocpp
open-ocpp
develop

搜索帮助

0d507c66 1850385 C8b1a773 1850385