Abheek Dhawan
2 years ago
2 changed files with 10 additions and 0 deletions
@ -1,2 +1,5 @@ |
|||||
*.exe |
*.exe |
||||
bin/* |
bin/* |
||||
|
cmake-build-debug/* |
||||
|
.idea/* |
||||
|
|
||||
|
@ -0,0 +1,7 @@ |
|||||
|
cmake_minimum_required(VERSION 3.12) |
||||
|
project(modlimitfix) |
||||
|
|
||||
|
set(CMAKE_CXX_STANDARD 17) |
||||
|
|
||||
|
add_executable(modlimitfix |
||||
|
main.cpp) |
Loading…
Reference in new issue