mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 02:56:35 +01:00
Added chat windows, and some clean up.
This commit is contained in:
@@ -6,7 +6,8 @@ set(exe_name toxic)
|
||||
add_executable(${exe_name}
|
||||
main.c
|
||||
prompt.c
|
||||
friendlist.c)
|
||||
friendlist.c
|
||||
chat.c)
|
||||
|
||||
target_link_libraries(${exe_name}
|
||||
curses)
|
||||
|
||||
Reference in New Issue
Block a user