- Found an old 'task' reference.
This commit is contained in:
Paul Beckingham 2014-06-20 07:08:43 -04:00
parent e559f49cd2
commit 7804a23861

View file

@ -6,7 +6,7 @@ include_directories (${CMAKE_SOURCE_DIR}
set (tasksh_SRCS Color.cpp Color.h set (tasksh_SRCS Color.cpp Color.h
text.cpp text.h) text.cpp text.h)
add_executable (tasksh_executable main.cpp ${task_SRCS}) add_executable (tasksh_executable main.cpp ${tasksh_SRCS})
set_property (TARGET tasksh_executable PROPERTY OUTPUT_NAME "tasksh") set_property (TARGET tasksh_executable PROPERTY OUTPUT_NAME "tasksh")