Merge lp:~embik/appcenter/fix-schema-install into lp:~elementary-apps/appcenter/appcenter

Proposed by Marvin Beckers
Status: Merged
Approved by: Danielle Foré
Approved revision: 27
Merged at revision: 27
Proposed branch: lp:~embik/appcenter/fix-schema-install
Merge into: lp:~elementary-apps/appcenter/appcenter
Diff against target: 8 lines (+1/-0)
1 file modified
CMakeLists.txt (+1/-0)
To merge this branch: bzr merge lp:~embik/appcenter/fix-schema-install
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+276901@code.launchpad.net

Commit message

add schemas subdirectory to main CMake file to compile and install settings schema

Description of the change

Adds schemas subdirectory to main CMake file to compile and install settings schema

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2015-10-28 01:13:52 +0000
3+++ CMakeLists.txt 2015-11-06 19:25:11 +0000
4@@ -24,3 +24,4 @@
5 add_subdirectory (src)
6 add_subdirectory (data)
7 add_subdirectory (po)
8+add_subdirectory (schemas)

Subscribers

People subscribed via source and target branches