diff options
| author | Charles Kerr <charles.kerr@canonical.com> | 2013-03-22 16:59:19 -0500 |
|---|---|---|
| committer | Charles Kerr <charles.kerr@canonical.com> | 2013-03-22 16:59:19 -0500 |
| commit | d782f784d486fd726a870fb9c03e49bd6ef6877c (patch) | |
| tree | 6b070db953b4ba3f58f2827c43685e07c0e314ed | |
| parent | c8ce514661476c027c2bd8b9f8c000810e105e67 (diff) | |
| download | ayatana-indicator-session-d782f784d486fd726a870fb9c03e49bd6ef6877c.tar.gz ayatana-indicator-session-d782f784d486fd726a870fb9c03e49bd6ef6877c.tar.bz2 ayatana-indicator-session-d782f784d486fd726a870fb9c03e49bd6ef6877c.zip | |
add data/CMakeLists.txt to the repo
| -rw-r--r-- | data/CMakeLists.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt new file mode 100644 index 0000000..7d213b2 --- /dev/null +++ b/data/CMakeLists.txt @@ -0,0 +1,23 @@ +# schema +configure_file (com.canonical.indicator.session.gschema.xml.in + com.canonical.indicator.session.gschema.xml) +include (GSettings) +add_schemas(clinica-schemas ${CMAKE_SOURCE_DIR}/data/com.canonical.indicator.session.gschema.xml) + +# .service file +include (GNUInstallDirs) +configure_file (indicator-session.service.in indicator-session.service) + +# .indicator file +# (NOOP) +# +# FIXME install files +#install(FILES +#${CMAKE_CURRENT_BINARY_DIR}/indicator-datetime.service +#DESTINATION share/indicator-datetime # FIXME to be the real install dir. +#) +# +#install(FILES +#datetime-dialog.ui +#DESTINATION share/indicatore-datetime # FIXME this too. +#) |
