Skip to content
Snippets Groups Projects
Commit c69d7066 authored by Armin Co's avatar Armin Co
Browse files

Build library

parent 59616311
No related branches found
No related tags found
No related merge requests found
......@@ -35,17 +35,17 @@ include_directories(src/smart_grid)
# Add OPC UA
# if(BUILD_OPC_UA_FOR_INSTALL)
# macro(SET_OPTION option value)
# set(${option} ${value} CACHE "" INTERNAL FORCE)
# endmacro()
# option(BUILD_CLIENT "Build Client" OFF)
# option(BUILD_SERVER "Build Server" ON)
#
# option(SSL_SUPPORT_MBEDTLS "Support rsa-oaep password encryption using mbedtls library " OFF)
#
# option(BUILD_PYTHON "Build Python bindings" OFF)
# option(BUILD_TESTING "Build and run tests" OFF)
# option(BUILD_SHARED_LIBS "Build shared libraries." ON)
macro(SET_OPTION option value)
set(${option} ${value} CACHE "" INTERNAL FORCE)
endmacro()
option(BUILD_CLIENT "Build Client" ON)
option(BUILD_SERVER "Build Server" ON)
option(SSL_SUPPORT_MBEDTLS "Support rsa-oaep password encryption using mbedtls library " OFF)
option(BUILD_PYTHON "Build Python bindings" OFF)
option(BUILD_TESTING "Build and run tests" OFF)
option(BUILD_SHARED_LIBS "Build shared libraries." ON)
add_subdirectory(libs/freeopcua)
# endif(BUILD_OPC_UA_FOR_INSTALL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment