From c7b13ca7ab4aa760204d0653fdadbe1b927390fe Mon Sep 17 00:00:00 2001 From: Leon Etienne <40911701+Leonetienne@users.noreply.github.com> Date: Wed, 16 Mar 2022 22:45:56 +0100 Subject: [PATCH] Fix filename --- GhettoCryptCLI/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GhettoCryptCLI/CMakeLists.txt b/GhettoCryptCLI/CMakeLists.txt index 7e7f7a5..fa33b47 100644 --- a/GhettoCryptCLI/CMakeLists.txt +++ b/GhettoCryptCLI/CMakeLists.txt @@ -9,7 +9,7 @@ add_executable(GhettoCryptCLI ${GhettoCrypt} - CommandLineInterface.cpp + CommandlineInterface.cpp Hazelnupp.cpp StringTools.cpp main.cpp