diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..ff141b3 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,7 @@ +CMAKE_MINIMUM_REQUIRED(VERSION 2.6) + +MESSAGE("NFC UI Gardet version: ${VERSION}") + +ADD_SUBDIRECTORY(ug-nfc-setting-efl) +ADD_SUBDIRECTORY(ug-nfc-share-efl) + |