From 260e03b1aadc0a963632dcfc9404f53ee202f76d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 8 Nov 2024 09:56:18 +0100 Subject: IMP: Move compile_flags.txt to root, and fixed it. --- cli/compile_flags.txt | 2 -- compile_flags.txt | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 cli/compile_flags.txt create mode 100644 compile_flags.txt 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 -- cgit v1.2.3