File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -86,10 +86,12 @@ Source: "{#ComponentStagingDir}\_configuration\etc\ecal.yaml"; DestDir: "{app
8686Source: "{#ComponentStagingDir}\_configuration\etc\ecal.yaml"; DestDir: "{app}\etc\"; Tasks: replaceconf; Flags: ignoreversion skipifsourcedoesntexist; Components: runtime
8787Source: "{#ComponentStagingDir}\_configuration\etc\ecaltime.yaml"; DestDir: "{app}\etc\"; Flags: ignoreversion skipifsourcedoesntexist; Components: runtime
8888
89+
8990Source: "{#CSharpStagingDir}\runtime\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs; Components: runtime
9091
9192; applications
9293Source: "{#ComponentStagingDir}\app\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs; Components: applications
94+ Source: "{#ComponentStagingDir}\configuration\bin\*"; DestDir: "{app}\bin\"; Flags: ignoreversion recursesubdirs; Components: applications
9395
9496; samples
9597Source: "{#ComponentStagingDir}\samples\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs; Components: samples
Original file line number Diff line number Diff line change @@ -98,4 +98,8 @@ if(ECAL_DEFAULT_CONFIG_LOCATION AND NOT CMAKE_CROSSCOMPILING)
9898 endif ()
9999endif ()
100100
101- ecal_install_app(${PROJECT_NAME} )
101+ install (TARGETS ${PROJECT_NAME}
102+ RUNTIME
103+ DESTINATION "${eCAL_install_app_dir} " # Install to the App-dir...
104+ COMPONENT configuration # ... but as component "configuration"
105+ )
You can’t perform that action at this time.
0 commit comments