add cmakelists
This commit is contained in:
parent
7677698fec
commit
8196f1d72e
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
.idea/
|
||||
*build*/
|
||||
CMakeLists.txt
|
||||
|
||||
|
6
CMakeLists.txt
Normal file
6
CMakeLists.txt
Normal file
@ -0,0 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.17)
|
||||
project(passwdgen)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
|
||||
add_executable(passwdgen main.cpp)
|
Loading…
Reference in New Issue
Block a user