|
@@ -851,6 +851,10 @@ if(WITH_PDB_SAVEV2)
|
|
|
install(CODE "MESSAGE(\"----Pack PDB File Done----\")" COMPONENT symbols)
|
|
|
endif(WITH_PDB_SAVEV2)
|
|
|
|
|
|
+if(MSVC AND DEVOPS_ON_CMAKE_PRD)
|
|
|
+ install(DIRECTORY "${CMAKE_SOURCE_DIR}/addin/din/OFSUpgrade/autostart_unify" DESTINATION "${RVC_EXTEND_PATH}" COMPONENT resources)
|
|
|
+endif(MSVC AND DEVOPS_ON_CMAKE_PRD)
|
|
|
+
|
|
|
#appoint the component to install , except header file here.
|
|
|
#set(CPACK_ARCHIVE_COMPONENT_INSTALL ON)
|
|
|
set(CPACK_COMPONENTS_ALL_IN_ONE_PACKAGE TRUE)
|