src/CMakeLists.txt
branchnew-transport
changeset 167 0d2d8ca879d8
parent 157 1e5674d0eec4
child 168 a58ad50911fc
equal deleted inserted replaced
166:cb8cb023cf06 167:0d2d8ca879d8
    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 irc_net_connect.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 irc_net_connect.c)
    16 set (LUA_SOURCES nexus_lua.c lua_objs.c lua_config.c lua_irc.c lua_func.c lua_type.c)
    16 set (LUA_SOURCES nexus_lua.c lua_objs.c lua_config.c lua_irc.c lua_func.c lua_type.c)
    17 set (CONSOLE_SOURCES console.c lua_console.c)
    17 set (CONSOLE_SOURCES console.c lua_console.c)
    18 
    18 
    19 set (NEXUS_SOURCES nexus.c ${CORE_SOURCES} ${IO_SOURCES} ${IRC_SOURCES} ${LUA_SOURCES} ${CONSOLE_SOURCES} signals.c module.c config.c)
    19 set (NEXUS_SOURCES nexus.c ${CORE_SOURCES} ${IO_SOURCES} ${IRC_SOURCES} ${LUA_SOURCES} ${CONSOLE_SOURCES} signals.c module.c config.c)
    20 set (TEST_SOURCES test.c ${CORE_SOURCES} ${IO_SOURCES} ${IRC_SOURCES})
    20 set (TEST_SOURCES test.c ${CORE_SOURCES} ${IO_SOURCES} transport_test.c ${IRC_SOURCES})
    21 set (IRC_LOG_SOURCES modules/irc_log.c)
    21 set (IRC_LOG_SOURCES modules/irc_log.c)
    22 set (LOGWATCH_SOURCES modules/logwatch.c modules/logwatch_source.c modules/logwatch_filter.c modules/logwatch_chan.c)
    22 set (LOGWATCH_SOURCES modules/logwatch.c modules/logwatch_source.c modules/logwatch_filter.c modules/logwatch_chan.c)
    23 
    23 
    24 # define our libraries
    24 # define our libraries
    25 set (MODULE_LIBRARIES "dl")
    25 set (MODULE_LIBRARIES "dl")