diff options
Diffstat (limited to 'testing/cmake/nTox.cmake')
-rw-r--r-- | testing/cmake/nTox.cmake | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/cmake/nTox.cmake b/testing/cmake/nTox.cmake index 4c6905e5..44476b8f 100644 --- a/testing/cmake/nTox.cmake +++ b/testing/cmake/nTox.cmake | |||
@@ -4,8 +4,9 @@ project(nTox C) | |||
4 | set(exe_name nTox) | 4 | set(exe_name nTox) |
5 | 5 | ||
6 | add_executable(${exe_name} | 6 | add_executable(${exe_name} |
7 | nTox.c misc_tools.c) | 7 | nTox.c misc_tools.c) |
8 | 8 | ||
9 | target_link_libraries(${exe_name} ncurses) | 9 | target_link_libraries(${exe_name} |
10 | ncurses) | ||
10 | 11 | ||
11 | linkCoreLibraries(${exe_name}) | 12 | linkCoreLibraries(${exe_name}) |