efl/src/lib/ecore_ipc/CMakeLists.txt

20 lines
189 B
CMake
Raw Normal View History

2017-02-02 08:43:40 -08:00
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
)