mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-16 00:00:02 +01:00
6 lines
93 B
CMake
6 lines
93 B
CMake
add_executable(streamer streamer.cpp)
|
|
|
|
target_link_libraries(streamer PUBLIC
|
|
villas-fpga
|
|
)
|
|
|