commit b8f4e5bf065350d3e6f01383f1941bbd66132da9
parent cc77c59934f6e8f8b975c64b6543bd7312047710
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 11 Jul 2018 12:26:11 +0200
Rename the CMake Package base name in StarVX
Install the documentation in the star-vx subdirectory and deploy the
svx_version.h header in the star subdirectory.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -76,7 +76,7 @@ set_target_properties(svx PROPERTIES
VERSION ${VERSION}
SOVERSION ${VERSION_MAJOR})
-rcmake_setup_devel(svx SVX ${VERSION} high_tune/svx.h)
+rcmake_setup_devel(svx StarVX ${VERSION} star/svx_version.h)
################################################################################
# Add tests
@@ -110,5 +110,5 @@ install(TARGETS svx
LIBRARY DESTINATION lib
RUNTIME DESTINATION bin)
install(FILES ${SVX_FILES_INC_API} DESTINATION include/star)
-install(FILES ${SVX_FILES_DOC} DESTINATION share/doc/svx)
+install(FILES ${SVX_FILES_DOC} DESTINATION share/doc/star-vx)