diff options
author | tasn <tasn> | 2012-04-12 08:27:38 +0000 |
---|---|---|
committer | tasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2012-04-12 08:27:38 +0000 |
commit | 5f2f6fcc20596633a587d6cc746cc1082b7d6595 (patch) | |
tree | d0333e58c1f7f157a1cfaffae7a195e8e783dc76 /CMakeLists.txt | |
parent | 01d4a601eb92e705a8257253ca25e51c3847c68c (diff) | |
download | eobj-5f2f6fcc20596633a587d6cc746cc1082b7d6595.tar.gz eobj-5f2f6fcc20596633a587d6cc746cc1082b7d6595.tar.bz2 eobj-5f2f6fcc20596633a587d6cc746cc1082b7d6595.zip |
Eobj: Added a couple of function_overrides tests.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@70128 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9095d24..6d08d0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,6 +44,7 @@ add_subdirectory(examples/mixin) add_subdirectory(examples/signals) add_subdirectory(examples/access) add_subdirectory(examples/constructors) +add_subdirectory(examples/function_overrides) add_subdirectory(tests EXCLUDE_FROM_ALL) |