mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
lib: create shared instead of static library
This commit is contained in:
parent
1cde762fc0
commit
0bf00d51d7
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ pkg_check_modules(XIL libxil)
|
|||
|
||||
find_package(Threads)
|
||||
|
||||
add_library(villas-fpga ${SOURCES})
|
||||
add_library(villas-fpga SHARED ${SOURCES})
|
||||
|
||||
target_compile_definitions(villas-fpga PRIVATE
|
||||
BUILDID=\"abc\"
|
||||
|
|
Loading…
Add table
Reference in a new issue