blob: 70607945d4f3727635281f6e1cde41182d9f3754 [file] [log] [blame]
#*******************************************************************************
# Copyright (c) 2018 TU Wien/ACIN
# 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:
# Martin Melik Merkumians - initial API and implementation and/or initial documentation
# *******************************************************************************/
SET(SOURCE_GROUP ${SOURCE_GROUP}\\fblib)
IF(FORTE_MODULE_IEC61131)
add_subdirectory(IEC61131-3)
ENDIF(FORTE_MODULE_IEC61131)
IF(FORTE_MODULE_UTILS)
add_subdirectory(utils)
ENDIF(FORTE_MODULE_UTILS)
IF(FORTE_COM_HTTP)
add_subdirectory(HTTP)
ENDIF(FORTE_COM_HTTP)