mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-07-27 12:16:28 +02:00
CMake
- Found an old 'task' reference.
This commit is contained in:
parent
e559f49cd2
commit
7804a23861
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue