diff options
author | Bertrand Jacquin (Beber) <beber@setibzh.com> | 2006-04-18 15:41:13 +0200 |
---|---|---|
committer | JACQUIN Bertrand Ext ROSI/DPS <bjacquin.ext@francetelecom.com> | 2006-04-18 15:41:13 +0200 |
commit | f2399c4fd2f11b8d5e4111770edd847c7dd129c1 (patch) | |
tree | f88e0107c344dec3b74b87a485c64cbad8ca5048 /src | |
parent | make it rework and build (diff) | |
download | espik-f2399c4fd2f11b8d5e4111770edd847c7dd129c1.tar.xz |
Start CMakeisation
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 2 |
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(.) |