Rename cli cmake target
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
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}
|
||||
|
||||
|
Reference in New Issue
Block a user