aboutsummaryrefslogtreecommitdiff
path: root/CPP/BABS/compile_flags.txt
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2020-06-26 15:01:47 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2020-06-26 15:01:47 +0300
commite4bc857f1f7edf677c3ffec8021db57043db350d (patch)
treeff2caab04d41e5dc8288a3deeb4b6553e5356af9 /CPP/BABS/compile_flags.txt
parent55571ba49d08581ee9d52b653cb84a37d81dd151 (diff)
downloadSelf-learning-e4bc857f1f7edf677c3ffec8021db57043db350d.tar
Self-learning-e4bc857f1f7edf677c3ffec8021db57043db350d.tar.gz
Self-learning-e4bc857f1f7edf677c3ffec8021db57043db350d.zip
Started working on a C++ basic bank account project. You can create an account, deposit and withdraw money from it for now.
Diffstat (limited to 'CPP/BABS/compile_flags.txt')
-rw-r--r--CPP/BABS/compile_flags.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/CPP/BABS/compile_flags.txt b/CPP/BABS/compile_flags.txt
new file mode 100644
index 0000000..8ce13f3
--- /dev/null
+++ b/CPP/BABS/compile_flags.txt
@@ -0,0 +1,9 @@
+-I/usr/include/c++/7
+-I/usr/include/x86_64-linux-gnu/c++/7
+-I/usr/include/c++/7/backward
+-I/usr/lib/gcc/x86_64-linux-gnu/7/include
+-I/usr/local/include
+-I/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed
+-I/usr/include/x86_64-linux-gnu
+-I/usr/include
+-I/home/kamen/Programming/GitHub-repos/Self-learning/CPP/BABS