diff options
author | Gustavo Sverzut Barbieri <barbieri@profusion.mobi> | 2017-01-27 10:45:20 -0200 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@profusion.mobi> | 2017-01-27 10:56:02 -0200 |
commit | 28960d78513f95204a75e86af817efb3a343e6b0 (patch) | |
tree | cac9ed5e4f393ac5d49000bc372a8c405d19e69f /CMakeLists.txt | |
parent | aea33c274a3ccf96f813411e5ccfb8279cbd6c7a (diff) | |
download | efl-28960d78513f95204a75e86af817efb3a343e6b0.tar.gz |
cmake: add ector.
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 92bf810299..b9cebbec7f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,6 +40,7 @@ EFL_LIB(eet) EFL_LIB(ecore) EFL_LIB(eldbus) EFL_LIB(embryo) +EFL_LIB(ector) EFL_OPTIONS_SUMMARY() |