From: Gustavo Sverzut Barbieri Date: Mon, 23 Jan 2017 21:34:39 +0000 (-0200) Subject: cmake/eo: add description (fills eo.pc file) X-Git-Tag: upstream/1.20.0~2313 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3813044ef6f6aabdf8ea4583ea4b70aa0e381623;p=platform%2Fupstream%2Fefl.git cmake/eo: add description (fills eo.pc file) --- diff --git a/src/lib/eo/CMakeLists.txt b/src/lib/eo/CMakeLists.txt index fb075f3..1946183 100644 --- a/src/lib/eo/CMakeLists.txt +++ b/src/lib/eo/CMakeLists.txt @@ -1,3 +1,5 @@ +set(DESCRIPTION "EFL's generic object system library.") + set(PUBLIC_LIBRARIES eina )