Rename cli cmake target

This commit is contained in:
Leonetienne 2022-03-18 17:10:32 +01:00
parent c7b13ca7ab
commit 17ba2a373e

View File

@ -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