diff options
Diffstat (limited to 'testing/toxic/CMakeLists.txt')
-rw-r--r-- | testing/toxic/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/toxic/CMakeLists.txt b/testing/toxic/CMakeLists.txt index 9ee7020e..53316afb 100644 --- a/testing/toxic/CMakeLists.txt +++ b/testing/toxic/CMakeLists.txt | |||
@@ -15,7 +15,9 @@ add_executable(${exe_name} | |||
15 | chat.c | 15 | chat.c |
16 | configdir.c) | 16 | configdir.c) |
17 | 17 | ||
18 | include_directories(${CURSES_INCLUDE_DIR}) | ||
19 | |||
18 | target_link_libraries(${exe_name} | 20 | target_link_libraries(${exe_name} |
19 | curses) | 21 | ${CURSES_LIBRARIES}) |
20 | 22 | ||
21 | linkCoreLibraries(${exe_name}) | 23 | linkCoreLibraries(${exe_name}) |