mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2025-12-10 07:44:41 +01:00
Fix installation of dm plugin in pipeline
This commit is contained in:
parent
5139c70c5f
commit
e5a2ae0baa
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@ ADD_DEFINITIONS(-D_GNU_SOURCE)
|
||||||
|
|
||||||
# Compile and install libcwmpdm.so
|
# Compile and install libcwmpdm.so
|
||||||
ADD_LIBRARY(cwmpdm SHARED datamodel.c)
|
ADD_LIBRARY(cwmpdm SHARED datamodel.c)
|
||||||
INSTALL(DIRECTORY DESTINATION etc/bbfdm/plugins)
|
INSTALL(DIRECTORY DESTINATION usr/share/bbfdm/plugins)
|
||||||
INSTALL(TARGETS cwmpdm LIBRARY DESTINATION etc/bbfdm/plugins)
|
INSTALL(TARGETS cwmpdm LIBRARY DESTINATION usr/share/bbfdm/plugins)
|
||||||
|
|
||||||
# Copy libcwmpdm.so to the main repo
|
# Copy libcwmpdm.so to the main repo
|
||||||
add_custom_command(
|
add_custom_command(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue