blob: 01e642eb9e03aa8176fa7875ecba5003e312c456 [file] [log] [blame]
#
# Copyright 2018, Data61, CSIRO (ABN 41 687 119 230)
#
# SPDX-License-Identifier: BSD-2-Clause
#
cmake_minimum_required(VERSION 3.8.2)
project(FileServer C)
# The FileServer expects a cpio_archive to be linked into it. This needs to be provided
# on a per instances basis by the system through ExtendCAmkESComponentInstance
DeclareCAmkESComponent(FileServer SOURCES src/server.c)
add_subdirectory(
"${CMAKE_CURRENT_LIST_DIR}/libFileServer-client"
${CMAKE_CURRENT_BINARY_DIR}/libFileServer-client
)