aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
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 /src/CMakeLists.txt
parentmake it rework and build (diff)
downloadespik-f2399c4fd2f11b8d5e4111770edd847c7dd129c1.tar.xz
Start CMakeisation
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
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(.)