]> git.armaanb.net Git - gen-shell.git/commitdiff
continuing to de-task
authorArmaan Bhojwani <3fb650a9-b47e-4604-a282-1dd91953b2ee@anonaddy.me>
Mon, 26 Oct 2020 20:44:44 +0000 (16:44 -0400)
committerArmaan Bhojwani <3fb650a9-b47e-4604-a282-1dd91953b2ee@anonaddy.me>
Mon, 26 Oct 2020 20:44:44 +0000 (16:44 -0400)
.gitignore
commit.h [deleted file]
commit.h.in [deleted file]
src/CMakeLists.txt
src/liblibshared.a [deleted file]
src/libtasksh.a [deleted file]

index 33d0b7ab1bdb90ed051a5cbe7b78a2461906e691..968076ef7e089ecd216a2dd7c0fb74aea54eb850 100644 (file)
@@ -46,6 +46,8 @@ CTestTestfile.cmake
 _deps
 CPackConfig.cmake
 CPackSourceConfig.cmake
+commit.h
+commit.h.in
 
 ### CMake Patch ###
 # External projects
diff --git a/commit.h b/commit.h
deleted file mode 100644 (file)
index e4651c6..0000000
--- a/commit.h
+++ /dev/null
@@ -1,4 +0,0 @@
-/* commit.h.in. Creates commit.h during a cmake run */
-
-/* git information */
-#define COMMIT "889d7af"
diff --git a/commit.h.in b/commit.h.in
deleted file mode 100644 (file)
index 3a6fe82..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-/* commit.h.in. Creates commit.h during a cmake run */
-
-/* git information */
-#define COMMIT "${COMMIT}"
index 188b46b130bacbd278e7d44472aeac311d8822d9..f6c2c093a261132cec9bb226bf8080e370a598de 100644 (file)
@@ -24,10 +24,10 @@ set (libshared_SRCS libshared/src/Color.cpp         libshared/src/Color.h
 
 add_library (tasksh    STATIC ${tasksh_SRCS})
 add_library (libshared STATIC ${libshared_SRCS})
-add_executable (tasksh_executable main.cpp)
+add_executable (gen-sh_executable main.cpp)
 
-target_link_libraries (tasksh_executable tasksh libshared ${GEN-SHELL_LIBRARIES})
+target_link_libraries (gen-sh_executable tasksh libshared ${GEN-SHELL_LIBRARIES})
 
-set_property (TARGET tasksh_executable PROPERTY OUTPUT_NAME "gen-shell")
+set_property (TARGET gen-sh_executable PROPERTY OUTPUT_NAME "gen-shell")
 
-install (TARGETS tasksh_executable DESTINATION ${TASKSH_BINDIR})
+install (TARGETS gen-sh_executable DESTINATION ${TASKSH_BINDIR})
diff --git a/src/liblibshared.a b/src/liblibshared.a
deleted file mode 100644 (file)
index 39ece94..0000000
Binary files a/src/liblibshared.a and /dev/null differ
diff --git a/src/libtasksh.a b/src/libtasksh.a
deleted file mode 100644 (file)
index 9162ae6..0000000
Binary files a/src/libtasksh.a and /dev/null differ