cmake: add ecore_input

This commit is contained in:
Marcel Hollerbach 2017-02-03 11:14:45 +01:00
parent 3c0fe3ca3c
commit 75dc1b3fd7
2 changed files with 23 additions and 0 deletions

View File

@ -52,6 +52,7 @@ EFL_LIB(eldbus)
EFL_LIB(embryo)
EFL_LIB(ector)
EFL_LIB(eeze)
EFL_LIB(ecore_input)
EFL_OPTIONS_SUMMARY()

View File

@ -0,0 +1,22 @@
set(PUBLIC_LIBRARIES
eina
eo
)
set(LIBRARIES
ecore
efl
eeze
)
set(PUBLIC_HEADERS
Ecore_Input.h
)
set(SOURCES
ecore_input.c
ecore_input_compose.c
ecore_input_compose.h
ecore_input_joystick.c
ecore_input_private.h
)