commit e90bffcf4aa5d1e66b5a4cb593bda190bda24398
parent 08a341c76788f516a9ae814b92d55687b72afdb8
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 7 Jun 2017 10:20:38 +0200
Copy the solstice runtime libraries on install invocation
The solstice runtime libraries are copied in the path where solstice is
installed.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -193,4 +193,4 @@ install(TARGETS solstice
LIBRARY DESTINATION lib
RUNTIME DESTINATION bin)
install(FILES ${SOLSTICE_FILES_DOC} DESTINATION share/doc/solstice)
-
+rcmake_install_runtime_libraries(solstice)