diff options
author | tasn <tasn> | 2012-07-12 12:31:13 +0000 |
---|---|---|
committer | tasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2012-07-12 12:31:13 +0000 |
commit | 4c01eae5f0237359489120ce0adb8e50ea5ead24 (patch) | |
tree | 5ab9d32d9ed466ff17b515cd31a7a8e21d9fd9eb | |
parent | 049d3d60325db16d749d2214c703fcd708a9df7a (diff) | |
download | eobj-4c01eae5f0237359489120ce0adb8e50ea5ead24.tar.gz eobj-4c01eae5f0237359489120ce0adb8e50ea5ead24.tar.bz2 eobj-4c01eae5f0237359489120ce0adb8e50ea5ead24.zip |
Eo: Oops, commit missing files.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@73617 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
-rw-r--r-- | src/examples/CMakeLists.txt | 3 | ||||
-rw-r--r-- | src/tests/CMakeLists.txt | 9 |
2 files changed, 12 insertions, 0 deletions
diff --git a/src/examples/CMakeLists.txt b/src/examples/CMakeLists.txt new file mode 100644 index 0000000..f4f17f0 --- /dev/null +++ b/src/examples/CMakeLists.txt @@ -0,0 +1,3 @@ +add_subdirectory(evas) +add_subdirectory(simple) +add_subdirectory(eo_isa) diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt new file mode 100644 index 0000000..9707e74 --- /dev/null +++ b/src/tests/CMakeLists.txt @@ -0,0 +1,9 @@ +add_subdirectory(mixin) +add_subdirectory(signals) +add_subdirectory(access) +add_subdirectory(constructors) +add_subdirectory(function_overrides) +add_subdirectory(composite_objects) +add_subdirectory(interface) + +add_subdirectory(eo_suite) |