summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--cli/compile_flags.txt2
-rw-r--r--compile_flags.txt3
2 files changed, 3 insertions, 2 deletions
diff --git a/cli/compile_flags.txt b/cli/compile_flags.txt
deleted file mode 100644
index 0a19b37..0000000
--- a/cli/compile_flags.txt
+++ /dev/null
@@ -1,2 +0,0 @@
--std=c++20
--I../BTBKit
diff --git a/compile_flags.txt b/compile_flags.txt
new file mode 100644
index 0000000..6a43c77
--- /dev/null
+++ b/compile_flags.txt
@@ -0,0 +1,3 @@
+-std=c++20
+-IBTBKit
+-Ivendor \ No newline at end of file