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
2018-06-04 14:20:06 +02:00

6 lines
93 B
CMake

add_executable(streamer streamer.cpp)
target_link_libraries(streamer PUBLIC
villas-fpga
)