From e43f090265f0e42dc1a6d9f2691e0b84971209fa Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Tue, 12 Dec 2017 11:22:47 +0100 Subject: cmake: remove! This build was never complete and also was not maintained probebly. It is also dropped in favour of meson which is cool, merged, works & is fast. Differential Revision: https://phab.enlightenment.org/D7010 --- src/lib/ecore_file/CMakeLists.txt | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 src/lib/ecore_file/CMakeLists.txt (limited to 'src/lib/ecore_file') diff --git a/src/lib/ecore_file/CMakeLists.txt b/src/lib/ecore_file/CMakeLists.txt deleted file mode 100644 index fbee450a55..0000000000 --- a/src/lib/ecore_file/CMakeLists.txt +++ /dev/null @@ -1,29 +0,0 @@ -set(DESCRIPTION "E core library, File module") - -set(LIBRARIES - ecore - ecore_con - efl - eina - eo -) - -set(PUBLIC_HEADERS - Ecore_File.h -) - -set(SOURCES - ecore_file.c - ecore_file_download.c - ecore_file_monitor.c - ecore_file_path.c - ecore_file_private.h -) - -if(HAVE_SYS_INOTIFY_H) - list(APPEND SOURCES ecore_file_monitor_inotify.c) -elseif(WINDOWS) - list(APPEND SOURCES ecore_file_monitor_win32.c) -else() - list(APPEND SOURCES ecore_file_monitor_poll.c) -endif() -- cgit v1.2.1