1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

cmake: allow linking libxil from non-standard location

This commit is contained in:
Steffen Vogel 2020-11-12 00:19:55 +01:00
parent 5502d3577b
commit 2bbe5bc0ab

View file

@ -65,7 +65,7 @@ target_include_directories(villas-fpga
)
target_link_libraries(villas-fpga PUBLIC
${XIL_LIBRARIES}
${XIL_LINK_LIBRARIES}
${JANSSON_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT}
${CMAKE_DL_LIBS}