diff options
author | Marcel Hollerbach <marcel-hollerbach@t-online.de> | 2017-02-03 10:39:23 +0100 |
---|---|---|
committer | Marcel Hollerbach <marcel-hollerbach@t-online.de> | 2017-02-03 10:59:04 +0100 |
commit | 3c0fe3ca3cda11a15e5652f8a6c0109d148d8fb6 (patch) | |
tree | 230b978d9b106ea433aa443c90fb0a8ec0b8fcb7 /CMakeLists.txt | |
parent | 94ddd709dbae52a729179d8ad7ac4f8b06845ea3 (diff) | |
download | efl-3c0fe3ca3cda11a15e5652f8a6c0109d148d8fb6.tar.gz |
cmake: add eeze
there is currently a bug in the testsuite which needs to change,
otherwise modules cannot be loaded. The code acutally runs when its
installed and EFL_RUN_IN_TREE is not set.
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 8b3ef34bf1..1565013836 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,6 +51,7 @@ EFL_LIB(ecore_file) EFL_LIB(eldbus) EFL_LIB(embryo) EFL_LIB(ector) +EFL_LIB(eeze) EFL_OPTIONS_SUMMARY() |