summaryrefslogtreecommitdiff
path: root/testing/cmake/toxic.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'testing/cmake/toxic.cmake')
-rw-r--r--testing/cmake/toxic.cmake2
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 @@
1cmake_minimum_required(VERSION 2.6.0) 1cmake_minimum_required(VERSION 2.6.0)
2project(toxic C) 2project(toxic C)
3 3
4set(exe_name toxic/toxic) 4set(exe_name toxic)
5 5
6add_executable(${exe_name} 6add_executable(${exe_name}
7 toxic/main.c toxic/prompt.c) 7 toxic/main.c toxic/prompt.c)