CMake Build added

This commit is contained in:
kacperks
2022-07-19 19:59:37 +02:00
parent c9cda3b25a
commit 97896b4b36
47 changed files with 3651 additions and 863 deletions

View File

@@ -0,0 +1,20 @@
# 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/kacperks/Desktop/projects/PogoBijoux/src/Sound.c" "CMakeFiles/PB.dir/src/Sound.c.o" "gcc" "CMakeFiles/PB.dir/src/Sound.c.o.d"
"/home/kacperks/Desktop/projects/PogoBijoux/src/main.cpp" "CMakeFiles/PB.dir/src/main.cpp.o" "gcc" "CMakeFiles/PB.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 "")