mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
Merge branch 'fix-cmake' into 'master'
cmake: allow linking libxil from non-standard location See merge request acs/public/villas/fpga/fpga!15
This commit is contained in:
commit
f59a763cd1
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