blob: 48e1c37e1f00d089bc1cb936eb5d5c53952011a7 [file] [log] [blame]
#*******************************************************************************
# Copyright (c) 2019 fortiss GmbH
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0.
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Jose Cabral - initial API and implementation and/or initial documentation
# *******************************************************************************/
if(FORTE_MODULE_UTILS)
add_subdirectory(utils)
endif(FORTE_MODULE_UTILS)
if(FORTE_COM_OPC_UA)
add_subdirectory(opc_ua)
endif(FORTE_COM_OPC_UA)
if(FORTE_MODULE_Arrowhead)
add_subdirectory(arrowhead)
endif(FORTE_MODULE_Arrowhead)