Skip to content
Snippets Groups Projects
Commit ec7d4ce9 authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

console-bridge: adding static library to package

This commit intends to add the static library to the main package.
It resolves issue #82 and is a copy of a part of the catkin class.
parent 430f67cd
No related branches found
No related tags found
No related merge requests found
......@@ -21,3 +21,7 @@ SRC_URI[sha256sum] = "69c3efa4ef86b2c3ffb37d29a9c6169853975a3bc362815c9cffc40f74
S = "${WORKDIR}/console_bridge-${PV}"
inherit cmake
FILES_SOLIBSDEV = ""
FILES_${PN} += "${libdir}/lib*${SOLIBSDEV}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment