diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-07-01 21:00:17 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-07-01 21:00:17 -0500 |
commit | e875abf22fc02939185b6aa881865cff58fc1543 (patch) | |
tree | 69bd5d76cc20bb0556f751a32a4472de22a81bd1 /data | |
parent | cba24317a60a2670c0c917aaa637488b834da379 (diff) | |
download | ayatana-indicator-session-e875abf22fc02939185b6aa881865cff58fc1543.tar.gz ayatana-indicator-session-e875abf22fc02939185b6aa881865cff58fc1543.tar.bz2 ayatana-indicator-session-e875abf22fc02939185b6aa881865cff58fc1543.zip |
in cmake files, limit scopes by moving single-target properties out of the global variables to single-target ones and moving single-use includes into the directories where they're used
Diffstat (limited to 'data')
-rw-r--r-- | data/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 3aa8ce4..ac4e76c 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -1,3 +1,5 @@ +include (UseGSettings) + ## ## GSettings schema ## |