aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin (Beber) <beber@setibzh.com>2006-04-18 15:41:13 +0200
committerJACQUIN Bertrand Ext ROSI/DPS <bjacquin.ext@francetelecom.com>2006-04-18 15:41:13 +0200
commitf2399c4fd2f11b8d5e4111770edd847c7dd129c1 (patch)
treef88e0107c344dec3b74b87a485c64cbad8ca5048
parentmake it rework and build (diff)
downloadespik-f2399c4fd2f11b8d5e4111770edd847c7dd129c1.tar.xz
Start CMakeisation
-rw-r--r--CMakeLists.txt2
-rw-r--r--src/CMakeLists.txt2
2 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 0000000..64ea40b
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,2 @@
+PROJECT(espik)
+SUBDIRS(src)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
new file mode 100644
index 0000000..c7720ea
--- /dev/null
+++ b/src/CMakeLists.txt
@@ -0,0 +1,2 @@
+ADD_EXECUTABLE(espik espik.c espik_common_handler.c espik_config.c espik_error.c espik_irc.c espik_net.c espik_opts.c)
+INCLUDE_DIRECTORIES(.)