From a17dcfdcba9f7da5a91c554eef88cea73d6598b0 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sun, 14 Jul 2024 13:04:54 -0400 Subject: Redid the Cmake Config and fell back to C17 --- build/CMakeFiles/pong.dir/flags.make | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 build/CMakeFiles/pong.dir/flags.make (limited to 'build/CMakeFiles/pong.dir/flags.make') 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 + -- cgit v1.2.3