1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
VILLASnode/fpga/src/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
486 B
Text
Raw Permalink Normal View History

2018-06-25 17:03:09 +02:00
## CMakeLists.txt
#
# Author: Daniel Krebs <github@daniel-krebs.net>
# SPDX-FileCopyrightText: 2018 Institute for Automation of Complex Power Systems, RWTH Aachen University
# SPDX-License-Identifier: Apache-2.0
2018-06-25 17:03:09 +02:00
add_executable(villas-fpga-ctrl villas-fpga-ctrl.cpp)
2017-11-21 22:30:21 +01:00
target_link_libraries(villas-fpga-ctrl PUBLIC
villas-fpga
)
2017-11-21 22:30:21 +01:00
add_executable(villas-fpga-pipe villas-fpga-pipe.cpp)
target_link_libraries(villas-fpga-pipe PUBLIC
villas-fpga
)
add_executable(pcimem pcimem.c)