Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
SupunTd committed Apr 30, 2022
1 parent 9fa621a commit 76bf165
Show file tree
Hide file tree
Showing 19 changed files with 165 additions and 68 deletions.
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

95 changes: 95 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.22)
project(Bank_Management_System_Project)

set(CMAKE_CXX_STANDARD 14)

add_executable(Bank_Management_System_Project main.cpp)
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{
"directoryIndex" : 0,
"id" : "Bank_Management_System_Project::@6890427a1f51a3e7e1df",
"jsonFile" : "target-Bank_Management_System_Project-Debug-1c105316daf16d430d08.json",
"jsonFile" : "target-Bank_Management_System_Project-Debug-de39b5a4cd2e9d6c5ec5.json",
"name" : "Bank_Management_System_Project",
"projectIndex" : 0
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"objects" :
[
{
"jsonFile" : "codemodel-v2-9d60dbc1ba9cf27cebb9.json",
"jsonFile" : "codemodel-v2-faee5b076e36363f6e6c.json",
"kind" : "codemodel",
"version" :
{
Expand Down Expand Up @@ -86,7 +86,7 @@
},
"codemodel-v2" :
{
"jsonFile" : "codemodel-v2-9d60dbc1ba9cf27cebb9.json",
"jsonFile" : "codemodel-v2-faee5b076e36363f6e6c.json",
"kind" : "codemodel",
"version" :
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
{
"backtrace" : 1,
"compileGroupIndex" : 0,
"path" : "Clion/Project_main.cpp",
"path" : "main.cpp",
"sourceGroupIndex" : 0
}
],
Expand Down
Binary file modified cmake-build-debug/.ninja_deps
Binary file not shown.
6 changes: 2 additions & 4 deletions cmake-build-debug/.ninja_log
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# ninja log v5
1 703 6727841211337292 CMakeFiles/Bank_Management_System_Project.dir/Clion/Project_main.cpp.obj 4664e02830a8cfb1
707 1338 6727841217453525 Bank_Management_System_Project.exe ed9c7571ba966186
10 1301 6727854359692202 CMakeFiles/Bank_Management_System_Project.dir/Clion/Project_main.cpp.obj 4664e02830a8cfb1
1305 2940 6727854374302203 Bank_Management_System_Project.exe ed9c7571ba966186
1 617 6730412153900265 CMakeFiles/Bank_Management_System_Project.dir/main.cpp.obj 73e91d789e90a641
621 1195 6730412159527773 Bank_Management_System_Project.exe 2c115bf15ad029a3
Binary file modified cmake-build-debug/Bank_Management_System_Project.exe
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified cmake-build-debug/CMakeFiles/3.22.3/CompilerIdC/a.exe
Binary file not shown.
Binary file modified cmake-build-debug/CMakeFiles/3.22.3/CompilerIdCXX/a.exe
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 76bf165

Please sign in to comment.