src/CMakeLists.txt
changeset 126 8065a624ba37
parent 121 4682ebbc5644
child 133 e2d0c0c23b39
equal deleted inserted replaced
125:5c70fb2d6793 126:8065a624ba37
     8 
     8 
     9 # add our include path
     9 # add our include path
    10 include_directories (${LibEvent_INCLUDE_DIRS} ${GnuTLS_INCLUDE_DIRS} ${Evsql_INCLUDE_DIRS} ${Lua51_INCLUDE_DIRS} ${PCRE_INCLUDE_DIRS})
    10 include_directories (${LibEvent_INCLUDE_DIRS} ${GnuTLS_INCLUDE_DIRS} ${Evsql_INCLUDE_DIRS} ${Lua51_INCLUDE_DIRS} ${PCRE_INCLUDE_DIRS})
    11 
    11 
    12 # define our source code modules
    12 # define our source code modules
    13 set (CORE_SOURCES error.c log.c)
    13 set (CORE_SOURCES error.c log.c str.c)
    14 set (SOCK_SOURCES sock.c sock_fd.c sock_tcp.c sock_gnutls.c sock_test.c sock_fifo.c line_proto.c)
    14 set (SOCK_SOURCES sock.c sock_fd.c sock_tcp.c sock_gnutls.c sock_test.c sock_fifo.c line_proto.c)
    15 set (IRC_SOURCES irc_line.c irc_conn.c irc_net.c irc_chan.c chain.c irc_cmd.c irc_proto.c irc_client.c irc_user.c irc_queue.c)
    15 set (IRC_SOURCES irc_line.c irc_conn.c irc_net.c irc_chan.c chain.c irc_cmd.c irc_proto.c irc_client.c irc_user.c irc_queue.c)
    16 set (LUA_SOURCES nexus_lua.c lua_objs.c lua_config.c lua_irc.c)
    16 set (LUA_SOURCES nexus_lua.c lua_objs.c lua_config.c lua_irc.c)
    17 set (CONSOLE_SOURCES console.c lua_console.c)
    17 set (CONSOLE_SOURCES console.c lua_console.c)
    18 
    18