2023-02-08 00:56:49 -05:00
|
|
|
|
|
|
|
# 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
|
|
|
|
"/home/brett/Documents/Brock/CS 3P98/Final Project/src/main.cpp" "CMakeFiles/FinalProject.dir/src/main.cpp.o" "gcc" "CMakeFiles/FinalProject.dir/src/main.cpp.o.d"
|
2023-02-08 13:42:39 -05:00
|
|
|
"/home/brett/Documents/Brock/CS 3P98/Final Project/src/render/gl.cpp" "CMakeFiles/FinalProject.dir/src/render/gl.cpp.o" "gcc" "CMakeFiles/FinalProject.dir/src/render/gl.cpp.o.d"
|
|
|
|
"/home/brett/Documents/Brock/CS 3P98/Final Project/src/render/window.cpp" "CMakeFiles/FinalProject.dir/src/render/window.cpp.o" "gcc" "CMakeFiles/FinalProject.dir/src/render/window.cpp.o.d"
|
2023-02-08 00:56:49 -05:00
|
|
|
)
|
|
|
|
|
|
|
|
# Targets to which this target links.
|
|
|
|
set(CMAKE_TARGET_LINKED_INFO_FILES
|
|
|
|
"/home/brett/Documents/Brock/CS 3P98/Final Project/cmake-build-emrelease/libraries/BLT/CMakeFiles/BLT.dir/DependInfo.cmake"
|
|
|
|
)
|
|
|
|
|
|
|
|
# Fortran module output directory.
|
|
|
|
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|