From 17ba2a373e4f455e805feb2d7e63e6104156bf35 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Fri, 18 Mar 2022 17:10:32 +0100 Subject: [PATCH] Rename cli cmake target --- GhettoCryptCLI/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GhettoCryptCLI/CMakeLists.txt b/GhettoCryptCLI/CMakeLists.txt index fa33b47..d5c6e07 100644 --- a/GhettoCryptCLI/CMakeLists.txt +++ b/GhettoCryptCLI/CMakeLists.txt @@ -1,12 +1,12 @@ cmake_minimum_required(VERSION 3.16) -project(GhettoCryptCLI) +project(gecrypt) set(CMAKE_CXX_STANDARD 17) FILE(GLOB GhettoCrypt ../GhettoCrypt/*.cpp) -add_executable(GhettoCryptCLI - +add_executable(gecrypt + ${GhettoCrypt} CommandlineInterface.cpp