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:
parent
5502d3577b
commit
2bbe5bc0ab
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue