-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
165 additions
and
68 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file modified
BIN
+0 Bytes
(100%)
cmake-build-debug/CMakeFiles/3.22.3/CMakeDetermineCompilerABI_C.bin
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
cmake-build-debug/CMakeFiles/3.22.3/CMakeDetermineCompilerABI_CXX.bin
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-19.4 KB
cmake-build-debug/CMakeFiles/Bank_Management_System_Project.dir/Clion/Project_main.cpp.obj
Binary file not shown.
Binary file added
BIN
+19.2 KB
cmake-build-debug/CMakeFiles/Bank_Management_System_Project.dir/main.cpp.obj
Binary file not shown.
Oops, something went wrong.