diff options
author | Gustavo Sverzut Barbieri <barbieri@profusion.mobi> | 2017-01-27 17:25:12 -0200 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@profusion.mobi> | 2017-01-27 17:26:05 -0200 |
commit | f6cac7ed9a042bb7fad7fb0b9c75abccf38cd878 (patch) | |
tree | 4349e9385e7e42c64f8c32a28537602ac54b9086 /CMakeLists.txt | |
parent | de67f772bbdbb16daa7879f7bdac97e8ff400235 (diff) | |
download | efl-f6cac7ed9a042bb7fad7fb0b9c75abccf38cd878.tar.gz |
cmake: add ecore_con.
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 2ceb28d4d9..6a24368afd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,6 +45,7 @@ EFL_LIB(efl) EFL_LIB(emile) EFL_LIB(eet) EFL_LIB(ecore) +EFL_LIB(ecore_con) EFL_LIB(eldbus) EFL_LIB(embryo) EFL_LIB(ector) |