28 lines
1.7 KiB
CMake
28 lines
1.7 KiB
CMake
# The set of languages for which implicit dependencies are needed:
|
|
set(CMAKE_DEPENDS_LANGUAGES
|
|
"CXX"
|
|
)
|
|
# The set of files for implicit dependencies of each language:
|
|
set(CMAKE_DEPENDS_CHECK_CXX
|
|
"/Users/bradybodily/Repositories/CS3460/Hw6/LifeSimulator.cpp" "/Users/bradybodily/Repositories/CS3460/Hw6/build/CMakeFiles/ConwaysLife.dir/LifeSimulator.cpp.o"
|
|
"/Users/bradybodily/Repositories/CS3460/Hw6/PatternAcorn.cpp" "/Users/bradybodily/Repositories/CS3460/Hw6/build/CMakeFiles/ConwaysLife.dir/PatternAcorn.cpp.o"
|
|
"/Users/bradybodily/Repositories/CS3460/Hw6/PatternBlinker.cpp" "/Users/bradybodily/Repositories/CS3460/Hw6/build/CMakeFiles/ConwaysLife.dir/PatternBlinker.cpp.o"
|
|
"/Users/bradybodily/Repositories/CS3460/Hw6/PatternBlock.cpp" "/Users/bradybodily/Repositories/CS3460/Hw6/build/CMakeFiles/ConwaysLife.dir/PatternBlock.cpp.o"
|
|
"/Users/bradybodily/Repositories/CS3460/Hw6/PatternGlider.cpp" "/Users/bradybodily/Repositories/CS3460/Hw6/build/CMakeFiles/ConwaysLife.dir/PatternGlider.cpp.o"
|
|
"/Users/bradybodily/Repositories/CS3460/Hw6/PatternGosperGliderGun.cpp" "/Users/bradybodily/Repositories/CS3460/Hw6/build/CMakeFiles/ConwaysLife.dir/PatternGosperGliderGun.cpp.o"
|
|
"/Users/bradybodily/Repositories/CS3460/Hw6/RendererConsole.cpp" "/Users/bradybodily/Repositories/CS3460/Hw6/build/CMakeFiles/ConwaysLife.dir/RendererConsole.cpp.o"
|
|
"/Users/bradybodily/Repositories/CS3460/Hw6/main.cpp" "/Users/bradybodily/Repositories/CS3460/Hw6/build/CMakeFiles/ConwaysLife.dir/main.cpp.o"
|
|
)
|
|
set(CMAKE_CXX_COMPILER_ID "AppleClang")
|
|
|
|
# The include file search paths:
|
|
set(CMAKE_CXX_TARGET_INCLUDE_PATH
|
|
)
|
|
|
|
# Targets to which this target links.
|
|
set(CMAKE_TARGET_LINKED_INFO_FILES
|
|
)
|
|
|
|
# Fortran module output directory.
|
|
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|