blob: 4eec0988ab8f537e64fd8ffd82666f7f24f007e5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
)
|