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

7 lines
93 B
Text
Raw Normal View History

2018-06-04 14:15:04 +02:00
add_executable(streamer streamer.cpp)
2017-11-21 22:30:21 +01:00
2018-06-04 14:15:04 +02:00
target_link_libraries(streamer PUBLIC
2017-11-21 22:30:21 +01:00
villas-fpga
)