Rename cli cmake target
This commit is contained in:
parent
c7b13ca7ab
commit
17ba2a373e
@ -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}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user