mirror of
https://github.com/Tha14/toxic.git
synced 2026-01-24 20:33:14 +01:00
Fixed a bunch of bugs in TOXIC, added friendlist and more.
This commit is contained in:
@@ -5,7 +5,8 @@ set(exe_name toxic)
|
||||
|
||||
add_executable(${exe_name}
|
||||
main.c
|
||||
prompt.c)
|
||||
prompt.c
|
||||
friendlist.c)
|
||||
|
||||
target_link_libraries(${exe_name}
|
||||
curses)
|
||||
|
||||
Reference in New Issue
Block a user