uwac: enable library versioning

This commit is contained in:
Bernhard Miklautz
2016-02-25 23:46:56 +01:00
parent 71836f6cab
commit 167907ef2e
3 changed files with 12 additions and 6 deletions

View File

@@ -16,5 +16,4 @@
# limitations under the License.
file(GLOB UWAC_HEADERS "uwac/*.h")
install(FILES ${UWAC_HEADERS} DESTINATION include/uwac COMPONENT headers)
install(FILES ${UWAC_HEADERS} DESTINATION include/uwac${UWAC_API_VERSION}/uwac COMPONENT headers)