diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/cmake/toxic.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/cmake/toxic.cmake b/testing/cmake/toxic.cmake index 494dea90..1ffab788 100644 --- a/testing/cmake/toxic.cmake +++ b/testing/cmake/toxic.cmake | |||
@@ -1,7 +1,7 @@ | |||
1 | cmake_minimum_required(VERSION 2.6.0) | 1 | cmake_minimum_required(VERSION 2.6.0) |
2 | project(toxic C) | 2 | project(toxic C) |
3 | 3 | ||
4 | set(exe_name toxic/toxic) | 4 | set(exe_name toxic) |
5 | 5 | ||
6 | add_executable(${exe_name} | 6 | add_executable(${exe_name} |
7 | toxic/main.c toxic/prompt.c) | 7 | toxic/main.c toxic/prompt.c) |