## CMakeLists.txt # # Author: Daniel Krebs # SPDX-FileCopyrightText: 2018-2022, Institute for Automation of Complex Power Systems, EONERC # SPDX-License-Identifier: Apache-2.0 ############################################################################## add_executable(villas-fpga-ctrl villas-fpga-ctrl.cpp) target_link_libraries(villas-fpga-ctrl PUBLIC villas-fpga ) add_executable(pcimem pcimem.c) configure_file(villas-fpga-cat.sh villas-fpga-cat.sh COPYONLY) configure_file(villas-fpga-xbar-select.sh villas-fpga-xbar-select.sh COPYONLY)