diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-12-17 22:10:18 -0600 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-12-17 22:10:18 -0600 |
commit | 3b8833efe6ab21387b6f73b4a4ef757445801623 (patch) | |
tree | b518c7210850d1f2af1b88f52e391a6c6121381a /include/CMakeLists.txt | |
parent | 81c3d4ca5ee8f43e3996bec3be02c566a5e33a4c (diff) | |
download | ayatana-indicator-datetime-3b8833efe6ab21387b6f73b4a4ef757445801623.tar.gz ayatana-indicator-datetime-3b8833efe6ab21387b6f73b4a4ef757445801623.tar.bz2 ayatana-indicator-datetime-3b8833efe6ab21387b6f73b4a4ef757445801623.zip |
add geoclue, glib test fixtures
Diffstat (limited to 'include/CMakeLists.txt')
-rw-r--r-- | include/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt new file mode 100644 index 0000000..cfef04b --- /dev/null +++ b/include/CMakeLists.txt @@ -0,0 +1,2 @@ +add_subdirectory(core) +add_subdirectory(datetime) |