mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
lib: change include path: must be <villas/...> now
This commit is contained in:
parent
7479675361
commit
fcfb3d8020
1 changed files with 5 additions and 4 deletions
|
@ -51,10 +51,11 @@ target_compile_definitions(villas-fpga PRIVATE
|
|||
_GNU_SOURCE
|
||||
)
|
||||
|
||||
target_include_directories(villas-fpga PUBLIC
|
||||
../include/villas
|
||||
${XIL_INCLUDE_DIRS}
|
||||
${JANSSON_INCLUDE_DIRS}
|
||||
target_include_directories(villas-fpga
|
||||
PUBLIC
|
||||
../include
|
||||
${XIL_INCLUDE_DIRS}
|
||||
${JANSSON_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
target_link_libraries(villas-fpga PUBLIC
|
||||
|
|
Loading…
Add table
Reference in a new issue