diff options
author | Gustavo Sverzut Barbieri <barbieri@profusion.mobi> | 2017-02-02 14:43:40 -0200 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@profusion.mobi> | 2017-02-02 17:15:31 -0200 |
commit | 5fcdfa96aac5fbf3b6a16c3180ea59dcc9dd8c7c (patch) | |
tree | 2b96dc63fad25393b7635d5cbaf1c551799b5cc5 /CMakeLists.txt | |
parent | d2406c37000a0068d206a1fe83d112ab36adc443 (diff) |
cmake: add ecore_ipc.
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ff29bed..8cae20d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -46,6 +46,7 @@ EFL_LIB(emile) | |||
46 | EFL_LIB(eet) | 46 | EFL_LIB(eet) |
47 | EFL_LIB(ecore) | 47 | EFL_LIB(ecore) |
48 | EFL_LIB(ecore_con) | 48 | EFL_LIB(ecore_con) |
49 | EFL_LIB(ecore_ipc) | ||
49 | EFL_LIB(eldbus) | 50 | EFL_LIB(eldbus) |
50 | EFL_LIB(embryo) | 51 | EFL_LIB(embryo) |
51 | EFL_LIB(ector) | 52 | EFL_LIB(ector) |