diff options
| author | Sam Spilsbury <sam.spilsbury@canonical.com> | 2012-08-17 16:29:45 +0800 | 
|---|---|---|
| committer | Sam Spilsbury <sam.spilsbury@canonical.com> | 2012-08-17 16:29:45 +0800 | 
| commit | d9aa90eba35b8bca8d617f5510bc78cefc1d850f (patch) | |
| tree | f1d27ca698e8929f0fbcf6821542d33b432a964c /gnome | |
| parent | 31cd2ad7df920d69e71dd7f266d762475a3d377a (diff) | |
Added missing file
(bzr r2567.3.3)
Diffstat (limited to 'gnome')
| -rw-r--r-- | gnome/CMakeLists.txt | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/gnome/CMakeLists.txt b/gnome/CMakeLists.txt new file mode 100644 index 000000000..c99077df4 --- /dev/null +++ b/gnome/CMakeLists.txt @@ -0,0 +1,12 @@ +find_package (Compiz REQUIRED) + +include (CompizCommon) + +compiz_translate_xml (${CMAKE_CURRENT_SOURCE_DIR}/50-unity-launchers.xml.in + ${CMAKE_CURRENT_BINARY_DIR}/50-unity-launchers.xml NOTRANSLATIONS) + +install (FILES ${CMAKE_CURRENT_BINARY_DIR}/50-unity-launchers.xml + DESTINATION ${CMAKE_INSTALL_PREFIX}/share/gnome-control-center/keybindings) + +add_custom_target (unity-gnome-keybindings ALL DEPENDS + ${CMAKE_CURRENT_BINARY_DIR}/50-unity-launchers.xml) | 
