diff options
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 38f02dc6..13b8692d 100644 --- a/testing/toxic/CMakeLists.txt +++ b/testing/toxic/CMakeLists.txt | |||
@@ -10,7 +10,8 @@ add_executable(${exe_name} | |||
10 | main.c | 10 | main.c |
11 | prompt.c | 11 | prompt.c |
12 | friendlist.c | 12 | friendlist.c |
13 | chat.c) | 13 | chat.c |
14 | configdir.c) | ||
14 | 15 | ||
15 | target_link_libraries(${exe_name} | 16 | target_link_libraries(${exe_name} |
16 | curses) | 17 | curses) |