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/DependInfo.cmake | |
| parent | 2957d6c5b970d62e5d3333434b323117aaf97fa9 (diff) | |
Redid the Cmake Config and fell back to C17master
Diffstat (limited to 'build/CMakeFiles/pong.dir/DependInfo.cmake')
| -rw-r--r-- | build/CMakeFiles/pong.dir/DependInfo.cmake | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/build/CMakeFiles/pong.dir/DependInfo.cmake b/build/CMakeFiles/pong.dir/DependInfo.cmake new file mode 100644 index 0000000..cceeba9 --- /dev/null +++ b/build/CMakeFiles/pong.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/Users/jmm/Documents/Projects/git/pong/main.c" "CMakeFiles/pong.dir/main.c.o" "gcc" "CMakeFiles/pong.dir/main.c.o.d" + "/Users/jmm/Documents/Projects/git/pong/pong.c" "CMakeFiles/pong.dir/pong.c.o" "gcc" "CMakeFiles/pong.dir/pong.c.o.d" + "/Users/jmm/Documents/Projects/git/pong/screen.c" "CMakeFiles/pong.dir/screen.c.o" "gcc" "CMakeFiles/pong.dir/screen.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") |
