~didrocks/unity-system-compositor/fix-for-ati

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

Prepare unity system compistor to follow daily release packaging guidelines.
As per discussion, move unity-system-compistor to sbin.

Approved by Robert Ancell, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
# Install into bin directory
35
35
install(TARGETS unity-system-compositor
36
 
  RUNTIME DESTINATION bin
 
36
  RUNTIME DESTINATION sbin
37
37
)