1
0
Fork 0
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:
daniel-k 2017-11-22 19:36:03 +01:00
parent 1cde762fc0
commit 0bf00d51d7

View file

@ -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\"