diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-04 18:36:24 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-04 18:36:24 +0100 |
commit | 87fdac7918d776a4c11b3880eef64b09b334aa1c (patch) | |
tree | e75456587f3a5697d093240b739d8cc5c1025829 /CMakeFiles/sdl_test.dir/flags.make | |
parent | 9ab3c2b88edf48f6e215d940a43dc75fad7a977b (diff) |
linux build config and imgs
Diffstat (limited to 'CMakeFiles/sdl_test.dir/flags.make')
-rw-r--r-- | CMakeFiles/sdl_test.dir/flags.make | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/CMakeFiles/sdl_test.dir/flags.make b/CMakeFiles/sdl_test.dir/flags.make index 8773aaa..730a326 100644 --- a/CMakeFiles/sdl_test.dir/flags.make +++ b/CMakeFiles/sdl_test.dir/flags.make @@ -1,10 +1,10 @@ -# CMAKE generated file: DO NOT EDIT!
-# Generated by "MinGW Makefiles" Generator, CMake Version 3.18
-
-# compile CXX with C:/MinGW64/bin/g++.exe
-CXX_DEFINES =
-
-CXX_INCLUDES = @CMakeFiles/sdl_test.dir/includes_CXX.rsp
-
-CXX_FLAGS = -std=c++11
-
+# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.22 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = + +CXX_INCLUDES = + +CXX_FLAGS = -std=c++20 -g -std=gnu++20 + |