diff options
author | Marcel Hollerbach <marcel-hollerbach@t-online.de> | 2017-01-23 18:52:34 +0100 |
---|---|---|
committer | Marcel Hollerbach <marcel-hollerbach@t-online.de> | 2017-01-23 18:52:34 +0100 |
commit | ea83a197beb079256a95e521531b4140a33f6a32 (patch) | |
tree | 134656710da045831f253c03e6e66fd0cdc9e69b /CMakeLists.txt | |
parent | 65ce7abb009c9b71102393d087e7fe906c7d20b2 (diff) | |
download | efl-ea83a197beb079256a95e521531b4140a33f6a32.tar.gz |
build: add eolian
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 6604e12880..194ff3c1c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,6 +36,7 @@ include_directories( include(${CMAKE_SOURCE_DIR}/cmake/config/common.cmake) EFL_LIB(eina) +EFL_LIB(eolian) EFL_OPTIONS_SUMMARY() |