aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin (Beber) <beber.mailing@gmail.com>2006-05-09 02:04:42 +0200
committerbeber <beber@meathook.melee>2006-05-09 02:04:42 +0200
commit2314971916800e21ac6ef9cc738c9d875b52c452 (patch)
tree30932d043fcc4350ef25cd98bf5416918442963a
parentRewrite m4 macros to be less bizarre, and make them work in 100 % case. (diff)
downloadespik-2314971916800e21ac6ef9cc738c9d875b52c452.tar.xz
CMakeLists.txt have nothing to do here
-rw-r--r--CMakeLists.txt7
-rw-r--r--src/CMakeLists.txt1
2 files changed, 0 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
deleted file mode 100644
index cd0fdb6..0000000
--- a/CMakeLists.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-PROJECT(espik)
-SUBDIRS(src)
-
-FIND_PACKAGE(Ecore)
-
-EXEC_PROGRAM(sh/git-version OUTPUT_VARIABLE GIT_VERSION)
-FILE(WRITE config.h $GIT_VERSION)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
deleted file mode 100644
index d730c0d..0000000
--- a/src/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-ADD_EXECUTABLE(espik espik_common_handler.c espik_config.c espik_error.c espik_irc.c espik_net.c espik_opts.c espik.c)