From 3c2aa9c14a52ad2438b0d3150ca46063aa877d3b 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