diff options
author | irungentoo <irungentoo@gmail.com> | 2013-07-29 19:42:04 -0400 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-07-29 19:42:04 -0400 |
commit | a39ee46b18ac92b480ab184bedfb12784df12f04 (patch) | |
tree | b141f815623e27aa74f79aeed1cba69f16188a0c /testing/cmake | |
parent | 94aebcc390ac3abce6ea36f61061b70e5325c574 (diff) |
Fixed build.
Diffstat (limited to 'testing/cmake')
-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) |