blob: 761be9885f605368416e63e5da6155fdf27de5f3 (
plain) (
blame)
1
2
3
|
FIND_LIBRARY(Ecore Ecore.h ${X11_LIB_SEARCH_PATH})
INCLUDE_DIRECTORIES(. /usr/include)
ADD_EXECUTABLE(espik espik_common_handler.c espik_config.c espik_error.c espik_irc.c espik_net.c espik_opts.c espik.c)
|