diff options
author | plutooo <tfy12vbr@student.lu.se> | 2013-07-30 12:47:40 -0700 |
---|---|---|
committer | plutooo <tfy12vbr@student.lu.se> | 2013-07-30 12:47:40 -0700 |
commit | 026790e181a4dd26a60bcbada3e546a1c5e50888 (patch) | |
tree | e02161a9747f0bf10415da6d0b273cc77076c2b9 /testing/toxic/CMakeLists.txt | |
parent | c51e5c358af7f2bcb9d9dfdb5e63f9a2c8b5cec4 (diff) |
Fixed a bunch of bugs in TOXIC, added friendlist and more.
Diffstat (limited to 'testing/toxic/CMakeLists.txt')
-rw-r--r-- | testing/toxic/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/toxic/CMakeLists.txt b/testing/toxic/CMakeLists.txt index 4f9785d5..c70babb7 100644 --- a/testing/toxic/CMakeLists.txt +++ b/testing/toxic/CMakeLists.txt | |||
@@ -5,7 +5,8 @@ set(exe_name toxic) | |||
5 | 5 | ||
6 | add_executable(${exe_name} | 6 | add_executable(${exe_name} |
7 | main.c | 7 | main.c |
8 | prompt.c) | 8 | prompt.c |
9 | friendlist.c) | ||
9 | 10 | ||
10 | target_link_libraries(${exe_name} | 11 | target_link_libraries(${exe_name} |
11 | curses) | 12 | curses) |