diff options
author | jacopograndi <jak.sk8@hotmail.it> | 2021-08-19 18:46:51 +0200 |
---|---|---|
committer | jacopograndi <jak.sk8@hotmail.it> | 2021-08-19 18:46:51 +0200 |
commit | a8bcacc95045102e67f2feabbdddf79535837554 (patch) | |
tree | 5781dd4cb2fe66b67deab84ff4641b7e21b9c174 /CMakeFiles/sdl_test.dir/flags.make |
forgot to make repo until now
Diffstat (limited to 'CMakeFiles/sdl_test.dir/flags.make')
-rw-r--r-- | CMakeFiles/sdl_test.dir/flags.make | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CMakeFiles/sdl_test.dir/flags.make b/CMakeFiles/sdl_test.dir/flags.make new file mode 100644 index 0000000..4b02a46 --- /dev/null +++ b/CMakeFiles/sdl_test.dir/flags.make @@ -0,0 +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 + |