1
0
Fork 0
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:
Steffen Vogel 2020-11-12 00:45:06 +01:00
commit f59a763cd1

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}