Rename cli cmake target

This commit is contained in:
Leonetienne
2022-03-18 17:10:32 +01:00
parent 3c2aa9c14a
commit 6c0f8cf103
+2 -2
View File
@@ -1,11 +1,11 @@
cmake_minimum_required(VERSION 3.16) cmake_minimum_required(VERSION 3.16)
project(GhettoCryptCLI) project(gecrypt)
set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD 17)
FILE(GLOB GhettoCrypt ../GhettoCrypt/*.cpp) FILE(GLOB GhettoCrypt ../GhettoCrypt/*.cpp)
add_executable(GhettoCryptCLI add_executable(gecrypt
${GhettoCrypt} ${GhettoCrypt}