cmake: add ecore_ipc.

This commit is contained in:
Gustavo Sverzut Barbieri 2017-02-02 14:43:40 -02:00
parent d2406c3700
commit 5fcdfa96aa
2 changed files with 20 additions and 0 deletions

View File

@ -46,6 +46,7 @@ EFL_LIB(emile)
EFL_LIB(eet)
EFL_LIB(ecore)
EFL_LIB(ecore_con)
EFL_LIB(ecore_ipc)
EFL_LIB(eldbus)
EFL_LIB(embryo)
EFL_LIB(ector)

View File

@ -0,0 +1,19 @@
set(DESCRIPTION "E core library, IPC module")
set(LIBRARIES
ecore
ecore_con
efl
eina
eo
)
set(PUBLIC_HEADERS
Ecore_Ipc.h
)
set(SOURCES
ecore_ipc.c
ecore_ipc_private.h
)