adding in initial helloworld files

This commit is contained in:
talksik
2023-07-20 19:48:31 -07:00
parent b8d7a39ada
commit 27c29b5420
32 changed files with 3244 additions and 0 deletions
@@ -0,0 +1,19 @@
# 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/talksik/Code/cpp_helloworld/src/Main.cpp" "CMakeFiles/HelloWorld.dir/src/Main.cpp.o" "gcc" "CMakeFiles/HelloWorld.dir/src/Main.cpp.o.d"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")