Added cmakelist for cli project
This commit is contained in:
15
GhettoCryptCLI/CMakeLists.txt
Normal file
15
GhettoCryptCLI/CMakeLists.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
project(GhettoCryptCLI)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
FILE(GLOB GhettoCrypt ../GhettoCrypt/*.cpp)
|
||||
|
||||
add_executable(GhettoCryptCLI
|
||||
|
||||
${GhettoCrypt}
|
||||
|
||||
CommandLineInterface.cpp
|
||||
Hazelnupp.cpp
|
||||
main.cpp
|
||||
)
|
Reference in New Issue
Block a user