X-Git-Url: https://git.armaanb.net/?p=gen-shell.git;a=blobdiff_plain;f=src%2FCMakeLists.txt;h=d9c9d54d8289b8ca0d44a0792e487fe14c726c05;hp=787640d3452dffd58b1f0e9e8e3d04a30fa71987;hb=889d7af2ebb3991457adedf94260ac28ec691f1a;hpb=eb1e18ee5dc8235e48dd5184f60c13c33cad6add diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 787640d..d9c9d54 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -7,7 +7,7 @@ include_directories (${CMAKE_SOURCE_DIR} set (tasksh_SRCS diag.cpp help.cpp prompt.cpp - review.cpp + # review.cpp shell.cpp) set (libshared_SRCS libshared/src/Color.cpp libshared/src/Color.h @@ -28,7 +28,6 @@ add_executable (tasksh_executable main.cpp) target_link_libraries (tasksh_executable tasksh libshared ${TASKSH_LIBRARIES}) -set_property (TARGET tasksh_executable PROPERTY OUTPUT_NAME "tasksh") +set_property (TARGET tasksh_executable PROPERTY OUTPUT_NAME "gen-shell") install (TARGETS tasksh_executable DESTINATION ${TASKSH_BINDIR}) -