diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-07-14 13:04:54 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-07-14 13:04:54 -0400 |
| commit | a17dcfdcba9f7da5a91c554eef88cea73d6598b0 (patch) | |
| tree | 8371131c504fd13e88d98dad7d8421f93ceab3b2 /build/CMakeFiles/pong.dir/flags.make | |
| parent | 2957d6c5b970d62e5d3333434b323117aaf97fa9 (diff) | |
Redid the Cmake Config and fell back to C17master
Diffstat (limited to 'build/CMakeFiles/pong.dir/flags.make')
| -rw-r--r-- | build/CMakeFiles/pong.dir/flags.make | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/build/CMakeFiles/pong.dir/flags.make b/build/CMakeFiles/pong.dir/flags.make new file mode 100644 index 0000000..2c057b5 --- /dev/null +++ b/build/CMakeFiles/pong.dir/flags.make @@ -0,0 +1,12 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.30 + +# compile C with /Library/Developer/CommandLineTools/usr/bin/cc +C_DEFINES = + +C_INCLUDES = -I/opt/homebrew/Cellar/sdl2/2.30.4/include -isystem /opt/homebrew/Cellar/sdl2/2.30.4/include/SDL2 + +C_FLAGSarm64 = -g -Wall -Werror -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk + +C_FLAGS = -g -Wall -Werror -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk + |
