diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000..a8207b4
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,58 @@
+# Generated from CLion C/C++ Code Style settings
+---
+Language: Cpp
+BasedOnStyle: LLVM
+AccessModifierOffset: -4
+AlignConsecutiveAssignments: false
+AlignConsecutiveDeclarations: false
+AlignOperands: true
+AlignTrailingComments: false
+AlwaysBreakTemplateDeclarations: Yes
+BraceWrapping:
+ AfterCaseLabel: false
+ AfterClass: false
+ AfterControlStatement: false
+ AfterEnum: false
+ AfterFunction: false
+ AfterNamespace: false
+ AfterStruct: false
+ AfterUnion: false
+ AfterExternBlock: false
+ BeforeCatch: false
+ BeforeElse: false
+ BeforeLambdaBody: false
+ BeforeWhile: false
+ SplitEmptyFunction: true
+ SplitEmptyRecord: true
+ SplitEmptyNamespace: true
+BreakBeforeBraces: Custom
+BreakConstructorInitializers: AfterColon
+BreakConstructorInitializersBeforeComma: false
+ColumnLimit: 120
+ConstructorInitializerAllOnOneLineOrOnePerLine: false
+ContinuationIndentWidth: 8
+IncludeCategories:
+ - Regex: '^<.*'
+ Priority: 1
+ - Regex: '^".*'
+ Priority: 2
+ - Regex: '.*'
+ Priority: 3
+IncludeIsMainRegex: '([-_](test|unittest))?$'
+IndentCaseLabels: true
+IndentWidth: 4
+InsertNewlineAtEOF: true
+MacroBlockBegin: ''
+MacroBlockEnd: ''
+MaxEmptyLinesToKeep: 2
+NamespaceIndentation: All
+SpaceAfterCStyleCast: true
+SpaceAfterTemplateKeyword: false
+SpaceBeforeRangeBasedForLoopColon: false
+SpaceInEmptyParentheses: false
+SpacesInAngles: false
+SpacesInConditionalStatement: false
+SpacesInCStyleCastParentheses: false
+SpacesInParentheses: false
+TabWidth: 4
+...
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..65b7125
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+build/
+cmake-build-debug
\ No newline at end of file
diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..13566b8
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/.idea/.name b/.idea/.name
new file mode 100644
index 0000000..50f6ac4
--- /dev/null
+++ b/.idea/.name
@@ -0,0 +1 @@
+8ChocChip
\ No newline at end of file
diff --git a/.idea/8ChickenChipEmulator.iml b/.idea/8ChickenChipEmulator.iml
new file mode 100644
index 0000000..f08604b
--- /dev/null
+++ b/.idea/8ChickenChipEmulator.iml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
new file mode 100644
index 0000000..60d3f0b
--- /dev/null
+++ b/.idea/codeStyles/Project.xml
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml
new file mode 100644
index 0000000..79ee123
--- /dev/null
+++ b/.idea/codeStyles/codeStyleConfig.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/discord.xml b/.idea/discord.xml
new file mode 100644
index 0000000..d8e9561
--- /dev/null
+++ b/.idea/discord.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/editor.xml b/.idea/editor.xml
new file mode 100644
index 0000000..7642db2
--- /dev/null
+++ b/.idea/editor.xml
@@ -0,0 +1,103 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..79b3c94
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..5b7a748
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..5701261
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 0000000..44ee93a
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,7 @@
+cmake_minimum_required(VERSION 3.20)
+project(8ChocChip
+LANGUAGES CXX
+VERSION 0.1)
+
+add_subdirectory(dependencies)
+add_subdirectory(src)
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..28a51df
--- /dev/null
+++ b/README.md
@@ -0,0 +1,27 @@
+# 8ChocChip
+
+8ChocChip is an emulator for the Chip8 software that I am working on to learn the basics around emulation. I decided to program it in C++ because I wanted to do more in it.
+
+The graphics and only library used in this is SFML which handles the window, inputs and sounds.
+
+Thanks to these two blogs that helped me through creating this emulator
+[How to Create Your Very Own Chip-8 Emulator](https://www.freecodecamp.org/news/creating-your-very-own-chip-8-emulator/)
+[Guide to making a CHIP-8 emulator ](https://tobiasvl.github.io/blog/write-a-chip-8-emulator/)
+
+## TODO
+
+There are a couple of things left to do until I would say it works well enough
+- [ ] Fix issue with score not increasing in the `BLINKY` game
+- [ ] Cleaner/more optimised code
+
+## Usage
+
+To run 8ChocChip, run it though the command line, and it requires the path to a program file to emulate. Some basic ROMS can be found [here](https://github.com/ericgrandt/chip8-emulator/tree/master/roms).
+
+## Building
+
+I'll never tell ;)
+
+### Requirements
+
+To build this it requires C++, CMake and whatever SFML and SFML Audio requires on your platform
\ No newline at end of file
diff --git a/cmake-build-debug/.cmake/api/v1/query/cache-v2 b/cmake-build-debug/.cmake/api/v1/query/cache-v2
new file mode 100644
index 0000000..e69de29
diff --git a/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 b/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1
new file mode 100644
index 0000000..e69de29
diff --git a/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 b/cmake-build-debug/.cmake/api/v1/query/codemodel-v2
new file mode 100644
index 0000000..e69de29
diff --git a/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 b/cmake-build-debug/.cmake/api/v1/query/toolchains-v1
new file mode 100644
index 0000000..e69de29
diff --git a/cmake-build-debug/.cmake/api/v1/reply/cache-v2-44f58ba2d77ca4f69a1b.json b/cmake-build-debug/.cmake/api/v1/reply/cache-v2-44f58ba2d77ca4f69a1b.json
new file mode 100644
index 0000000..b4f749d
--- /dev/null
+++ b/cmake-build-debug/.cmake/api/v1/reply/cache-v2-44f58ba2d77ca4f69a1b.json
@@ -0,0 +1,4883 @@
+{
+ "entries" :
+ [
+ {
+ "name" : "8ChickenChipEmulator_BINARY_DIR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Value Computed by CMake"
+ }
+ ],
+ "type" : "STATIC",
+ "value" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug"
+ },
+ {
+ "name" : "8ChickenChipEmulator_IS_TOP_LEVEL",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Value Computed by CMake"
+ }
+ ],
+ "type" : "STATIC",
+ "value" : "ON"
+ },
+ {
+ "name" : "8ChickenChipEmulator_SOURCE_DIR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Value Computed by CMake"
+ }
+ ],
+ "type" : "STATIC",
+ "value" : "/home/doom/Documents/GitHub/8ChickenChipEmulator"
+ },
+ {
+ "name" : "8ChocChip_BINARY_DIR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Value Computed by CMake"
+ }
+ ],
+ "type" : "STATIC",
+ "value" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug"
+ },
+ {
+ "name" : "8ChocChip_IS_TOP_LEVEL",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Value Computed by CMake"
+ }
+ ],
+ "type" : "STATIC",
+ "value" : "ON"
+ },
+ {
+ "name" : "8ChocChip_SOURCE_DIR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Value Computed by CMake"
+ }
+ ],
+ "type" : "STATIC",
+ "value" : "/home/doom/Documents/GitHub/8ChickenChipEmulator"
+ },
+ {
+ "name" : "BUILD_SHARED_LIBS",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "TRUE to build SFML as shared libraries, FALSE to build it as static libraries"
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "TRUE"
+ },
+ {
+ "name" : "CMAKE_ADDR2LINE",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a program."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/bin/addr2line"
+ },
+ {
+ "name" : "CMAKE_AR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a program."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/bin/ar"
+ },
+ {
+ "name" : "CMAKE_BUILD_TYPE",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Choose the type of build (Debug or Release)"
+ }
+ ],
+ "type" : "STRING",
+ "value" : "Debug"
+ },
+ {
+ "name" : "CMAKE_CACHEFILE_DIR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "This is the directory where this CMakeCache.txt was created"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug"
+ },
+ {
+ "name" : "CMAKE_CACHE_MAJOR_VERSION",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Major version of cmake used to create the current loaded cache"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "3"
+ },
+ {
+ "name" : "CMAKE_CACHE_MINOR_VERSION",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Minor version of cmake used to create the current loaded cache"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "28"
+ },
+ {
+ "name" : "CMAKE_CACHE_PATCH_VERSION",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Patch version of cmake used to create the current loaded cache"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "1"
+ },
+ {
+ "name" : "CMAKE_COLOR_DIAGNOSTICS",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Enable colored diagnostics throughout."
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "ON"
+ },
+ {
+ "name" : "CMAKE_COMMAND",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to CMake executable."
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake"
+ },
+ {
+ "name" : "CMAKE_CPACK_COMMAND",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to cpack program executable."
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cpack"
+ },
+ {
+ "name" : "CMAKE_CTEST_COMMAND",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to ctest program executable."
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/ctest"
+ },
+ {
+ "name" : "CMAKE_CXX_COMPILER",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "CXX compiler"
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/bin/c++"
+ },
+ {
+ "name" : "CMAKE_CXX_COMPILER_AR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler"
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/bin/gcc-ar-13"
+ },
+ {
+ "name" : "CMAKE_CXX_COMPILER_RANLIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler"
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/bin/gcc-ranlib-13"
+ },
+ {
+ "name" : "CMAKE_CXX_FLAGS",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the CXX compiler during all build types."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_CXX_FLAGS_DEBUG",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the CXX compiler during DEBUG builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : "-g"
+ },
+ {
+ "name" : "CMAKE_CXX_FLAGS_MINSIZEREL",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the CXX compiler during MINSIZEREL builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : "-Os -DNDEBUG"
+ },
+ {
+ "name" : "CMAKE_CXX_FLAGS_RELEASE",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the CXX compiler during RELEASE builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : "-O3 -DNDEBUG"
+ },
+ {
+ "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : "-O2 -g -DNDEBUG"
+ },
+ {
+ "name" : "CMAKE_C_COMPILER",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "C compiler"
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/bin/cc"
+ },
+ {
+ "name" : "CMAKE_C_COMPILER_AR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler"
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/bin/gcc-ar-13"
+ },
+ {
+ "name" : "CMAKE_C_COMPILER_RANLIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler"
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/bin/gcc-ranlib-13"
+ },
+ {
+ "name" : "CMAKE_C_FLAGS",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the C compiler during all build types."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_C_FLAGS_DEBUG",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the C compiler during DEBUG builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : "-g"
+ },
+ {
+ "name" : "CMAKE_C_FLAGS_MINSIZEREL",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the C compiler during MINSIZEREL builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : "-Os -DNDEBUG"
+ },
+ {
+ "name" : "CMAKE_C_FLAGS_RELEASE",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the C compiler during RELEASE builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : "-O3 -DNDEBUG"
+ },
+ {
+ "name" : "CMAKE_C_FLAGS_RELWITHDEBINFO",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the C compiler during RELWITHDEBINFO builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : "-O2 -g -DNDEBUG"
+ },
+ {
+ "name" : "CMAKE_DLLTOOL",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a program."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "CMAKE_DLLTOOL-NOTFOUND"
+ },
+ {
+ "name" : "CMAKE_EXECUTABLE_FORMAT",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Executable file format"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "ELF"
+ },
+ {
+ "name" : "CMAKE_EXE_LINKER_FLAGS",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during all build types."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during DEBUG builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during MINSIZEREL builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during RELEASE builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during RELWITHDEBINFO builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_EXPORT_COMPILE_COMMANDS",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Enable/Disable output of compile commands during generation."
+ }
+ ],
+ "type" : "BOOL",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_EXTRA_GENERATOR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Name of external makefile project generator."
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Value Computed by CMake."
+ }
+ ],
+ "type" : "STATIC",
+ "value" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/pkgRedirects"
+ },
+ {
+ "name" : "CMAKE_GENERATOR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Name of generator."
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "Ninja"
+ },
+ {
+ "name" : "CMAKE_GENERATOR_INSTANCE",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Generator instance identifier."
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_GENERATOR_PLATFORM",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Name of generator platform."
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_GENERATOR_TOOLSET",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Name of generator toolset."
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_HAVE_CONNECT",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Have function connect"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "1"
+ },
+ {
+ "name" : "CMAKE_HAVE_GETHOSTBYNAME",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Have function gethostbyname"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "1"
+ },
+ {
+ "name" : "CMAKE_HAVE_REMOVE",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Have function remove"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "1"
+ },
+ {
+ "name" : "CMAKE_HAVE_SHMAT",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Have function shmat"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "1"
+ },
+ {
+ "name" : "CMAKE_HOME_DIRECTORY",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Source directory with the top level CMakeLists.txt file for this project"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "/home/doom/Documents/GitHub/8ChickenChipEmulator"
+ },
+ {
+ "name" : "CMAKE_INSTALL_BINDIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "User executables (bin)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : "bin"
+ },
+ {
+ "name" : "CMAKE_INSTALL_DATADIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Read-only architecture-independent data (DATAROOTDIR)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_INSTALL_DATAROOTDIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Read-only architecture-independent data root (share)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : "share"
+ },
+ {
+ "name" : "CMAKE_INSTALL_DOCDIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_INSTALL_INCLUDEDIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "C header files (include)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : "include"
+ },
+ {
+ "name" : "CMAKE_INSTALL_INFODIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Info documentation (DATAROOTDIR/info)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_INSTALL_LIBDIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Object code libraries (lib)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : "lib"
+ },
+ {
+ "name" : "CMAKE_INSTALL_LIBEXECDIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Program executables (libexec)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : "libexec"
+ },
+ {
+ "name" : "CMAKE_INSTALL_LOCALEDIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Locale-dependent data (DATAROOTDIR/locale)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_INSTALL_LOCALSTATEDIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Modifiable single-machine data (var)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : "var"
+ },
+ {
+ "name" : "CMAKE_INSTALL_MANDIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Man documentation (DATAROOTDIR/man)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_INSTALL_OLDINCLUDEDIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "C header files for non-gcc (/usr/include)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include"
+ },
+ {
+ "name" : "CMAKE_INSTALL_PREFIX",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Install path prefix, prepended onto install directories."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/local"
+ },
+ {
+ "name" : "CMAKE_INSTALL_RUNSTATEDIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Run-time variable data (LOCALSTATEDIR/run)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_INSTALL_SBINDIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "System admin executables (sbin)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : "sbin"
+ },
+ {
+ "name" : "CMAKE_INSTALL_SHAREDSTATEDIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Modifiable architecture-independent data (com)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : "com"
+ },
+ {
+ "name" : "CMAKE_INSTALL_SO_NO_EXE",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Install .so files without execute permission."
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "1"
+ },
+ {
+ "name" : "CMAKE_INSTALL_SYSCONFDIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Read-only single-machine data (etc)"
+ }
+ ],
+ "type" : "PATH",
+ "value" : "etc"
+ },
+ {
+ "name" : "CMAKE_LINKER",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a program."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/bin/ld"
+ },
+ {
+ "name" : "CMAKE_MAKE_PROGRAM",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "No help, variable specified on the command line."
+ }
+ ],
+ "type" : "UNINITIALIZED",
+ "value" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/ninja/linux/x64/ninja"
+ },
+ {
+ "name" : "CMAKE_MODULE_LINKER_FLAGS",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during the creation of modules during all build types."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during the creation of modules during DEBUG builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during the creation of modules during RELEASE builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_NM",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a program."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/bin/nm"
+ },
+ {
+ "name" : "CMAKE_NUMBER_OF_MAKEFILES",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "number of local generators"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "10"
+ },
+ {
+ "name" : "CMAKE_OBJCOPY",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a program."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/bin/objcopy"
+ },
+ {
+ "name" : "CMAKE_OBJDUMP",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a program."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/bin/objdump"
+ },
+ {
+ "name" : "CMAKE_PLATFORM_INFO_INITIALIZED",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Platform information initialized"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "1"
+ },
+ {
+ "name" : "CMAKE_PROJECT_DESCRIPTION",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Value Computed by CMake"
+ }
+ ],
+ "type" : "STATIC",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_PROJECT_HOMEPAGE_URL",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Value Computed by CMake"
+ }
+ ],
+ "type" : "STATIC",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_PROJECT_NAME",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Value Computed by CMake"
+ }
+ ],
+ "type" : "STATIC",
+ "value" : "8ChocChip"
+ },
+ {
+ "name" : "CMAKE_PROJECT_VERSION",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Value Computed by CMake"
+ }
+ ],
+ "type" : "STATIC",
+ "value" : "0.1"
+ },
+ {
+ "name" : "CMAKE_PROJECT_VERSION_MAJOR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Value Computed by CMake"
+ }
+ ],
+ "type" : "STATIC",
+ "value" : "0"
+ },
+ {
+ "name" : "CMAKE_PROJECT_VERSION_MINOR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Value Computed by CMake"
+ }
+ ],
+ "type" : "STATIC",
+ "value" : "1"
+ },
+ {
+ "name" : "CMAKE_PROJECT_VERSION_PATCH",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Value Computed by CMake"
+ }
+ ],
+ "type" : "STATIC",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_PROJECT_VERSION_TWEAK",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Value Computed by CMake"
+ }
+ ],
+ "type" : "STATIC",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_RANLIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a program."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/bin/ranlib"
+ },
+ {
+ "name" : "CMAKE_READELF",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a program."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/bin/readelf"
+ },
+ {
+ "name" : "CMAKE_ROOT",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to CMake installation."
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28"
+ },
+ {
+ "name" : "CMAKE_SHARED_LINKER_FLAGS",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during the creation of shared libraries during all build types."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_SKIP_INSTALL_RPATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building."
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "NO"
+ },
+ {
+ "name" : "CMAKE_SKIP_RPATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "If set, runtime paths are not added when using shared libraries."
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "NO"
+ },
+ {
+ "name" : "CMAKE_STATIC_LINKER_FLAGS",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during the creation of static libraries during all build types."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds."
+ }
+ ],
+ "type" : "STRING",
+ "value" : ""
+ },
+ {
+ "name" : "CMAKE_STRIP",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a program."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/bin/strip"
+ },
+ {
+ "name" : "CMAKE_TAPI",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a program."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "CMAKE_TAPI-NOTFOUND"
+ },
+ {
+ "name" : "CMAKE_UNAME",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "uname command"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "/usr/bin/uname"
+ },
+ {
+ "name" : "CMAKE_VERBOSE_MAKEFILE",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo."
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "FALSE"
+ },
+ {
+ "name" : "CPACK_BINARY_DEB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Enable to build Debian packages"
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "CPACK_BINARY_FREEBSD",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Enable to build FreeBSD packages"
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "CPACK_BINARY_IFW",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Enable to build IFW packages"
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "CPACK_BINARY_NSIS",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Enable to build NSIS packages"
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "CPACK_BINARY_RPM",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Enable to build RPM packages"
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "CPACK_BINARY_STGZ",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Enable to build STGZ packages"
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "ON"
+ },
+ {
+ "name" : "CPACK_BINARY_TBZ2",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Enable to build TBZ2 packages"
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "CPACK_BINARY_TGZ",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Enable to build TGZ packages"
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "ON"
+ },
+ {
+ "name" : "CPACK_BINARY_TXZ",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Enable to build TXZ packages"
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "CPACK_BINARY_TZ",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Enable to build TZ packages"
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "ON"
+ },
+ {
+ "name" : "CPACK_SOURCE_RPM",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Enable to build RPM source packages"
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "CPACK_SOURCE_TBZ2",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Enable to build TBZ2 source packages"
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "ON"
+ },
+ {
+ "name" : "CPACK_SOURCE_TGZ",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Enable to build TGZ source packages"
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "ON"
+ },
+ {
+ "name" : "CPACK_SOURCE_TXZ",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Enable to build TXZ source packages"
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "ON"
+ },
+ {
+ "name" : "CPACK_SOURCE_TZ",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Enable to build TZ source packages"
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "ON"
+ },
+ {
+ "name" : "CPACK_SOURCE_ZIP",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Enable to build ZIP source packages"
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "FETCHCONTENT_BASE_DIR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Directory under which to collect all populated content"
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps"
+ },
+ {
+ "name" : "FETCHCONTENT_FULLY_DISCONNECTED",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Disables all attempts to download or update content and assumes source dirs already exist"
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "FETCHCONTENT_QUIET",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Enables QUIET option for all content population"
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "ON"
+ },
+ {
+ "name" : "FETCHCONTENT_SOURCE_DIR_SFML",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "When not empty, overrides where to find pre-populated content for sfml"
+ }
+ ],
+ "type" : "PATH",
+ "value" : ""
+ },
+ {
+ "name" : "FETCHCONTENT_UPDATES_DISCONNECTED",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Enables UPDATE_DISCONNECTED behavior for all content population"
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "FETCHCONTENT_UPDATES_DISCONNECTED_SFML",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Enables UPDATE_DISCONNECTED behavior just for population of sfml"
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "FIND_PACKAGE_MESSAGE_DETAILS_FLAC",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Details about finding FLAC"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "[/usr/lib/x86_64-linux-gnu/libFLAC.so][/usr/include][v()]"
+ },
+ {
+ "name" : "FIND_PACKAGE_MESSAGE_DETAILS_OpenAL",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Details about finding OpenAL"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "[/usr/lib/x86_64-linux-gnu/libopenal.so][/usr/include/AL][v()]"
+ },
+ {
+ "name" : "FIND_PACKAGE_MESSAGE_DETAILS_OpenGL",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Details about finding OpenGL"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "[/usr/lib/x86_64-linux-gnu/libOpenGL.so][/usr/lib/x86_64-linux-gnu/libGLX.so][/usr/include][c ][v()]"
+ },
+ {
+ "name" : "FIND_PACKAGE_MESSAGE_DETAILS_VORBIS",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Details about finding VORBIS"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "[/usr/lib/x86_64-linux-gnu/libvorbisenc.so;/usr/lib/x86_64-linux-gnu/libvorbisfile.so;/usr/lib/x86_64-linux-gnu/libvorbis.so;/usr/lib/x86_64-linux-gnu/libogg.so][/usr/include][/usr/include][v()]"
+ },
+ {
+ "name" : "FIND_PACKAGE_MESSAGE_DETAILS_X11",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Details about finding X11"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "[/usr/include][/usr/lib/x86_64-linux-gnu/libX11.so][c ][v()]"
+ },
+ {
+ "name" : "FLAC_INCLUDE_DIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include"
+ },
+ {
+ "name" : "FLAC_LIBRARY",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/lib/x86_64-linux-gnu/libFLAC.so"
+ },
+ {
+ "name" : "FREETYPE_INCLUDE_DIR_freetype2",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include/freetype2"
+ },
+ {
+ "name" : "FREETYPE_INCLUDE_DIR_ft2build",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include/freetype2"
+ },
+ {
+ "name" : "FREETYPE_LIBRARY",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/lib/x86_64-linux-gnu/libfreetype.so"
+ },
+ {
+ "name" : "GIT_EXECUTABLE",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Git command line client"
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/bin/git"
+ },
+ {
+ "name" : "OGG_INCLUDE_DIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include"
+ },
+ {
+ "name" : "OGG_LIBRARY",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/lib/x86_64-linux-gnu/libogg.so"
+ },
+ {
+ "name" : "OPENAL_INCLUDE_DIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include/AL"
+ },
+ {
+ "name" : "OPENAL_LIBRARY",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/lib/x86_64-linux-gnu/libopenal.so"
+ },
+ {
+ "name" : "OPENGL_EGL_INCLUDE_DIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include"
+ },
+ {
+ "name" : "OPENGL_GLES2_INCLUDE_DIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include"
+ },
+ {
+ "name" : "OPENGL_GLES3_INCLUDE_DIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include"
+ },
+ {
+ "name" : "OPENGL_GLX_INCLUDE_DIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include"
+ },
+ {
+ "name" : "OPENGL_INCLUDE_DIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include"
+ },
+ {
+ "name" : "OPENGL_egl_LIBRARY",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/lib/x86_64-linux-gnu/libEGL.so"
+ },
+ {
+ "name" : "OPENGL_gl_LIBRARY",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/lib/x86_64-linux-gnu/libGL.so"
+ },
+ {
+ "name" : "OPENGL_gles2_LIBRARY",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/lib/x86_64-linux-gnu/libGLESv2.so"
+ },
+ {
+ "name" : "OPENGL_gles3_LIBRARY",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/lib/x86_64-linux-gnu/libGLESv2.so"
+ },
+ {
+ "name" : "OPENGL_glu_LIBRARY",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "OPENGL_glu_LIBRARY-NOTFOUND"
+ },
+ {
+ "name" : "OPENGL_glx_LIBRARY",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/lib/x86_64-linux-gnu/libGLX.so"
+ },
+ {
+ "name" : "OPENGL_opengl_LIBRARY",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/lib/x86_64-linux-gnu/libOpenGL.so"
+ },
+ {
+ "name" : "OPENGL_xmesa_INCLUDE_DIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "OPENGL_xmesa_INCLUDE_DIR-NOTFOUND"
+ },
+ {
+ "name" : "SFML_BINARY_DIR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Value Computed by CMake"
+ }
+ ],
+ "type" : "STATIC",
+ "value" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build"
+ },
+ {
+ "name" : "SFML_BUILD_AUDIO",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "TRUE to build SFML's Audio module."
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "TRUE"
+ },
+ {
+ "name" : "SFML_BUILD_DOC",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "TRUE to generate the API documentation, FALSE to ignore it"
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "FALSE"
+ },
+ {
+ "name" : "SFML_BUILD_EXAMPLES",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "TRUE to build the SFML examples, FALSE to ignore them"
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "FALSE"
+ },
+ {
+ "name" : "SFML_BUILD_GRAPHICS",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "TRUE to build SFML's Graphics module."
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "TRUE"
+ },
+ {
+ "name" : "SFML_BUILD_NETWORK",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "TRUE to build SFML's Network module."
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "FALSE"
+ },
+ {
+ "name" : "SFML_BUILD_TEST_SUITE",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "TRUE to build the SFML test suite, FALSE to ignore it"
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "FALSE"
+ },
+ {
+ "name" : "SFML_BUILD_WINDOW",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "TRUE to build SFML's Window module. This setting is ignored, if the graphics module is built."
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "TRUE"
+ },
+ {
+ "name" : "SFML_INSTALL_PKGCONFIG_FILES",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "TRUE to automatically install pkg-config files so other projects can find SFML"
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "TRUE"
+ },
+ {
+ "name" : "SFML_IS_TOP_LEVEL",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Value Computed by CMake"
+ }
+ ],
+ "type" : "STATIC",
+ "value" : "OFF"
+ },
+ {
+ "name" : "SFML_OPENGL_ES",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "TRUE to use an OpenGL ES implementation, FALSE to use a desktop OpenGL implementation"
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "0"
+ },
+ {
+ "name" : "SFML_PKGCONFIG_INSTALL_PREFIX",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Install directory for SFML's pkg-config .pc files"
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/local/lib/pkgconfig"
+ },
+ {
+ "name" : "SFML_SOURCE_DIR",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Value Computed by CMake"
+ }
+ ],
+ "type" : "STATIC",
+ "value" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src"
+ },
+ {
+ "name" : "SFML_USE_DRM",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "TRUE to use DRM windowing backend"
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "FALSE"
+ },
+ {
+ "name" : "SFML_USE_SYSTEM_DEPS",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "TRUE to use system dependencies, FALSE to use the bundled ones."
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "FALSE"
+ },
+ {
+ "name" : "UDEV_INCLUDE_DIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include"
+ },
+ {
+ "name" : "UDEV_LIBRARIES",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/lib/x86_64-linux-gnu/libudev.so"
+ },
+ {
+ "name" : "VORBISENC_LIBRARY",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/lib/x86_64-linux-gnu/libvorbisenc.so"
+ },
+ {
+ "name" : "VORBISFILE_LIBRARY",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/lib/x86_64-linux-gnu/libvorbisfile.so"
+ },
+ {
+ "name" : "VORBIS_INCLUDE_DIR",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include"
+ },
+ {
+ "name" : "VORBIS_LIBRARY",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/lib/x86_64-linux-gnu/libvorbis.so"
+ },
+ {
+ "name" : "WARNINGS_AS_ERRORS",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Treat compiler warnings as errors"
+ }
+ ],
+ "type" : "BOOL",
+ "value" : "OFF"
+ },
+ {
+ "name" : "X11_ICE_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_ICE_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_ICE_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_ICE_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_LIBRARIES",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : ""
+ }
+ ],
+ "type" : "UNINITIALIZED",
+ "value" : ""
+ },
+ {
+ "name" : "X11_LIB_X11_SOLO",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Have library /usr/lib/x86_64-linux-gnu/libX11.so"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "1"
+ },
+ {
+ "name" : "X11_SM_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_SM_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_SM_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_SM_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_X11_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include"
+ },
+ {
+ "name" : "X11_X11_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/lib/x86_64-linux-gnu/libX11.so"
+ },
+ {
+ "name" : "X11_X11_xcb_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_X11_xcb_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_X11_xcb_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_X11_xcb_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_XRes_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_XRes_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_XRes_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_XRes_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_XShm_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include"
+ },
+ {
+ "name" : "X11_XSync_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include"
+ },
+ {
+ "name" : "X11_Xaccessrules_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_Xaccessrules_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_Xaccessstr_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include"
+ },
+ {
+ "name" : "X11_Xau_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include"
+ },
+ {
+ "name" : "X11_Xau_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/lib/x86_64-linux-gnu/libXau.so"
+ },
+ {
+ "name" : "X11_Xaw_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_Xaw_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_Xaw_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_Xaw_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_Xcomposite_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_Xcomposite_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_Xcomposite_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_Xcomposite_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_Xcursor_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include"
+ },
+ {
+ "name" : "X11_Xcursor_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/lib/x86_64-linux-gnu/libXcursor.so"
+ },
+ {
+ "name" : "X11_Xdamage_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_Xdamage_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_Xdamage_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_Xdamage_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_Xdmcp_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include"
+ },
+ {
+ "name" : "X11_Xdmcp_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/lib/x86_64-linux-gnu/libXdmcp.so"
+ },
+ {
+ "name" : "X11_Xext_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include"
+ },
+ {
+ "name" : "X11_Xext_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/lib/x86_64-linux-gnu/libXext.so"
+ },
+ {
+ "name" : "X11_Xfixes_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include"
+ },
+ {
+ "name" : "X11_Xfixes_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/lib/x86_64-linux-gnu/libXfixes.so"
+ },
+ {
+ "name" : "X11_Xft_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_Xft_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_Xft_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_Xft_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_Xi_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_Xi_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_Xi_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_Xi_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_Xinerama_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_Xinerama_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_Xinerama_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_Xinerama_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_Xkb_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include"
+ },
+ {
+ "name" : "X11_Xkblib_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include"
+ },
+ {
+ "name" : "X11_Xlib_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include"
+ },
+ {
+ "name" : "X11_Xmu_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_Xmu_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_Xmu_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_Xmu_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_Xpm_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_Xpm_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_Xpm_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_Xpm_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_Xrandr_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include"
+ },
+ {
+ "name" : "X11_Xrandr_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/lib/x86_64-linux-gnu/libXrandr.so"
+ },
+ {
+ "name" : "X11_Xrender_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include"
+ },
+ {
+ "name" : "X11_Xrender_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/lib/x86_64-linux-gnu/libXrender.so"
+ },
+ {
+ "name" : "X11_Xshape_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include"
+ },
+ {
+ "name" : "X11_Xss_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_Xss_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_Xss_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_Xss_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_Xt_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_Xt_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_Xt_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_Xt_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_Xtst_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_Xtst_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_Xtst_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_Xtst_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_Xutil_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include"
+ },
+ {
+ "name" : "X11_Xv_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_Xv_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_Xv_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_Xv_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_Xxf86misc_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_Xxf86misc_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_Xxf86misc_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_Xxf86misc_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_Xxf86vm_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_Xxf86vm_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_Xxf86vm_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_Xxf86vm_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_dpms_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include"
+ },
+ {
+ "name" : "X11_xcb_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "/usr/include"
+ },
+ {
+ "name" : "X11_xcb_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "/usr/lib/x86_64-linux-gnu/libxcb.so"
+ },
+ {
+ "name" : "X11_xcb_composite_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_composite_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_composite_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_composite_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_cursor_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_cursor_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_cursor_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_cursor_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_damage_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_damage_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_damage_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_damage_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_dpms_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_dpms_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_dpms_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_dpms_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_dri2_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_dri2_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_dri2_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_dri2_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_dri3_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_dri3_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_dri3_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_dri3_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_errors_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_errors_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_errors_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_errors_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_ewmh_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_ewmh_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_ewmh_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_ewmh_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_glx_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_glx_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_glx_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_glx_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_icccm_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_icccm_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_icccm_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_icccm_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_image_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_image_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_image_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_image_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_keysyms_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_keysyms_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_keysyms_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_keysyms_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_present_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_present_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_present_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_present_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_randr_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_randr_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_randr_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_randr_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_record_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_record_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_record_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_record_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_render_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_render_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_render_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_render_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_render_util_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_render_util_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_render_util_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_render_util_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_res_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_res_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_res_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_res_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_screensaver_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_screensaver_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_screensaver_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_screensaver_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_shape_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_shape_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_shape_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_shape_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_shm_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_shm_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_shm_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_shm_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_sync_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_sync_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_sync_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_sync_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_util_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_util_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_util_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_util_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_xf86dri_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_xf86dri_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_xf86dri_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_xf86dri_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_xfixes_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_xfixes_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_xfixes_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_xfixes_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_xinerama_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_xinerama_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_xinerama_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_xinerama_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_xinput_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_xinput_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_xinput_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_xinput_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_xkb_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_xkb_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_xkb_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_xkb_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_xrm_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_xrm_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_xrm_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_xrm_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_xtest_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_xtest_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_xtest_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_xtest_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_xv_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_xv_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_xv_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_xv_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_xvmc_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xcb_xvmc_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xcb_xvmc_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xcb_xvmc_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xkbcommon_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xkbcommon_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xkbcommon_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xkbcommon_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xkbcommon_X11_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xkbcommon_X11_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xkbcommon_X11_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xkbcommon_X11_LIB-NOTFOUND"
+ },
+ {
+ "name" : "X11_xkbfile_INCLUDE_PATH",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a file."
+ }
+ ],
+ "type" : "PATH",
+ "value" : "X11_xkbfile_INCLUDE_PATH-NOTFOUND"
+ },
+ {
+ "name" : "X11_xkbfile_LIB",
+ "properties" :
+ [
+ {
+ "name" : "ADVANCED",
+ "value" : "1"
+ },
+ {
+ "name" : "HELPSTRING",
+ "value" : "Path to a library."
+ }
+ ],
+ "type" : "FILEPATH",
+ "value" : "X11_xkbfile_LIB-NOTFOUND"
+ },
+ {
+ "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "linker supports push/pop state"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "TRUE"
+ },
+ {
+ "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "CMAKE_INSTALL_PREFIX during last run"
+ }
+ ],
+ "type" : "INTERNAL",
+ "value" : "/usr/local"
+ },
+ {
+ "name" : "sfml-audio_LIB_DEPENDS",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Dependencies for the target"
+ }
+ ],
+ "type" : "STATIC",
+ "value" : "general;sfml-system;"
+ },
+ {
+ "name" : "sfml-graphics_LIB_DEPENDS",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Dependencies for the target"
+ }
+ ],
+ "type" : "STATIC",
+ "value" : "general;sfml-window;"
+ },
+ {
+ "name" : "sfml-system_LIB_DEPENDS",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Dependencies for the target"
+ }
+ ],
+ "type" : "STATIC",
+ "value" : "general;pthread;general;rt;"
+ },
+ {
+ "name" : "sfml-window_LIB_DEPENDS",
+ "properties" :
+ [
+ {
+ "name" : "HELPSTRING",
+ "value" : "Dependencies for the target"
+ }
+ ],
+ "type" : "STATIC",
+ "value" : "general;sfml-system;general;dl;"
+ }
+ ],
+ "kind" : "cache",
+ "version" :
+ {
+ "major" : 2,
+ "minor" : 0
+ }
+}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-319c48b46c732d362b33.json b/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-319c48b46c732d362b33.json
new file mode 100644
index 0000000..f913e9d
--- /dev/null
+++ b/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-319c48b46c732d362b33.json
@@ -0,0 +1,386 @@
+{
+ "inputs" :
+ [
+ {
+ "path" : "CMakeLists.txt"
+ },
+ {
+ "isGenerated" : true,
+ "path" : "cmake-build-debug/CMakeFiles/3.28.1/CMakeSystem.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeSystemSpecificInitialize.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Platform/Linux-Initialize.cmake"
+ },
+ {
+ "isGenerated" : true,
+ "path" : "cmake-build-debug/CMakeFiles/3.28.1/CMakeCXXCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeSystemSpecificInformation.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeGenericSystem.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeInitializeConfigs.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Platform/Linux.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Platform/UnixPaths.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeCXXInformation.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeLanguageInformation.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Compiler/GNU-CXX.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Compiler/GNU.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Platform/Linux-GNU-CXX.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Platform/Linux-GNU.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeCommonLanguageInclude.cmake"
+ },
+ {
+ "path" : "dependencies/CMakeLists.txt"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FetchContent.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/ExternalProject/shared_internal_commands.cmake"
+ },
+ {
+ "path" : "dependencies/sfml/CMakeLists.txt"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindGit.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindPackageMessage.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FetchContent/CMakeLists.cmake.in"
+ },
+ {
+ "isGenerated" : true,
+ "path" : "cmake-build-debug/_deps/sfml-src/CMakeLists.txt"
+ },
+ {
+ "isGenerated" : true,
+ "path" : "cmake-build-debug/CMakeFiles/3.28.1/CMakeCCompiler.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeCInformation.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeLanguageInformation.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Compiler/GNU-C.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Compiler/GNU.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Platform/Linux-GNU-C.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Platform/Linux-GNU.cmake"
+ },
+ {
+ "isGenerated" : true,
+ "path" : "cmake-build-debug/_deps/sfml-src/cmake/CompilerOptionsOverride.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeCommonLanguageInclude.cmake"
+ },
+ {
+ "isGenerated" : true,
+ "path" : "cmake-build-debug/_deps/sfml-src/cmake/Config.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/GNUInstallDirs.cmake"
+ },
+ {
+ "isGenerated" : true,
+ "path" : "cmake-build-debug/_deps/sfml-src/tools/pkg-config/sfml-all.pc.in"
+ },
+ {
+ "isGenerated" : true,
+ "path" : "cmake-build-debug/_deps/sfml-src/tools/pkg-config/sfml-system.pc.in"
+ },
+ {
+ "isGenerated" : true,
+ "path" : "cmake-build-debug/_deps/sfml-src/tools/pkg-config/sfml-window.pc.in"
+ },
+ {
+ "isGenerated" : true,
+ "path" : "cmake-build-debug/_deps/sfml-src/tools/pkg-config/sfml-graphics.pc.in"
+ },
+ {
+ "isGenerated" : true,
+ "path" : "cmake-build-debug/_deps/sfml-src/tools/pkg-config/sfml-audio.pc.in"
+ },
+ {
+ "isGenerated" : true,
+ "path" : "cmake-build-debug/_deps/sfml-src/tools/pkg-config/sfml-network.pc.in"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakePackageConfigHelpers.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/WriteBasicConfigVersionFile.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/BasicConfigVersion-SameMajorVersion.cmake.in"
+ },
+ {
+ "isGenerated" : true,
+ "path" : "cmake-build-debug/_deps/sfml-src/cmake/SFMLConfig.cmake.in"
+ },
+ {
+ "isGenerated" : true,
+ "path" : "cmake-build-debug/_deps/sfml-src/cmake/SFMLConfigDependencies.cmake.in"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CPack.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CPackComponent.cmake"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Templates/CPackConfig.cmake.in"
+ },
+ {
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Templates/CPackConfig.cmake.in"
+ },
+ {
+ "isGenerated" : true,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/CMakeLists.txt"
+ },
+ {
+ "isGenerated" : true,
+ "path" : "cmake-build-debug/_deps/sfml-src/cmake/Macros.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeParseArguments.cmake"
+ },
+ {
+ "isGenerated" : true,
+ "path" : "cmake-build-debug/_deps/sfml-src/cmake/CompilerWarnings.cmake"
+ },
+ {
+ "isGenerated" : true,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/System/CMakeLists.txt"
+ },
+ {
+ "isGenerated" : true,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/CMakeLists.txt"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindX11.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindPackageMessage.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CheckFunctionExists.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CheckLibraryExists.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindOpenGL.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindPackageMessage.cmake"
+ },
+ {
+ "isGenerated" : true,
+ "path" : "cmake-build-debug/_deps/sfml-src/cmake/Modules/FindUDev.cmake"
+ },
+ {
+ "isGenerated" : true,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/CMakeLists.txt"
+ },
+ {
+ "isGenerated" : true,
+ "path" : "cmake-build-debug/_deps/sfml-src/cmake/Modules/FindFreetype.cmake"
+ },
+ {
+ "isGenerated" : true,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/CMakeLists.txt"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindOpenAL.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindPackageMessage.cmake"
+ },
+ {
+ "isGenerated" : true,
+ "path" : "cmake-build-debug/_deps/sfml-src/cmake/Modules/FindVORBIS.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindPackageMessage.cmake"
+ },
+ {
+ "isGenerated" : true,
+ "path" : "cmake-build-debug/_deps/sfml-src/cmake/Modules/FindFLAC.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake"
+ },
+ {
+ "isCMake" : true,
+ "isExternal" : true,
+ "path" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindPackageMessage.cmake"
+ },
+ {
+ "path" : "src/CMakeLists.txt"
+ }
+ ],
+ "kind" : "cmakeFiles",
+ "paths" :
+ {
+ "build" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug",
+ "source" : "/home/doom/Documents/GitHub/8ChickenChipEmulator"
+ },
+ "version" :
+ {
+ "major" : 1,
+ "minor" : 0
+ }
+}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-f8fb12ecb92553b89d70.json b/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-f8fb12ecb92553b89d70.json
new file mode 100644
index 0000000..921306c
--- /dev/null
+++ b/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-f8fb12ecb92553b89d70.json
@@ -0,0 +1,263 @@
+{
+ "configurations" :
+ [
+ {
+ "directories" :
+ [
+ {
+ "build" : ".",
+ "childIndexes" :
+ [
+ 1,
+ 9
+ ],
+ "hasInstallRule" : true,
+ "jsonFile" : "directory-.-Debug-f5ebdc15457944623624.json",
+ "minimumCMakeVersion" :
+ {
+ "string" : "3.20"
+ },
+ "projectIndex" : 0,
+ "source" : "."
+ },
+ {
+ "build" : "dependencies",
+ "childIndexes" :
+ [
+ 2
+ ],
+ "hasInstallRule" : true,
+ "jsonFile" : "directory-dependencies-Debug-8fce1fdbc2aed82ddd42.json",
+ "minimumCMakeVersion" :
+ {
+ "string" : "3.20"
+ },
+ "parentIndex" : 0,
+ "projectIndex" : 0,
+ "source" : "dependencies"
+ },
+ {
+ "build" : "dependencies/sfml",
+ "childIndexes" :
+ [
+ 3
+ ],
+ "hasInstallRule" : true,
+ "jsonFile" : "directory-dependencies.sfml-Debug-0ec0348355e35f0d8c5c.json",
+ "minimumCMakeVersion" :
+ {
+ "string" : "3.20"
+ },
+ "parentIndex" : 1,
+ "projectIndex" : 0,
+ "source" : "dependencies/sfml"
+ },
+ {
+ "build" : "_deps/sfml-build",
+ "childIndexes" :
+ [
+ 4
+ ],
+ "hasInstallRule" : true,
+ "jsonFile" : "directory-_deps.sfml-build-Debug-8578a26f0737776f3b9b.json",
+ "minimumCMakeVersion" :
+ {
+ "string" : "3.7.2"
+ },
+ "parentIndex" : 2,
+ "projectIndex" : 1,
+ "source" : "cmake-build-debug/_deps/sfml-src"
+ },
+ {
+ "build" : "_deps/sfml-build/src/SFML",
+ "childIndexes" :
+ [
+ 5,
+ 6,
+ 7,
+ 8
+ ],
+ "hasInstallRule" : true,
+ "jsonFile" : "directory-_deps.sfml-build.src.SFML-Debug-93728dc278a8c28c8245.json",
+ "minimumCMakeVersion" :
+ {
+ "string" : "3.7.2"
+ },
+ "parentIndex" : 3,
+ "projectIndex" : 1,
+ "source" : "cmake-build-debug/_deps/sfml-src/src/SFML"
+ },
+ {
+ "build" : "_deps/sfml-build/src/SFML/System",
+ "hasInstallRule" : true,
+ "jsonFile" : "directory-_deps.sfml-build.src.SFML.System-Debug-312405dedfcb5dfe1e0e.json",
+ "minimumCMakeVersion" :
+ {
+ "string" : "3.7.2"
+ },
+ "parentIndex" : 4,
+ "projectIndex" : 1,
+ "source" : "cmake-build-debug/_deps/sfml-src/src/SFML/System",
+ "targetIndexes" :
+ [
+ 3
+ ]
+ },
+ {
+ "build" : "_deps/sfml-build/src/SFML/Window",
+ "hasInstallRule" : true,
+ "jsonFile" : "directory-_deps.sfml-build.src.SFML.Window-Debug-b62aa96c5b00eb2e40a9.json",
+ "minimumCMakeVersion" :
+ {
+ "string" : "3.7.2"
+ },
+ "parentIndex" : 4,
+ "projectIndex" : 1,
+ "source" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window",
+ "targetIndexes" :
+ [
+ 4
+ ]
+ },
+ {
+ "build" : "_deps/sfml-build/src/SFML/Graphics",
+ "hasInstallRule" : true,
+ "jsonFile" : "directory-_deps.sfml-build.src.SFML.Graphics-Debug-ccecd84ba2d109eda249.json",
+ "minimumCMakeVersion" :
+ {
+ "string" : "3.7.2"
+ },
+ "parentIndex" : 4,
+ "projectIndex" : 1,
+ "source" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics",
+ "targetIndexes" :
+ [
+ 2
+ ]
+ },
+ {
+ "build" : "_deps/sfml-build/src/SFML/Audio",
+ "hasInstallRule" : true,
+ "jsonFile" : "directory-_deps.sfml-build.src.SFML.Audio-Debug-b4783ad60d054aaee59b.json",
+ "minimumCMakeVersion" :
+ {
+ "string" : "3.7.2"
+ },
+ "parentIndex" : 4,
+ "projectIndex" : 1,
+ "source" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio",
+ "targetIndexes" :
+ [
+ 1
+ ]
+ },
+ {
+ "build" : "src",
+ "jsonFile" : "directory-src-Debug-b6cf2213fc5053b67c22.json",
+ "minimumCMakeVersion" :
+ {
+ "string" : "3.20"
+ },
+ "parentIndex" : 0,
+ "projectIndex" : 0,
+ "source" : "src",
+ "targetIndexes" :
+ [
+ 0
+ ]
+ }
+ ],
+ "name" : "Debug",
+ "projects" :
+ [
+ {
+ "childIndexes" :
+ [
+ 1
+ ],
+ "directoryIndexes" :
+ [
+ 0,
+ 1,
+ 2,
+ 9
+ ],
+ "name" : "8ChocChip",
+ "targetIndexes" :
+ [
+ 0
+ ]
+ },
+ {
+ "directoryIndexes" :
+ [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8
+ ],
+ "name" : "SFML",
+ "parentIndex" : 0,
+ "targetIndexes" :
+ [
+ 1,
+ 2,
+ 3,
+ 4
+ ]
+ }
+ ],
+ "targets" :
+ [
+ {
+ "directoryIndex" : 9,
+ "id" : "8ChocChip::@145eef247bfb46b6828c",
+ "jsonFile" : "target-8ChocChip-Debug-90954d5aa52c9cca0989.json",
+ "name" : "8ChocChip",
+ "projectIndex" : 0
+ },
+ {
+ "directoryIndex" : 8,
+ "id" : "sfml-audio::@a153e5727587c53fce98",
+ "jsonFile" : "target-sfml-audio-Debug-df88a367dfff5ebf0c20.json",
+ "name" : "sfml-audio",
+ "projectIndex" : 1
+ },
+ {
+ "directoryIndex" : 7,
+ "id" : "sfml-graphics::@98af38147d5fa7e70f61",
+ "jsonFile" : "target-sfml-graphics-Debug-5e190b17329e6353e1b5.json",
+ "name" : "sfml-graphics",
+ "projectIndex" : 1
+ },
+ {
+ "directoryIndex" : 5,
+ "id" : "sfml-system::@8cb1db2982443611e568",
+ "jsonFile" : "target-sfml-system-Debug-e4188fff0ee3a93761b3.json",
+ "name" : "sfml-system",
+ "projectIndex" : 1
+ },
+ {
+ "directoryIndex" : 6,
+ "id" : "sfml-window::@5730451e331e3690ae65",
+ "jsonFile" : "target-sfml-window-Debug-c5ccc172f9aebe5029f8.json",
+ "name" : "sfml-window",
+ "projectIndex" : 1
+ }
+ ]
+ }
+ ],
+ "kind" : "codemodel",
+ "paths" :
+ {
+ "build" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug",
+ "source" : "/home/doom/Documents/GitHub/8ChickenChipEmulator"
+ },
+ "version" :
+ {
+ "major" : 2,
+ "minor" : 6
+ }
+}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json b/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json
new file mode 100644
index 0000000..3a67af9
--- /dev/null
+++ b/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json
@@ -0,0 +1,14 @@
+{
+ "backtraceGraph" :
+ {
+ "commands" : [],
+ "files" : [],
+ "nodes" : []
+ },
+ "installers" : [],
+ "paths" :
+ {
+ "build" : ".",
+ "source" : "."
+ }
+}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/directory-_deps.sfml-build-Debug-8578a26f0737776f3b9b.json b/cmake-build-debug/.cmake/api/v1/reply/directory-_deps.sfml-build-Debug-8578a26f0737776f3b9b.json
new file mode 100644
index 0000000..cf005a6
--- /dev/null
+++ b/cmake-build-debug/.cmake/api/v1/reply/directory-_deps.sfml-build-Debug-8578a26f0737776f3b9b.json
@@ -0,0 +1,262 @@
+{
+ "backtraceGraph" :
+ {
+ "commands" :
+ [
+ "INSTALL",
+ "install",
+ "sfml_export_targets"
+ ],
+ "files" :
+ [
+ "cmake-build-debug/_deps/sfml-src/CMakeLists.txt",
+ "cmake-build-debug/_deps/sfml-src/cmake/Macros.cmake"
+ ],
+ "nodes" :
+ [
+ {
+ "file" : 0
+ },
+ {
+ "command" : 0,
+ "file" : 0,
+ "line" : 311,
+ "parent" : 0
+ },
+ {
+ "command" : 0,
+ "file" : 0,
+ "line" : 311,
+ "parent" : 0
+ },
+ {
+ "command" : 0,
+ "file" : 0,
+ "line" : 311,
+ "parent" : 0
+ },
+ {
+ "command" : 0,
+ "file" : 0,
+ "line" : 311,
+ "parent" : 0
+ },
+ {
+ "command" : 0,
+ "file" : 0,
+ "line" : 311,
+ "parent" : 0
+ },
+ {
+ "command" : 0,
+ "file" : 0,
+ "line" : 311,
+ "parent" : 0
+ },
+ {
+ "command" : 1,
+ "file" : 0,
+ "line" : 318,
+ "parent" : 0
+ },
+ {
+ "command" : 1,
+ "file" : 0,
+ "line" : 418,
+ "parent" : 0
+ },
+ {
+ "command" : 1,
+ "file" : 0,
+ "line" : 419,
+ "parent" : 0
+ },
+ {
+ "command" : 2,
+ "file" : 0,
+ "line" : 529,
+ "parent" : 0
+ },
+ {
+ "command" : 1,
+ "file" : 1,
+ "line" : 440,
+ "parent" : 10
+ },
+ {
+ "command" : 1,
+ "file" : 1,
+ "line" : 444,
+ "parent" : 10
+ }
+ ]
+ },
+ "installers" :
+ [
+ {
+ "backtrace" : 1,
+ "component" : "Unspecified",
+ "destination" : "/usr/local/lib/pkgconfig",
+ "paths" :
+ [
+ "cmake-build-debug/_deps/sfml-build/tools/pkg-config/sfml-all.pc"
+ ],
+ "type" : "file"
+ },
+ {
+ "backtrace" : 2,
+ "component" : "Unspecified",
+ "destination" : "/usr/local/lib/pkgconfig",
+ "paths" :
+ [
+ "cmake-build-debug/_deps/sfml-build/tools/pkg-config/sfml-system.pc"
+ ],
+ "type" : "file"
+ },
+ {
+ "backtrace" : 3,
+ "component" : "Unspecified",
+ "destination" : "/usr/local/lib/pkgconfig",
+ "paths" :
+ [
+ "cmake-build-debug/_deps/sfml-build/tools/pkg-config/sfml-window.pc"
+ ],
+ "type" : "file"
+ },
+ {
+ "backtrace" : 4,
+ "component" : "Unspecified",
+ "destination" : "/usr/local/lib/pkgconfig",
+ "paths" :
+ [
+ "cmake-build-debug/_deps/sfml-build/tools/pkg-config/sfml-graphics.pc"
+ ],
+ "type" : "file"
+ },
+ {
+ "backtrace" : 5,
+ "component" : "Unspecified",
+ "destination" : "/usr/local/lib/pkgconfig",
+ "paths" :
+ [
+ "cmake-build-debug/_deps/sfml-build/tools/pkg-config/sfml-audio.pc"
+ ],
+ "type" : "file"
+ },
+ {
+ "backtrace" : 6,
+ "component" : "Unspecified",
+ "destination" : "/usr/local/lib/pkgconfig",
+ "paths" :
+ [
+ "cmake-build-debug/_deps/sfml-build/tools/pkg-config/sfml-network.pc"
+ ],
+ "type" : "file"
+ },
+ {
+ "backtrace" : 7,
+ "component" : "devel",
+ "destination" : ".",
+ "paths" :
+ [
+ "cmake-build-debug/_deps/sfml-src/include"
+ ],
+ "type" : "directory"
+ },
+ {
+ "backtrace" : 8,
+ "component" : "Unspecified",
+ "destination" : "share/doc/SFML",
+ "paths" :
+ [
+ "cmake-build-debug/_deps/sfml-src/license.md"
+ ],
+ "type" : "file"
+ },
+ {
+ "backtrace" : 9,
+ "component" : "Unspecified",
+ "destination" : "share/doc/SFML",
+ "paths" :
+ [
+ "cmake-build-debug/_deps/sfml-src/readme.md"
+ ],
+ "type" : "file"
+ },
+ {
+ "backtrace" : 11,
+ "component" : "Unspecified",
+ "destination" : "lib/cmake/SFML",
+ "exportName" : "SFMLConfigExport",
+ "exportTargets" :
+ [
+ {
+ "id" : "sfml-system::@8cb1db2982443611e568",
+ "index" : 3
+ },
+ {
+ "id" : "sfml-window::@5730451e331e3690ae65",
+ "index" : 4
+ },
+ {
+ "id" : "X11::@5730451e331e3690ae65",
+ "index" : 0
+ },
+ {
+ "id" : "OpenGL::@5730451e331e3690ae65",
+ "index" : 0
+ },
+ {
+ "id" : "UDev::@5730451e331e3690ae65",
+ "index" : 0
+ },
+ {
+ "id" : "sfml-graphics::@98af38147d5fa7e70f61",
+ "index" : 2
+ },
+ {
+ "id" : "Freetype::@98af38147d5fa7e70f61",
+ "index" : 0
+ },
+ {
+ "id" : "OpenAL::@a153e5727587c53fce98",
+ "index" : 0
+ },
+ {
+ "id" : "VORBIS::@a153e5727587c53fce98",
+ "index" : 0
+ },
+ {
+ "id" : "FLAC::@a153e5727587c53fce98",
+ "index" : 0
+ },
+ {
+ "id" : "sfml-audio::@a153e5727587c53fce98",
+ "index" : 1
+ }
+ ],
+ "paths" :
+ [
+ "_deps/sfml-build/CMakeFiles/Export/3937c6824958577f216dad0a66bc6149/SFMLSharedTargets.cmake"
+ ],
+ "type" : "export"
+ },
+ {
+ "backtrace" : 12,
+ "component" : "devel",
+ "destination" : "lib/cmake/SFML",
+ "paths" :
+ [
+ "cmake-build-debug/_deps/sfml-build/SFMLConfig.cmake",
+ "cmake-build-debug/_deps/sfml-build/SFMLConfigDependencies.cmake",
+ "cmake-build-debug/_deps/sfml-build/SFMLConfigVersion.cmake"
+ ],
+ "type" : "file"
+ }
+ ],
+ "paths" :
+ {
+ "build" : "_deps/sfml-build",
+ "source" : "cmake-build-debug/_deps/sfml-src"
+ }
+}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML-Debug-93728dc278a8c28c8245.json b/cmake-build-debug/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML-Debug-93728dc278a8c28c8245.json
new file mode 100644
index 0000000..8d84516
--- /dev/null
+++ b/cmake-build-debug/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML-Debug-93728dc278a8c28c8245.json
@@ -0,0 +1,14 @@
+{
+ "backtraceGraph" :
+ {
+ "commands" : [],
+ "files" : [],
+ "nodes" : []
+ },
+ "installers" : [],
+ "paths" :
+ {
+ "build" : "_deps/sfml-build/src/SFML",
+ "source" : "cmake-build-debug/_deps/sfml-src/src/SFML"
+ }
+}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Audio-Debug-b4783ad60d054aaee59b.json b/cmake-build-debug/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Audio-Debug-b4783ad60d054aaee59b.json
new file mode 100644
index 0000000..47c5880
--- /dev/null
+++ b/cmake-build-debug/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Audio-Debug-b4783ad60d054aaee59b.json
@@ -0,0 +1,68 @@
+{
+ "backtraceGraph" :
+ {
+ "commands" :
+ [
+ "install",
+ "sfml_add_library"
+ ],
+ "files" :
+ [
+ "cmake-build-debug/_deps/sfml-src/cmake/Macros.cmake",
+ "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/CMakeLists.txt"
+ ],
+ "nodes" :
+ [
+ {
+ "file" : 1
+ },
+ {
+ "command" : 1,
+ "file" : 1,
+ "line" : 80,
+ "parent" : 0
+ },
+ {
+ "command" : 0,
+ "file" : 0,
+ "line" : 197,
+ "parent" : 1
+ }
+ ]
+ },
+ "installers" :
+ [
+ {
+ "backtrace" : 2,
+ "component" : "bin",
+ "destination" : "lib",
+ "paths" :
+ [
+ "_deps/sfml-build/lib/libsfml-audio-d.so.2.6.1",
+ "_deps/sfml-build/lib/libsfml-audio-d.so.2.6"
+ ],
+ "targetId" : "sfml-audio::@a153e5727587c53fce98",
+ "targetIndex" : 1,
+ "targetInstallNamelink" : "skip",
+ "type" : "target"
+ },
+ {
+ "backtrace" : 2,
+ "component" : "bin",
+ "destination" : "lib",
+ "paths" :
+ [
+ "_deps/sfml-build/lib/libsfml-audio-d.so"
+ ],
+ "targetId" : "sfml-audio::@a153e5727587c53fce98",
+ "targetIndex" : 1,
+ "targetInstallNamelink" : "only",
+ "type" : "target"
+ }
+ ],
+ "paths" :
+ {
+ "build" : "_deps/sfml-build/src/SFML/Audio",
+ "source" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio"
+ }
+}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Graphics-Debug-ccecd84ba2d109eda249.json b/cmake-build-debug/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Graphics-Debug-ccecd84ba2d109eda249.json
new file mode 100644
index 0000000..13e13f7
--- /dev/null
+++ b/cmake-build-debug/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Graphics-Debug-ccecd84ba2d109eda249.json
@@ -0,0 +1,68 @@
+{
+ "backtraceGraph" :
+ {
+ "commands" :
+ [
+ "install",
+ "sfml_add_library"
+ ],
+ "files" :
+ [
+ "cmake-build-debug/_deps/sfml-src/cmake/Macros.cmake",
+ "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/CMakeLists.txt"
+ ],
+ "nodes" :
+ [
+ {
+ "file" : 1
+ },
+ {
+ "command" : 1,
+ "file" : 1,
+ "line" : 89,
+ "parent" : 0
+ },
+ {
+ "command" : 0,
+ "file" : 0,
+ "line" : 197,
+ "parent" : 1
+ }
+ ]
+ },
+ "installers" :
+ [
+ {
+ "backtrace" : 2,
+ "component" : "bin",
+ "destination" : "lib",
+ "paths" :
+ [
+ "_deps/sfml-build/lib/libsfml-graphics-d.so.2.6.1",
+ "_deps/sfml-build/lib/libsfml-graphics-d.so.2.6"
+ ],
+ "targetId" : "sfml-graphics::@98af38147d5fa7e70f61",
+ "targetIndex" : 2,
+ "targetInstallNamelink" : "skip",
+ "type" : "target"
+ },
+ {
+ "backtrace" : 2,
+ "component" : "bin",
+ "destination" : "lib",
+ "paths" :
+ [
+ "_deps/sfml-build/lib/libsfml-graphics-d.so"
+ ],
+ "targetId" : "sfml-graphics::@98af38147d5fa7e70f61",
+ "targetIndex" : 2,
+ "targetInstallNamelink" : "only",
+ "type" : "target"
+ }
+ ],
+ "paths" :
+ {
+ "build" : "_deps/sfml-build/src/SFML/Graphics",
+ "source" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics"
+ }
+}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.System-Debug-312405dedfcb5dfe1e0e.json b/cmake-build-debug/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.System-Debug-312405dedfcb5dfe1e0e.json
new file mode 100644
index 0000000..311aa13
--- /dev/null
+++ b/cmake-build-debug/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.System-Debug-312405dedfcb5dfe1e0e.json
@@ -0,0 +1,68 @@
+{
+ "backtraceGraph" :
+ {
+ "commands" :
+ [
+ "install",
+ "sfml_add_library"
+ ],
+ "files" :
+ [
+ "cmake-build-debug/_deps/sfml-src/cmake/Macros.cmake",
+ "cmake-build-debug/_deps/sfml-src/src/SFML/System/CMakeLists.txt"
+ ],
+ "nodes" :
+ [
+ {
+ "file" : 1
+ },
+ {
+ "command" : 1,
+ "file" : 1,
+ "line" : 89,
+ "parent" : 0
+ },
+ {
+ "command" : 0,
+ "file" : 0,
+ "line" : 197,
+ "parent" : 1
+ }
+ ]
+ },
+ "installers" :
+ [
+ {
+ "backtrace" : 2,
+ "component" : "bin",
+ "destination" : "lib",
+ "paths" :
+ [
+ "_deps/sfml-build/lib/libsfml-system-d.so.2.6.1",
+ "_deps/sfml-build/lib/libsfml-system-d.so.2.6"
+ ],
+ "targetId" : "sfml-system::@8cb1db2982443611e568",
+ "targetIndex" : 3,
+ "targetInstallNamelink" : "skip",
+ "type" : "target"
+ },
+ {
+ "backtrace" : 2,
+ "component" : "bin",
+ "destination" : "lib",
+ "paths" :
+ [
+ "_deps/sfml-build/lib/libsfml-system-d.so"
+ ],
+ "targetId" : "sfml-system::@8cb1db2982443611e568",
+ "targetIndex" : 3,
+ "targetInstallNamelink" : "only",
+ "type" : "target"
+ }
+ ],
+ "paths" :
+ {
+ "build" : "_deps/sfml-build/src/SFML/System",
+ "source" : "cmake-build-debug/_deps/sfml-src/src/SFML/System"
+ }
+}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Window-Debug-b62aa96c5b00eb2e40a9.json b/cmake-build-debug/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Window-Debug-b62aa96c5b00eb2e40a9.json
new file mode 100644
index 0000000..f841b20
--- /dev/null
+++ b/cmake-build-debug/.cmake/api/v1/reply/directory-_deps.sfml-build.src.SFML.Window-Debug-b62aa96c5b00eb2e40a9.json
@@ -0,0 +1,68 @@
+{
+ "backtraceGraph" :
+ {
+ "commands" :
+ [
+ "install",
+ "sfml_add_library"
+ ],
+ "files" :
+ [
+ "cmake-build-debug/_deps/sfml-src/cmake/Macros.cmake",
+ "cmake-build-debug/_deps/sfml-src/src/SFML/Window/CMakeLists.txt"
+ ],
+ "nodes" :
+ [
+ {
+ "file" : 1
+ },
+ {
+ "command" : 1,
+ "file" : 1,
+ "line" : 284,
+ "parent" : 0
+ },
+ {
+ "command" : 0,
+ "file" : 0,
+ "line" : 197,
+ "parent" : 1
+ }
+ ]
+ },
+ "installers" :
+ [
+ {
+ "backtrace" : 2,
+ "component" : "bin",
+ "destination" : "lib",
+ "paths" :
+ [
+ "_deps/sfml-build/lib/libsfml-window-d.so.2.6.1",
+ "_deps/sfml-build/lib/libsfml-window-d.so.2.6"
+ ],
+ "targetId" : "sfml-window::@5730451e331e3690ae65",
+ "targetIndex" : 4,
+ "targetInstallNamelink" : "skip",
+ "type" : "target"
+ },
+ {
+ "backtrace" : 2,
+ "component" : "bin",
+ "destination" : "lib",
+ "paths" :
+ [
+ "_deps/sfml-build/lib/libsfml-window-d.so"
+ ],
+ "targetId" : "sfml-window::@5730451e331e3690ae65",
+ "targetIndex" : 4,
+ "targetInstallNamelink" : "only",
+ "type" : "target"
+ }
+ ],
+ "paths" :
+ {
+ "build" : "_deps/sfml-build/src/SFML/Window",
+ "source" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window"
+ }
+}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/directory-dependencies-Debug-8fce1fdbc2aed82ddd42.json b/cmake-build-debug/.cmake/api/v1/reply/directory-dependencies-Debug-8fce1fdbc2aed82ddd42.json
new file mode 100644
index 0000000..208c30c
--- /dev/null
+++ b/cmake-build-debug/.cmake/api/v1/reply/directory-dependencies-Debug-8fce1fdbc2aed82ddd42.json
@@ -0,0 +1,14 @@
+{
+ "backtraceGraph" :
+ {
+ "commands" : [],
+ "files" : [],
+ "nodes" : []
+ },
+ "installers" : [],
+ "paths" :
+ {
+ "build" : "dependencies",
+ "source" : "dependencies"
+ }
+}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/directory-dependencies.sfml-Debug-0ec0348355e35f0d8c5c.json b/cmake-build-debug/.cmake/api/v1/reply/directory-dependencies.sfml-Debug-0ec0348355e35f0d8c5c.json
new file mode 100644
index 0000000..a573328
--- /dev/null
+++ b/cmake-build-debug/.cmake/api/v1/reply/directory-dependencies.sfml-Debug-0ec0348355e35f0d8c5c.json
@@ -0,0 +1,14 @@
+{
+ "backtraceGraph" :
+ {
+ "commands" : [],
+ "files" : [],
+ "nodes" : []
+ },
+ "installers" : [],
+ "paths" :
+ {
+ "build" : "dependencies/sfml",
+ "source" : "dependencies/sfml"
+ }
+}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/directory-src-Debug-b6cf2213fc5053b67c22.json b/cmake-build-debug/.cmake/api/v1/reply/directory-src-Debug-b6cf2213fc5053b67c22.json
new file mode 100644
index 0000000..5682a7f
--- /dev/null
+++ b/cmake-build-debug/.cmake/api/v1/reply/directory-src-Debug-b6cf2213fc5053b67c22.json
@@ -0,0 +1,14 @@
+{
+ "backtraceGraph" :
+ {
+ "commands" : [],
+ "files" : [],
+ "nodes" : []
+ },
+ "installers" : [],
+ "paths" :
+ {
+ "build" : "src",
+ "source" : "src"
+ }
+}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/index-2024-03-22T07-55-53-0156.json b/cmake-build-debug/.cmake/api/v1/reply/index-2024-03-22T07-55-53-0156.json
new file mode 100644
index 0000000..6c92d32
--- /dev/null
+++ b/cmake-build-debug/.cmake/api/v1/reply/index-2024-03-22T07-55-53-0156.json
@@ -0,0 +1,108 @@
+{
+ "cmake" :
+ {
+ "generator" :
+ {
+ "multiConfig" : false,
+ "name" : "Ninja"
+ },
+ "paths" :
+ {
+ "cmake" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake",
+ "cpack" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cpack",
+ "ctest" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/ctest",
+ "root" : "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28"
+ },
+ "version" :
+ {
+ "isDirty" : false,
+ "major" : 3,
+ "minor" : 28,
+ "patch" : 1,
+ "string" : "3.28.1",
+ "suffix" : ""
+ }
+ },
+ "objects" :
+ [
+ {
+ "jsonFile" : "codemodel-v2-f8fb12ecb92553b89d70.json",
+ "kind" : "codemodel",
+ "version" :
+ {
+ "major" : 2,
+ "minor" : 6
+ }
+ },
+ {
+ "jsonFile" : "cache-v2-44f58ba2d77ca4f69a1b.json",
+ "kind" : "cache",
+ "version" :
+ {
+ "major" : 2,
+ "minor" : 0
+ }
+ },
+ {
+ "jsonFile" : "cmakeFiles-v1-319c48b46c732d362b33.json",
+ "kind" : "cmakeFiles",
+ "version" :
+ {
+ "major" : 1,
+ "minor" : 0
+ }
+ },
+ {
+ "jsonFile" : "toolchains-v1-bed4fa3fbb46f992f37b.json",
+ "kind" : "toolchains",
+ "version" :
+ {
+ "major" : 1,
+ "minor" : 0
+ }
+ }
+ ],
+ "reply" :
+ {
+ "cache-v2" :
+ {
+ "jsonFile" : "cache-v2-44f58ba2d77ca4f69a1b.json",
+ "kind" : "cache",
+ "version" :
+ {
+ "major" : 2,
+ "minor" : 0
+ }
+ },
+ "cmakeFiles-v1" :
+ {
+ "jsonFile" : "cmakeFiles-v1-319c48b46c732d362b33.json",
+ "kind" : "cmakeFiles",
+ "version" :
+ {
+ "major" : 1,
+ "minor" : 0
+ }
+ },
+ "codemodel-v2" :
+ {
+ "jsonFile" : "codemodel-v2-f8fb12ecb92553b89d70.json",
+ "kind" : "codemodel",
+ "version" :
+ {
+ "major" : 2,
+ "minor" : 6
+ }
+ },
+ "toolchains-v1" :
+ {
+ "jsonFile" : "toolchains-v1-bed4fa3fbb46f992f37b.json",
+ "kind" : "toolchains",
+ "version" :
+ {
+ "major" : 1,
+ "minor" : 0
+ }
+ }
+ }
+}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-8ChocChip-Debug-90954d5aa52c9cca0989.json b/cmake-build-debug/.cmake/api/v1/reply/target-8ChocChip-Debug-90954d5aa52c9cca0989.json
new file mode 100644
index 0000000..2d5d51d
--- /dev/null
+++ b/cmake-build-debug/.cmake/api/v1/reply/target-8ChocChip-Debug-90954d5aa52c9cca0989.json
@@ -0,0 +1,230 @@
+{
+ "artifacts" :
+ [
+ {
+ "path" : "src/8ChocChip"
+ }
+ ],
+ "backtrace" : 1,
+ "backtraceGraph" :
+ {
+ "commands" :
+ [
+ "add_executable",
+ "target_link_libraries"
+ ],
+ "files" :
+ [
+ "src/CMakeLists.txt",
+ "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/CMakeLists.txt",
+ "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/CMakeLists.txt"
+ ],
+ "nodes" :
+ [
+ {
+ "file" : 0
+ },
+ {
+ "command" : 0,
+ "file" : 0,
+ "line" : 1,
+ "parent" : 0
+ },
+ {
+ "command" : 1,
+ "file" : 0,
+ "line" : 10,
+ "parent" : 0
+ },
+ {
+ "file" : 1
+ },
+ {
+ "command" : 1,
+ "file" : 1,
+ "line" : 93,
+ "parent" : 3
+ },
+ {
+ "file" : 2
+ },
+ {
+ "command" : 1,
+ "file" : 2,
+ "line" : 93,
+ "parent" : 5
+ }
+ ]
+ },
+ "compileGroups" :
+ [
+ {
+ "compileCommandFragments" :
+ [
+ {
+ "fragment" : "-g -fdiagnostics-color=always"
+ }
+ ],
+ "includes" :
+ [
+ {
+ "backtrace" : 2,
+ "path" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include"
+ }
+ ],
+ "language" : "CXX",
+ "sourceIndexes" :
+ [
+ 0,
+ 1,
+ 3,
+ 5,
+ 7
+ ]
+ }
+ ],
+ "dependencies" :
+ [
+ {
+ "backtrace" : 2,
+ "id" : "sfml-system::@8cb1db2982443611e568"
+ },
+ {
+ "backtrace" : 2,
+ "id" : "sfml-window::@5730451e331e3690ae65"
+ },
+ {
+ "backtrace" : 2,
+ "id" : "sfml-graphics::@98af38147d5fa7e70f61"
+ },
+ {
+ "backtrace" : 2,
+ "id" : "sfml-audio::@a153e5727587c53fce98"
+ }
+ ],
+ "id" : "8ChocChip::@145eef247bfb46b6828c",
+ "link" :
+ {
+ "commandFragments" :
+ [
+ {
+ "fragment" : "-g",
+ "role" : "flags"
+ },
+ {
+ "fragment" : "",
+ "role" : "flags"
+ },
+ {
+ "fragment" : "-Wl,-rpath,/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/lib",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 2,
+ "fragment" : "_deps/sfml-build/lib/libsfml-graphics-d.so.2.6.1",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 2,
+ "fragment" : "_deps/sfml-build/lib/libsfml-audio-d.so.2.6.1",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 4,
+ "fragment" : "_deps/sfml-build/lib/libsfml-window-d.so.2.6.1",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 6,
+ "fragment" : "_deps/sfml-build/lib/libsfml-system-d.so.2.6.1",
+ "role" : "libraries"
+ }
+ ],
+ "language" : "CXX"
+ },
+ "name" : "8ChocChip",
+ "nameOnDisk" : "8ChocChip",
+ "paths" :
+ {
+ "build" : "src",
+ "source" : "src"
+ },
+ "sourceGroups" :
+ [
+ {
+ "name" : "Source Files",
+ "sourceIndexes" :
+ [
+ 0,
+ 1,
+ 3,
+ 5,
+ 7
+ ]
+ },
+ {
+ "name" : "Header Files",
+ "sourceIndexes" :
+ [
+ 2,
+ 4,
+ 6,
+ 8
+ ]
+ }
+ ],
+ "sources" :
+ [
+ {
+ "backtrace" : 1,
+ "compileGroupIndex" : 0,
+ "path" : "src/main.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 1,
+ "compileGroupIndex" : 0,
+ "path" : "src/Keyboard.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 1,
+ "path" : "src/Keyboard.h",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 1,
+ "compileGroupIndex" : 0,
+ "path" : "src/Speaker.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 1,
+ "path" : "src/Speaker.h",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 1,
+ "compileGroupIndex" : 0,
+ "path" : "src/Renderer.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 1,
+ "path" : "src/Renderer.h",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 1,
+ "compileGroupIndex" : 0,
+ "path" : "src/Cpu.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 1,
+ "path" : "src/Cpu.h",
+ "sourceGroupIndex" : 1
+ }
+ ],
+ "type" : "EXECUTABLE"
+}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-sfml-audio-Debug-df88a367dfff5ebf0c20.json b/cmake-build-debug/.cmake/api/v1/reply/target-sfml-audio-Debug-df88a367dfff5ebf0c20.json
new file mode 100644
index 0000000..922d408
--- /dev/null
+++ b/cmake-build-debug/.cmake/api/v1/reply/target-sfml-audio-Debug-df88a367dfff5ebf0c20.json
@@ -0,0 +1,627 @@
+{
+ "artifacts" :
+ [
+ {
+ "path" : "_deps/sfml-build/lib/libsfml-audio-d.so"
+ }
+ ],
+ "backtrace" : 2,
+ "backtraceGraph" :
+ {
+ "commands" :
+ [
+ "add_library",
+ "sfml_add_library",
+ "install",
+ "target_link_libraries",
+ "sfml_add_external",
+ "sfml_find_package",
+ "target_include_directories"
+ ],
+ "files" :
+ [
+ "cmake-build-debug/_deps/sfml-src/cmake/Macros.cmake",
+ "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/CMakeLists.txt"
+ ],
+ "nodes" :
+ [
+ {
+ "file" : 1
+ },
+ {
+ "command" : 1,
+ "file" : 1,
+ "line" : 80,
+ "parent" : 0
+ },
+ {
+ "command" : 0,
+ "file" : 0,
+ "line" : 61,
+ "parent" : 1
+ },
+ {
+ "command" : 2,
+ "file" : 0,
+ "line" : 197,
+ "parent" : 1
+ },
+ {
+ "command" : 3,
+ "file" : 1,
+ "line" : 93,
+ "parent" : 0
+ },
+ {
+ "command" : 5,
+ "file" : 1,
+ "line" : 71,
+ "parent" : 0
+ },
+ {
+ "command" : 4,
+ "file" : 0,
+ "line" : 405,
+ "parent" : 5
+ },
+ {
+ "command" : 3,
+ "file" : 0,
+ "line" : 357,
+ "parent" : 6
+ },
+ {
+ "command" : 5,
+ "file" : 1,
+ "line" : 72,
+ "parent" : 0
+ },
+ {
+ "command" : 4,
+ "file" : 0,
+ "line" : 405,
+ "parent" : 8
+ },
+ {
+ "command" : 3,
+ "file" : 0,
+ "line" : 357,
+ "parent" : 9
+ },
+ {
+ "command" : 3,
+ "file" : 0,
+ "line" : 357,
+ "parent" : 9
+ },
+ {
+ "command" : 3,
+ "file" : 0,
+ "line" : 357,
+ "parent" : 9
+ },
+ {
+ "command" : 3,
+ "file" : 0,
+ "line" : 357,
+ "parent" : 9
+ },
+ {
+ "command" : 5,
+ "file" : 1,
+ "line" : 73,
+ "parent" : 0
+ },
+ {
+ "command" : 4,
+ "file" : 0,
+ "line" : 405,
+ "parent" : 14
+ },
+ {
+ "command" : 3,
+ "file" : 0,
+ "line" : 357,
+ "parent" : 15
+ },
+ {
+ "command" : 6,
+ "file" : 0,
+ "line" : 204,
+ "parent" : 1
+ },
+ {
+ "command" : 6,
+ "file" : 1,
+ "line" : 87,
+ "parent" : 0
+ },
+ {
+ "command" : 3,
+ "file" : 1,
+ "line" : 84,
+ "parent" : 0
+ }
+ ]
+ },
+ "compileGroups" :
+ [
+ {
+ "compileCommandFragments" :
+ [
+ {
+ "fragment" : "-g -fPIC -fdiagnostics-color=always"
+ },
+ {
+ "fragment" : "-fvisibility=hidden"
+ },
+ {
+ "fragment" : " -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches"
+ }
+ ],
+ "defines" :
+ [
+ {
+ "backtrace" : 4,
+ "define" : "FLAC__NO_DLL"
+ },
+ {
+ "backtrace" : 4,
+ "define" : "OV_EXCLUDE_STATIC_CALLBACKS"
+ },
+ {
+ "define" : "SFML_AUDIO_EXPORTS"
+ }
+ ],
+ "includes" :
+ [
+ {
+ "backtrace" : 17,
+ "path" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include"
+ },
+ {
+ "backtrace" : 17,
+ "path" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src"
+ },
+ {
+ "backtrace" : 18,
+ "isSystem" : true,
+ "path" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/minimp3"
+ },
+ {
+ "backtrace" : 19,
+ "isSystem" : true,
+ "path" : "/usr/include/AL"
+ }
+ ],
+ "language" : "CXX",
+ "sourceIndexes" :
+ [
+ 0,
+ 2,
+ 4,
+ 7,
+ 9,
+ 11,
+ 13,
+ 15,
+ 17,
+ 19,
+ 21,
+ 23,
+ 25,
+ 27,
+ 32,
+ 34,
+ 36,
+ 38,
+ 41,
+ 43,
+ 45
+ ]
+ }
+ ],
+ "dependencies" :
+ [
+ {
+ "backtrace" : 4,
+ "id" : "sfml-system::@8cb1db2982443611e568"
+ }
+ ],
+ "folder" :
+ {
+ "name" : "SFML"
+ },
+ "id" : "sfml-audio::@a153e5727587c53fce98",
+ "install" :
+ {
+ "destinations" :
+ [
+ {
+ "backtrace" : 3,
+ "path" : "lib"
+ },
+ {
+ "backtrace" : 3,
+ "path" : "lib"
+ }
+ ],
+ "prefix" :
+ {
+ "path" : "/usr/local"
+ }
+ },
+ "link" :
+ {
+ "commandFragments" :
+ [
+ {
+ "fragment" : "",
+ "role" : "flags"
+ },
+ {
+ "fragment" : "-Wl,-rpath,/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/lib:",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 4,
+ "fragment" : "_deps/sfml-build/lib/libsfml-system-d.so.2.6.1",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 7,
+ "fragment" : "/usr/lib/x86_64-linux-gnu/libopenal.so",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 10,
+ "fragment" : "/usr/lib/x86_64-linux-gnu/libvorbisenc.so",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 11,
+ "fragment" : "/usr/lib/x86_64-linux-gnu/libvorbisfile.so",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 12,
+ "fragment" : "/usr/lib/x86_64-linux-gnu/libvorbis.so",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 13,
+ "fragment" : "/usr/lib/x86_64-linux-gnu/libogg.so",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 16,
+ "fragment" : "/usr/lib/x86_64-linux-gnu/libFLAC.so",
+ "role" : "libraries"
+ }
+ ],
+ "language" : "CXX"
+ },
+ "name" : "sfml-audio",
+ "nameOnDisk" : "libsfml-audio-d.so",
+ "paths" :
+ {
+ "build" : "_deps/sfml-build/src/SFML/Audio",
+ "source" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio"
+ },
+ "sourceGroups" :
+ [
+ {
+ "name" : "",
+ "sourceIndexes" :
+ [
+ 0,
+ 1,
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26
+ ]
+ },
+ {
+ "name" : "codecs",
+ "sourceIndexes" :
+ [
+ 27,
+ 28,
+ 29,
+ 30,
+ 31,
+ 32,
+ 33,
+ 34,
+ 35,
+ 36,
+ 37,
+ 38,
+ 39,
+ 40,
+ 41,
+ 42,
+ 43,
+ 44,
+ 45
+ ]
+ }
+ ],
+ "sources" :
+ [
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/ALCheck.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/ALCheck.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/AlResource.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Audio/AlResource.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/AudioDevice.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/AudioDevice.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Audio/Export.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/Listener.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Audio/Listener.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/Music.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Audio/Music.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/Sound.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Audio/Sound.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundBuffer.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Audio/SoundBuffer.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundBufferRecorder.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Audio/SoundBufferRecorder.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/InputSoundFile.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Audio/InputSoundFile.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/OutputSoundFile.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Audio/OutputSoundFile.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundRecorder.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Audio/SoundRecorder.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundSource.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Audio/SoundSource.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundStream.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Audio/SoundStream.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundFileFactory.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Audio/SoundFileFactory.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Audio/SoundFileFactory.inl",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Audio/SoundFileReader.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundFileReaderFlac.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundFileReaderFlac.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundFileReaderMp3.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundFileReaderMp3.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundFileReaderOgg.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundFileReaderOgg.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundFileReaderWav.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundFileReaderWav.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Audio/SoundFileWriter.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundFileWriterFlac.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundFileWriterFlac.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundFileWriterOgg.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundFileWriterOgg.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundFileWriterWav.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundFileWriterWav.cpp",
+ "sourceGroupIndex" : 1
+ }
+ ],
+ "type" : "SHARED_LIBRARY"
+}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-sfml-graphics-Debug-5e190b17329e6353e1b5.json b/cmake-build-debug/.cmake/api/v1/reply/target-sfml-graphics-Debug-5e190b17329e6353e1b5.json
new file mode 100644
index 0000000..980b09b
--- /dev/null
+++ b/cmake-build-debug/.cmake/api/v1/reply/target-sfml-graphics-Debug-5e190b17329e6353e1b5.json
@@ -0,0 +1,785 @@
+{
+ "artifacts" :
+ [
+ {
+ "path" : "_deps/sfml-build/lib/libsfml-graphics-d.so"
+ }
+ ],
+ "backtrace" : 2,
+ "backtraceGraph" :
+ {
+ "commands" :
+ [
+ "add_library",
+ "sfml_add_library",
+ "install",
+ "target_link_libraries",
+ "sfml_add_external",
+ "sfml_find_package",
+ "target_compile_definitions",
+ "target_include_directories"
+ ],
+ "files" :
+ [
+ "cmake-build-debug/_deps/sfml-src/cmake/Macros.cmake",
+ "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/CMakeLists.txt",
+ "cmake-build-debug/_deps/sfml-src/src/SFML/Window/CMakeLists.txt"
+ ],
+ "nodes" :
+ [
+ {
+ "file" : 1
+ },
+ {
+ "command" : 1,
+ "file" : 1,
+ "line" : 89,
+ "parent" : 0
+ },
+ {
+ "command" : 0,
+ "file" : 0,
+ "line" : 61,
+ "parent" : 1
+ },
+ {
+ "command" : 2,
+ "file" : 0,
+ "line" : 197,
+ "parent" : 1
+ },
+ {
+ "command" : 3,
+ "file" : 1,
+ "line" : 93,
+ "parent" : 0
+ },
+ {
+ "file" : 2
+ },
+ {
+ "command" : 3,
+ "file" : 2,
+ "line" : 298,
+ "parent" : 5
+ },
+ {
+ "command" : 5,
+ "file" : 1,
+ "line" : 126,
+ "parent" : 0
+ },
+ {
+ "command" : 4,
+ "file" : 0,
+ "line" : 405,
+ "parent" : 7
+ },
+ {
+ "command" : 3,
+ "file" : 0,
+ "line" : 357,
+ "parent" : 8
+ },
+ {
+ "command" : 6,
+ "file" : 1,
+ "line" : 130,
+ "parent" : 0
+ },
+ {
+ "command" : 7,
+ "file" : 0,
+ "line" : 204,
+ "parent" : 1
+ },
+ {
+ "command" : 7,
+ "file" : 1,
+ "line" : 96,
+ "parent" : 0
+ },
+ {
+ "command" : 7,
+ "file" : 1,
+ "line" : 99,
+ "parent" : 0
+ },
+ {
+ "command" : 3,
+ "file" : 1,
+ "line" : 127,
+ "parent" : 0
+ }
+ ]
+ },
+ "compileGroups" :
+ [
+ {
+ "compileCommandFragments" :
+ [
+ {
+ "fragment" : "-g -fPIC -fdiagnostics-color=always"
+ },
+ {
+ "fragment" : "-fvisibility=hidden"
+ },
+ {
+ "fragment" : " -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches"
+ }
+ ],
+ "defines" :
+ [
+ {
+ "define" : "SFML_GRAPHICS_EXPORTS"
+ },
+ {
+ "backtrace" : 10,
+ "define" : "STBI_FAILURE_USERMSG"
+ }
+ ],
+ "includes" :
+ [
+ {
+ "backtrace" : 11,
+ "path" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include"
+ },
+ {
+ "backtrace" : 11,
+ "path" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src"
+ },
+ {
+ "backtrace" : 12,
+ "isSystem" : true,
+ "path" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image"
+ },
+ {
+ "backtrace" : 13,
+ "isSystem" : true,
+ "path" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include"
+ },
+ {
+ "backtrace" : 14,
+ "isSystem" : true,
+ "path" : "/usr/include/freetype2"
+ }
+ ],
+ "language" : "CXX",
+ "sourceIndexes" :
+ [
+ 0,
+ 2,
+ 5,
+ 7,
+ 11,
+ 14,
+ 15,
+ 22,
+ 24,
+ 26,
+ 28,
+ 30,
+ 32,
+ 34,
+ 36,
+ 38,
+ 40,
+ 42,
+ 45,
+ 47,
+ 49,
+ 51,
+ 53,
+ 55,
+ 57,
+ 59,
+ 61,
+ 63,
+ 65
+ ]
+ },
+ {
+ "compileCommandFragments" :
+ [
+ {
+ "fragment" : "-g -fPIC -fdiagnostics-color=always"
+ },
+ {
+ "fragment" : "-fvisibility=hidden"
+ },
+ {
+ "fragment" : "-fno-strict-aliasing"
+ }
+ ],
+ "defines" :
+ [
+ {
+ "define" : "SFML_GRAPHICS_EXPORTS"
+ },
+ {
+ "backtrace" : 10,
+ "define" : "STBI_FAILURE_USERMSG"
+ }
+ ],
+ "includes" :
+ [
+ {
+ "backtrace" : 11,
+ "path" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include"
+ },
+ {
+ "backtrace" : 11,
+ "path" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src"
+ },
+ {
+ "backtrace" : 12,
+ "isSystem" : true,
+ "path" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image"
+ },
+ {
+ "backtrace" : 13,
+ "isSystem" : true,
+ "path" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include"
+ },
+ {
+ "backtrace" : 14,
+ "isSystem" : true,
+ "path" : "/usr/include/freetype2"
+ }
+ ],
+ "language" : "CXX",
+ "sourceIndexes" :
+ [
+ 17
+ ]
+ }
+ ],
+ "dependencies" :
+ [
+ {
+ "backtrace" : 4,
+ "id" : "sfml-system::@8cb1db2982443611e568"
+ },
+ {
+ "backtrace" : 4,
+ "id" : "sfml-window::@5730451e331e3690ae65"
+ }
+ ],
+ "folder" :
+ {
+ "name" : "SFML"
+ },
+ "id" : "sfml-graphics::@98af38147d5fa7e70f61",
+ "install" :
+ {
+ "destinations" :
+ [
+ {
+ "backtrace" : 3,
+ "path" : "lib"
+ },
+ {
+ "backtrace" : 3,
+ "path" : "lib"
+ }
+ ],
+ "prefix" :
+ {
+ "path" : "/usr/local"
+ }
+ },
+ "link" :
+ {
+ "commandFragments" :
+ [
+ {
+ "fragment" : "",
+ "role" : "flags"
+ },
+ {
+ "fragment" : "-Wl,-rpath,/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/lib:",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 4,
+ "fragment" : "_deps/sfml-build/lib/libsfml-window-d.so.2.6.1",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 6,
+ "fragment" : "_deps/sfml-build/lib/libsfml-system-d.so.2.6.1",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 9,
+ "fragment" : "/usr/lib/x86_64-linux-gnu/libfreetype.so",
+ "role" : "libraries"
+ }
+ ],
+ "language" : "CXX"
+ },
+ "name" : "sfml-graphics",
+ "nameOnDisk" : "libsfml-graphics-d.so",
+ "paths" :
+ {
+ "build" : "_deps/sfml-build/src/SFML/Graphics",
+ "source" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics"
+ },
+ "sourceGroups" :
+ [
+ {
+ "name" : "",
+ "sourceIndexes" :
+ [
+ 0,
+ 1,
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30,
+ 31,
+ 32,
+ 33,
+ 34,
+ 35,
+ 36,
+ 37,
+ 38,
+ 39,
+ 40,
+ 41,
+ 42,
+ 43
+ ]
+ },
+ {
+ "name" : "drawables",
+ "sourceIndexes" :
+ [
+ 44,
+ 45,
+ 46,
+ 47,
+ 48,
+ 49,
+ 50,
+ 51,
+ 52,
+ 53,
+ 54,
+ 55,
+ 56,
+ 57,
+ 58,
+ 59,
+ 60
+ ]
+ },
+ {
+ "name" : "render texture",
+ "sourceIndexes" :
+ [
+ 61,
+ 62,
+ 63,
+ 64,
+ 65,
+ 66
+ ]
+ }
+ ],
+ "sources" :
+ [
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/BlendMode.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Graphics/BlendMode.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/Color.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Graphics/Color.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Graphics/Export.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/Font.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Graphics/Font.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/Glsl.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Graphics/Glsl.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Graphics/Glsl.inl",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Graphics/Glyph.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/GLCheck.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/GLCheck.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/GLExtensions.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/GLExtensions.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/Image.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Graphics/Image.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 1,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/ImageLoader.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/ImageLoader.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Graphics/PrimitiveType.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Graphics/Rect.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Graphics/Rect.inl",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/RenderStates.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Graphics/RenderStates.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/RenderTexture.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Graphics/RenderTexture.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/RenderTarget.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Graphics/RenderTarget.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/RenderWindow.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Graphics/RenderWindow.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/Shader.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Graphics/Shader.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/Texture.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Graphics/Texture.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/TextureSaver.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/TextureSaver.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/Transform.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Graphics/Transform.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/Transformable.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Graphics/Transformable.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/View.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Graphics/View.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/Vertex.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Graphics/Vertex.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Graphics/Drawable.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/Shape.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Graphics/Shape.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/CircleShape.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Graphics/CircleShape.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/RectangleShape.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Graphics/RectangleShape.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/ConvexShape.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Graphics/ConvexShape.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/Sprite.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Graphics/Sprite.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/Text.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Graphics/Text.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/VertexArray.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Graphics/VertexArray.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/VertexBuffer.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Graphics/VertexBuffer.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/RenderTextureImpl.cpp",
+ "sourceGroupIndex" : 2
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/RenderTextureImpl.hpp",
+ "sourceGroupIndex" : 2
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/RenderTextureImplFBO.cpp",
+ "sourceGroupIndex" : 2
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/RenderTextureImplFBO.hpp",
+ "sourceGroupIndex" : 2
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/RenderTextureImplDefault.cpp",
+ "sourceGroupIndex" : 2
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/RenderTextureImplDefault.hpp",
+ "sourceGroupIndex" : 2
+ }
+ ],
+ "type" : "SHARED_LIBRARY"
+}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-sfml-system-Debug-e4188fff0ee3a93761b3.json b/cmake-build-debug/.cmake/api/v1/reply/target-sfml-system-Debug-e4188fff0ee3a93761b3.json
new file mode 100644
index 0000000..10385d3
--- /dev/null
+++ b/cmake-build-debug/.cmake/api/v1/reply/target-sfml-system-Debug-e4188fff0ee3a93761b3.json
@@ -0,0 +1,483 @@
+{
+ "artifacts" :
+ [
+ {
+ "path" : "_deps/sfml-build/lib/libsfml-system-d.so"
+ }
+ ],
+ "backtrace" : 2,
+ "backtraceGraph" :
+ {
+ "commands" :
+ [
+ "add_library",
+ "sfml_add_library",
+ "install",
+ "target_link_libraries",
+ "target_include_directories"
+ ],
+ "files" :
+ [
+ "cmake-build-debug/_deps/sfml-src/cmake/Macros.cmake",
+ "cmake-build-debug/_deps/sfml-src/src/SFML/System/CMakeLists.txt"
+ ],
+ "nodes" :
+ [
+ {
+ "file" : 1
+ },
+ {
+ "command" : 1,
+ "file" : 1,
+ "line" : 89,
+ "parent" : 0
+ },
+ {
+ "command" : 0,
+ "file" : 0,
+ "line" : 61,
+ "parent" : 1
+ },
+ {
+ "command" : 2,
+ "file" : 0,
+ "line" : 197,
+ "parent" : 1
+ },
+ {
+ "command" : 3,
+ "file" : 1,
+ "line" : 99,
+ "parent" : 0
+ },
+ {
+ "command" : 3,
+ "file" : 1,
+ "line" : 102,
+ "parent" : 0
+ },
+ {
+ "command" : 4,
+ "file" : 0,
+ "line" : 204,
+ "parent" : 1
+ }
+ ]
+ },
+ "compileGroups" :
+ [
+ {
+ "compileCommandFragments" :
+ [
+ {
+ "fragment" : "-g -fPIC -fdiagnostics-color=always"
+ },
+ {
+ "fragment" : "-fvisibility=hidden"
+ },
+ {
+ "fragment" : " -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches"
+ }
+ ],
+ "defines" :
+ [
+ {
+ "define" : "SFML_SYSTEM_EXPORTS"
+ }
+ ],
+ "includes" :
+ [
+ {
+ "backtrace" : 6,
+ "path" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include"
+ },
+ {
+ "backtrace" : 6,
+ "path" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src"
+ }
+ ],
+ "language" : "CXX",
+ "sourceIndexes" :
+ [
+ 0,
+ 2,
+ 6,
+ 8,
+ 12,
+ 14,
+ 17,
+ 20,
+ 24,
+ 32,
+ 34,
+ 36,
+ 38,
+ 40,
+ 42,
+ 44
+ ]
+ }
+ ],
+ "folder" :
+ {
+ "name" : "SFML"
+ },
+ "id" : "sfml-system::@8cb1db2982443611e568",
+ "install" :
+ {
+ "destinations" :
+ [
+ {
+ "backtrace" : 3,
+ "path" : "lib"
+ },
+ {
+ "backtrace" : 3,
+ "path" : "lib"
+ }
+ ],
+ "prefix" :
+ {
+ "path" : "/usr/local"
+ }
+ },
+ "link" :
+ {
+ "commandFragments" :
+ [
+ {
+ "fragment" : "",
+ "role" : "flags"
+ },
+ {
+ "backtrace" : 4,
+ "fragment" : "-lpthread",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 5,
+ "fragment" : "-lrt",
+ "role" : "libraries"
+ }
+ ],
+ "language" : "CXX"
+ },
+ "name" : "sfml-system",
+ "nameOnDisk" : "libsfml-system-d.so",
+ "paths" :
+ {
+ "build" : "_deps/sfml-build/src/SFML/System",
+ "source" : "cmake-build-debug/_deps/sfml-src/src/SFML/System"
+ },
+ "sourceGroups" :
+ [
+ {
+ "name" : "",
+ "sourceIndexes" :
+ [
+ 0,
+ 1,
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30,
+ 31,
+ 32,
+ 33,
+ 34,
+ 35
+ ]
+ },
+ {
+ "name" : "unix",
+ "sourceIndexes" :
+ [
+ 36,
+ 37,
+ 38,
+ 39,
+ 40,
+ 41,
+ 42,
+ 43,
+ 44,
+ 45
+ ]
+ }
+ ],
+ "sources" :
+ [
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/System/Clock.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/System/Clock.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/System/Err.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/System/Err.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/System/Export.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/System/InputStream.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/System/Lock.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/System/Lock.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/System/Mutex.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/System/Mutex.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/System/NativeActivity.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/System/NonCopyable.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/System/Sleep.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/System/Sleep.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/System/String.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/System/String.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/System/String.inl",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/System/Thread.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/System/Thread.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/System/Thread.inl",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/System/ThreadLocal.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/System/ThreadLocal.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/System/ThreadLocalPtr.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/System/ThreadLocalPtr.inl",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/System/Time.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/System/Time.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/System/Utf.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/System/Utf.inl",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/System/Vector2.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/System/Vector2.inl",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/System/Vector3.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/System/Vector3.inl",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/System/FileInputStream.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/System/FileInputStream.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/System/MemoryInputStream.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/System/MemoryInputStream.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/System/Unix/ClockImpl.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/System/Unix/ClockImpl.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/System/Unix/MutexImpl.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/System/Unix/MutexImpl.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/System/Unix/SleepImpl.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/System/Unix/SleepImpl.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/System/Unix/ThreadImpl.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/System/Unix/ThreadImpl.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/System/Unix/ThreadLocalImpl.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/System/Unix/ThreadLocalImpl.hpp",
+ "sourceGroupIndex" : 1
+ }
+ ],
+ "type" : "SHARED_LIBRARY"
+}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-sfml-window-Debug-c5ccc172f9aebe5029f8.json b/cmake-build-debug/.cmake/api/v1/reply/target-sfml-window-Debug-c5ccc172f9aebe5029f8.json
new file mode 100644
index 0000000..8a19665
--- /dev/null
+++ b/cmake-build-debug/.cmake/api/v1/reply/target-sfml-window-Debug-c5ccc172f9aebe5029f8.json
@@ -0,0 +1,780 @@
+{
+ "artifacts" :
+ [
+ {
+ "path" : "_deps/sfml-build/lib/libsfml-window-d.so"
+ }
+ ],
+ "backtrace" : 2,
+ "backtraceGraph" :
+ {
+ "commands" :
+ [
+ "add_library",
+ "sfml_add_library",
+ "install",
+ "target_link_libraries",
+ "sfml_add_external",
+ "sfml_find_package",
+ "target_include_directories"
+ ],
+ "files" :
+ [
+ "cmake-build-debug/_deps/sfml-src/cmake/Macros.cmake",
+ "cmake-build-debug/_deps/sfml-src/src/SFML/Window/CMakeLists.txt"
+ ],
+ "nodes" :
+ [
+ {
+ "file" : 1
+ },
+ {
+ "command" : 1,
+ "file" : 1,
+ "line" : 284,
+ "parent" : 0
+ },
+ {
+ "command" : 0,
+ "file" : 0,
+ "line" : 61,
+ "parent" : 1
+ },
+ {
+ "command" : 2,
+ "file" : 0,
+ "line" : 197,
+ "parent" : 1
+ },
+ {
+ "command" : 3,
+ "file" : 1,
+ "line" : 298,
+ "parent" : 0
+ },
+ {
+ "command" : 3,
+ "file" : 1,
+ "line" : 342,
+ "parent" : 0
+ },
+ {
+ "command" : 5,
+ "file" : 1,
+ "line" : 294,
+ "parent" : 0
+ },
+ {
+ "command" : 4,
+ "file" : 0,
+ "line" : 405,
+ "parent" : 6
+ },
+ {
+ "command" : 3,
+ "file" : 0,
+ "line" : 357,
+ "parent" : 7
+ },
+ {
+ "command" : 3,
+ "file" : 0,
+ "line" : 357,
+ "parent" : 7
+ },
+ {
+ "command" : 3,
+ "file" : 0,
+ "line" : 357,
+ "parent" : 7
+ },
+ {
+ "command" : 5,
+ "file" : 1,
+ "line" : 328,
+ "parent" : 0
+ },
+ {
+ "command" : 4,
+ "file" : 0,
+ "line" : 405,
+ "parent" : 11
+ },
+ {
+ "command" : 3,
+ "file" : 0,
+ "line" : 357,
+ "parent" : 12
+ },
+ {
+ "command" : 5,
+ "file" : 1,
+ "line" : 341,
+ "parent" : 0
+ },
+ {
+ "command" : 4,
+ "file" : 0,
+ "line" : 405,
+ "parent" : 14
+ },
+ {
+ "command" : 3,
+ "file" : 0,
+ "line" : 357,
+ "parent" : 15
+ },
+ {
+ "command" : 6,
+ "file" : 0,
+ "line" : 204,
+ "parent" : 1
+ },
+ {
+ "command" : 6,
+ "file" : 1,
+ "line" : 309,
+ "parent" : 0
+ },
+ {
+ "command" : 6,
+ "file" : 1,
+ "line" : 301,
+ "parent" : 0
+ }
+ ]
+ },
+ "compileGroups" :
+ [
+ {
+ "compileCommandFragments" :
+ [
+ {
+ "fragment" : "-g -fPIC -fdiagnostics-color=always"
+ },
+ {
+ "fragment" : "-fvisibility=hidden"
+ },
+ {
+ "fragment" : " -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches"
+ }
+ ],
+ "defines" :
+ [
+ {
+ "define" : "SFML_WINDOW_EXPORTS"
+ }
+ ],
+ "includes" :
+ [
+ {
+ "backtrace" : 17,
+ "path" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include"
+ },
+ {
+ "backtrace" : 17,
+ "path" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src"
+ },
+ {
+ "backtrace" : 18,
+ "path" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan"
+ },
+ {
+ "backtrace" : 19,
+ "isSystem" : true,
+ "path" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include"
+ }
+ ],
+ "language" : "CXX",
+ "sourceIndexes" :
+ [
+ 1,
+ 3,
+ 5,
+ 9,
+ 11,
+ 17,
+ 19,
+ 22,
+ 24,
+ 26,
+ 28,
+ 30,
+ 32,
+ 35,
+ 37,
+ 39,
+ 42,
+ 46,
+ 48,
+ 49,
+ 52,
+ 54,
+ 56,
+ 57,
+ 59,
+ 61,
+ 62,
+ 64,
+ 66,
+ 68
+ ]
+ }
+ ],
+ "dependencies" :
+ [
+ {
+ "backtrace" : 4,
+ "id" : "sfml-system::@8cb1db2982443611e568"
+ }
+ ],
+ "folder" :
+ {
+ "name" : "SFML"
+ },
+ "id" : "sfml-window::@5730451e331e3690ae65",
+ "install" :
+ {
+ "destinations" :
+ [
+ {
+ "backtrace" : 3,
+ "path" : "lib"
+ },
+ {
+ "backtrace" : 3,
+ "path" : "lib"
+ }
+ ],
+ "prefix" :
+ {
+ "path" : "/usr/local"
+ }
+ },
+ "link" :
+ {
+ "commandFragments" :
+ [
+ {
+ "fragment" : "",
+ "role" : "flags"
+ },
+ {
+ "fragment" : "-Wl,-rpath,/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/lib:",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 4,
+ "fragment" : "_deps/sfml-build/lib/libsfml-system-d.so.2.6.1",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 5,
+ "fragment" : "-ldl",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 8,
+ "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 9,
+ "fragment" : "/usr/lib/x86_64-linux-gnu/libXrandr.so",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 10,
+ "fragment" : "/usr/lib/x86_64-linux-gnu/libXcursor.so",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 13,
+ "fragment" : "/usr/lib/x86_64-linux-gnu/libGL.so",
+ "role" : "libraries"
+ },
+ {
+ "backtrace" : 16,
+ "fragment" : "/usr/lib/x86_64-linux-gnu/libudev.so",
+ "role" : "libraries"
+ }
+ ],
+ "language" : "CXX"
+ },
+ "name" : "sfml-window",
+ "nameOnDisk" : "libsfml-window-d.so",
+ "paths" :
+ {
+ "build" : "_deps/sfml-build/src/SFML/Window",
+ "source" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window"
+ },
+ "sourceGroups" :
+ [
+ {
+ "name" : "",
+ "sourceIndexes" :
+ [
+ 0,
+ 1,
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ 21,
+ 22,
+ 23,
+ 24,
+ 25,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30,
+ 31,
+ 32,
+ 33,
+ 34,
+ 35,
+ 36,
+ 37,
+ 38,
+ 39,
+ 40,
+ 41,
+ 42,
+ 43,
+ 44
+ ]
+ },
+ {
+ "name" : "unix",
+ "sourceIndexes" :
+ [
+ 45,
+ 46,
+ 47,
+ 48,
+ 49,
+ 50,
+ 51,
+ 52,
+ 53,
+ 54,
+ 55,
+ 56,
+ 57,
+ 58,
+ 59,
+ 60,
+ 61,
+ 62,
+ 63,
+ 64,
+ 65,
+ 66,
+ 67,
+ 68,
+ 69
+ ]
+ }
+ ],
+ "sources" :
+ [
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Window/Clipboard.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Clipboard.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/ClipboardImpl.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Context.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Window/Context.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Cursor.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Window/Cursor.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/CursorImpl.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Window/Export.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/GlContext.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/GlContext.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/GlResource.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Window/GlResource.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Window/ContextSettings.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Window/Event.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/InputImpl.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Window/Joystick.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Joystick.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/JoystickImpl.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/JoystickManager.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/JoystickManager.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Window/Keyboard.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Keyboard.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Window/Mouse.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Mouse.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Window/Touch.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Touch.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Window/Sensor.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Sensor.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/SensorImpl.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/SensorManager.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/SensorManager.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/VideoMode.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Window/VideoMode.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/VideoModeImpl.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Vulkan.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Window/Vulkan.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Window.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Window/Window.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/WindowBase.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Window/WindowBase.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Window/WindowHandle.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/WindowImpl.cpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/WindowImpl.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/include/SFML/Window/WindowStyle.hpp",
+ "sourceGroupIndex" : 0
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/CursorImpl.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/CursorImpl.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/ClipboardImpl.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/ClipboardImpl.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/InputImpl.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/InputImpl.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/KeyboardImpl.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/KeyboardImpl.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/KeySymToKeyMapping.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/KeySymToKeyMapping.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/KeySymToUnicodeMapping.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/KeySymToUnicodeMapping.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/SensorImpl.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/SensorImpl.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/Display.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/Display.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/VideoModeImpl.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/VulkanImplX11.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/VulkanImplX11.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/WindowImplX11.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/WindowImplX11.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/GlxContext.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/GlxContext.hpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "compileGroupIndex" : 0,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/JoystickImpl.cpp",
+ "sourceGroupIndex" : 1
+ },
+ {
+ "backtrace" : 2,
+ "path" : "cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/JoystickImpl.hpp",
+ "sourceGroupIndex" : 1
+ }
+ ],
+ "type" : "SHARED_LIBRARY"
+}
diff --git a/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-bed4fa3fbb46f992f37b.json b/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-bed4fa3fbb46f992f37b.json
new file mode 100644
index 0000000..2ef6ff6
--- /dev/null
+++ b/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-bed4fa3fbb46f992f37b.json
@@ -0,0 +1,78 @@
+{
+ "kind" : "toolchains",
+ "toolchains" :
+ [
+ {
+ "compiler" :
+ {
+ "implicit" : {},
+ "path" : "/usr/bin/cc"
+ },
+ "language" : "C"
+ },
+ {
+ "compiler" :
+ {
+ "id" : "GNU",
+ "implicit" :
+ {
+ "includeDirectories" :
+ [
+ "/usr/include/c++/13",
+ "/usr/include/x86_64-linux-gnu/c++/13",
+ "/usr/include/c++/13/backward",
+ "/usr/lib/gcc/x86_64-linux-gnu/13/include",
+ "/usr/local/include",
+ "/usr/include/x86_64-linux-gnu",
+ "/usr/include"
+ ],
+ "linkDirectories" :
+ [
+ "/usr/lib/gcc/x86_64-linux-gnu/13",
+ "/usr/lib/x86_64-linux-gnu",
+ "/usr/lib",
+ "/lib/x86_64-linux-gnu",
+ "/lib"
+ ],
+ "linkFrameworkDirectories" : [],
+ "linkLibraries" :
+ [
+ "stdc++",
+ "m",
+ "gcc_s",
+ "gcc",
+ "c",
+ "gcc_s",
+ "gcc"
+ ]
+ },
+ "path" : "/usr/bin/c++",
+ "version" : "13.2.0"
+ },
+ "language" : "CXX",
+ "sourceFileExtensions" :
+ [
+ "C",
+ "M",
+ "c++",
+ "cc",
+ "cpp",
+ "cxx",
+ "m",
+ "mm",
+ "mpp",
+ "CPP",
+ "ixx",
+ "cppm",
+ "ccm",
+ "cxxm",
+ "c++m"
+ ]
+ }
+ ],
+ "version" :
+ {
+ "major" : 1,
+ "minor" : 0
+ }
+}
diff --git a/cmake-build-debug/.ninja_deps b/cmake-build-debug/.ninja_deps
new file mode 100644
index 0000000..eaef5d0
Binary files /dev/null and b/cmake-build-debug/.ninja_deps differ
diff --git a/cmake-build-debug/.ninja_log b/cmake-build-debug/.ninja_log
new file mode 100644
index 0000000..9f6a15d
--- /dev/null
+++ b/cmake-build-debug/.ninja_log
@@ -0,0 +1,132 @@
+# ninja log v5
+48 90 1710826515731470810 _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Context.cpp.o b64d9ce5d1eedbe3
+79 101 1710826515739470990 _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/GlResource.cpp.o c6c09c2ae7f6b45
+340 647 1710826516287483340 _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/VideoMode.cpp.o f23d23492f7279be
+3 42 1710826515683469728 _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Thread.cpp.o 3b1d3163fb3e7268
+261 747 1711091996082480382 _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileFactory.cpp.o 346e46ad8aafcf9f
+913 1262 1710826645230297259 _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/ConvexShape.cpp.o c4762a1ae9fce65e
+4 211 1711091995550471933 _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/Sound.cpp.o aa39e36fbb432fb0
+5 425 1711091577747743737 src/CMakeFiles/8ChickenChipEmulator.dir/Renderer.cpp.o ce66255e3413468e
+172 1202 1710826645170295990 _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Shader.cpp.o 2f11d334aa7cd7f6
+4 302 1711091995638473331 _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/ALCheck.cpp.o d4211c1818dcb053
+826 1355 1710826645322299207 _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Shape.cpp.o df3b4fd88dd4dfbb
+1184 1613 1710826645582304712 _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/VertexBuffer.cpp.o 13060ea23fbbf97a
+3 59 1710826564472555595 _deps/sfml-build/lib/libsfml-system-d.so.2.6.1 575f1fb0e61220de
+445 542 1710826644510282013 _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/TextureSaver.cpp.o 99824f04064ef176
+607 913 1710826644882289892 _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/View.cpp.o e81bef4742a7f1e6
+457 827 1710826516467487395 _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/WindowBase.cpp.o e09e0203a9d1fa75
+321 666 1711091996002479113 _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderOgg.cpp.o cc1164fc9584c1a2
+149 175 1710826644114273627 _deps/sfml-build/lib/libsfml-window-d.so cc48f0bb0b27639c
+9 159 1710826644122273796 _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderStates.cpp.o 7246dc39194d4301
+1000 1739 1710826645706307338 _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Text.cpp.o bb41a14353a7aad
+4 67 1710826564480555768 _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/KeySymToUnicodeMapping.cpp.o cb66247deb53ed1d
+3 48 1710826515687469818 _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/ThreadLocal.cpp.o b3a67391b5794dad
+1121 1123 1711091996458486356 _deps/sfml-build/lib/libsfml-audio-d.so.2.6 a51f8579a02643e0
+4 24 1710826564436554801 _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/SensorImpl.cpp.o 7bde641275a2fc48
+3 47 1710826515687469818 _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Time.cpp.o 3525105db9197275
+24 487 1710826564900565003 _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/VideoModeImpl.cpp.o c95021af2631a4ff
+65 704 1710826516343484601 _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/GlContext.cpp.o 993e96f81dd683b2
+4 431 1710826564844563770 _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/Display.cpp.o 9ae4d314f1ef5292
+5 130 1710826644098273288 _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Color.cpp.o d8294651c087cf77
+23 65 1710826515703470180 _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/MemoryInputStream.cpp.o b88a97af5e9a7544
+4 261 1711091995598472696 _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/AlResource.cpp.o c1810039c88f5583
+709 779 1711093654208086526 src/8ChickenChipEmulator 632d40d72828e9c6
+4 24 1710826564436554801 _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/KeySymToKeyMapping.cpp.o 7bce91183b20247f
+6 1322 1710826645290298531 _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Font.cpp.o 9d8d21dfd68b423a
+130 920 1710826644886289976 _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTarget.cpp.o 2ef3562ba89dc7dc
+47 457 1710826516095479014 _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Clipboard.cpp.o 8f18c0937691bed8
+149 175 1710826644114273627 _deps/sfml-build/lib/libsfml-window-d.so.2.6 cc48f0bb0b27639c
+2 23 1710826515663469278 _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Lock.cpp.o 312a0275b6ad334b
+23 46 1710826515687469818 _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ClockImpl.cpp.o aa2d2fe9942632c6
+302 1067 1711091996402485466 _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderMp3.cpp.o a5815054b0c73c12
+920 1290 1710826645258297853 _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Sprite.cpp.o aa706fc82c485da9
+252 291 1711091995630473204 _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundSource.cpp.o 80f8b8a4697cbbbf
+4 609 1710826565020567641 _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/KeyboardImpl.cpp.o 228ac4659e71f659
+24 439 1710826564852563946 _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/VulkanImplX11.cpp.o cdf84bae17847cc
+7 1588 1710826645554304119 _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/ImageLoader.cpp.o 78615bfaef3a5203
+1 178 1711094153137622803 build.ninja c45dc631d0aa31a4
+3 571 1710826516211481627 _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/String.cpp.o ba125790ac6a2f87
+119 550 1710826516187481087 _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Mouse.cpp.o 5587c18856c79015
+3 625 1710826565036567993 _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/ClipboardImpl.cpp.o acffa03b38362688
+395 542 1710826516183480997 _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Vulkan.cpp.o acb6fc60e601691a
+840 1301 1710826645262297937 _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RectangleShape.cpp.o 557d17004dcf206f
+255 562 1711091995898477460 _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundStream.cpp.o e8723e36bbb199a6
+42 394 1710826516035477662 _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ThreadImpl.cpp.o 9727d6fd0fe604ed
+834 1183 1710826645150295566 _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/CircleShape.cpp.o d8de9f9d03bb2ecd
+5 403 1711091995742474984 _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/InputSoundFile.cpp.o d919c93fcab09681
+90 493 1710826516131479825 _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/JoystickManager.cpp.o ccc65d655de20f2
+4 321 1711091995658473650 _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/AudioDevice.cpp.o e18de31f13a24920
+2 340 1710826515979476400 _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Err.cpp.o b76c26803cc09ac2
+3 447 1711090648038938815 src/CMakeFiles/8ChickenChipEmulator.dir/Keyboard.cpp.o 48c3bbae5a6bd721
+47 86 1710826515723470630 _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ThreadLocalImpl.cpp.o 1dde4c674cf5609b
+2 28 1710826515667469368 _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Mutex.cpp.o c84f3117f040a9d
+2 32 1710826515671469458 _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Clock.cpp.o b0b35e2ec5984433
+5 252 1711091995590472569 _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/OutputSoundFile.cpp.o e810352572abf2f0
+62 958 1710826565368575285 _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/WindowImplX11.cpp.o 5794151ccc30b34b
+58 118 1710826515743471080 _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Cursor.cpp.o 1c157243c84537b
+1121 1123 1711091996458486356 _deps/sfml-build/lib/libsfml-audio-d.so a51f8579a02643e0
+7 999 1710826644966291671 _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/GLExtensions.cpp.o d70a4c385612c29c
+1008 1316 1710826645282298361 _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/VertexArray.cpp.o 68f281b62cc1745a
+211 569 1711091995906477587 _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundRecorder.cpp.o 52774fd92b451ae
+403 746 1711091996082480382 _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderWav.cpp.o b6a49190947da863
+5 640 1711092828733491026 src/CMakeFiles/8ChickenChipEmulator.dir/Cpu.cpp.o 6269f5149ea5b621
+67 702 1710826565116569748 _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/GlxContext.cpp.o a05536607a45811f
+291 661 1711091995998479047 _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderFlac.cpp.o 5e1e87bf0ec52985
+6 172 1710826644138274135 _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Glsl.cpp.o bbdfa1de621f1dc1
+175 1007 1710826644974291841 _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Texture.cpp.o 5013e72b4a702be2
+7 533 1710826644502281844 _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Image.cpp.o c3fcfce849734d32
+1996 1998 1710826645962312756 _deps/sfml-build/lib/libsfml-graphics-d.so.2.6 8d5b0db2d3ac6f43
+4 447 1711091995786475682 _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/Music.cpp.o 2d3a4271f29707c3
+101 489 1710826516127479735 _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Keyboard.cpp.o 965c2cd772bc8744
+159 787 1710826644754287181 _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderWindow.cpp.o ec22e5b0f1e8d2e6
+5 709 1711093654136085770 src/CMakeFiles/8ChickenChipEmulator.dir/main.cpp.o a3c3ce6b22ba2851
+3 23 1710826515663469278 _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Sleep.cpp.o 40a1354ee71d87b8
+787 833 1710826644802288198 _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Vertex.cpp.o 9575800df8e4f52a
+542 840 1710826644806288283 _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Transformable.cpp.o ffcac2c593acc2bf
+5 149 1710826644114273627 _deps/sfml-build/lib/libsfml-window-d.so.2.6.1 5a4cea67c0839e96
+561 813 1711091996150481463 _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileWriterWav.cpp.o e8248ec96ea6a623
+1260 1908 1710826645874310894 _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTextureImplFBO.cpp.o 614ac05dcacba8ff
+47 607 1710826644574283369 _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTexture.cpp.o bee065936640ab01
+534 826 1710826644790287944 _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Transform.cpp.o b09094cc3b6b1ffd
+59 62 1710826564472555595 _deps/sfml-build/lib/libsfml-system-d.so.2.6 f0a38a66f5e97d45
+4 254 1711091995590472569 _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/Listener.cpp.o 8c9edfb733d0c9a9
+1996 1998 1710826645962312756 _deps/sfml-build/lib/libsfml-graphics-d.so 8d5b0db2d3ac6f43
+5 405 1711091995742474984 _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundBufferRecorder.cpp.o eeb94d2e7006a609
+59 62 1710826564472555595 _deps/sfml-build/lib/libsfml-system-d.so f0a38a66f5e97d45
+1908 1996 1710826645962312756 _deps/sfml-build/lib/libsfml-graphics-d.so.2.6.1 f05519058951b952
+1202 1260 1710826645226297175 _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTextureImpl.cpp.o cbc1cc9be149521b
+4 253 1710826515891474417 _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/FileInputStream.cpp.o 546ad36a19085ff0
+4 437 1710826564848563858 _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/InputImpl.cpp.o 43a7e8ea3f72ff50
+253 280 1710826515919475047 _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Touch.cpp.o 6bcfce3426e4d8fe
+32 58 1710826515699470090 _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/SleepImpl.cpp.o 17238e703aa9c9e
+4 341 1711091743974446542 src/CMakeFiles/8ChickenChipEmulator.dir/Speaker.cpp.o d3af955f1d47fe79
+310 607 1710826516247482438 _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/SensorManager.cpp.o 34822ba3d7d1cee9
+5 47 1710826644014271508 _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/BlendMode.cpp.o a71f86762365247
+405 768 1711091996106480765 _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileWriterFlac.cpp.o 9986c8851290edfe
+1263 1353 1710826645322299207 _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTextureImplDefault.cpp.o 81a7ac851a15d07c
+280 310 1710826515947475679 _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Sensor.cpp.o 68196a96b9bf85b1
+3 328 1710826564740561483 _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/CursorImpl.cpp.o cbe0f55a40dc3835
+5 561 1711091995898477460 _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundBuffer.cpp.o ae621bd65d0079bd
+86 454 1710826516095479014 _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Joystick.cpp.o 7730c2ffadfc4ae8
+3 690 1710826565104569485 _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/WindowImpl.cpp.o 974d2bda99b2609f
+455 813 1710826516451487035 _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Window.cpp.o 70a7b68af8270bf3
+29 79 1710826515719470540 _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/MutexImpl.cpp.o bfa1cfd6b789f37
+328 843 1710826565256572827 _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/JoystickImpl.cpp.o 9964c3235ee56268
+1067 1121 1711091996458486356 _deps/sfml-build/lib/libsfml-audio-d.so.2.6.1 d6bc8d92da573bf5
+6 445 1710826644414279981 _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/GLCheck.cpp.o ca0525ee81ea16f0
+447 796 1711091996134481209 _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileWriterOgg.cpp.o 173b132a152d7862
+4 356 1711094442205000251 src/CMakeFiles/8ChocChip.dir/Speaker.cpp.o b058901cb7ef4e71
+4 381 1711094442229000535 src/CMakeFiles/8ChocChip.dir/Renderer.cpp.o 83bf4e59337dae98
+4 472 1711094442317001575 src/CMakeFiles/8ChocChip.dir/Keyboard.cpp.o 9c83a176af168860
+5 666 1711094442513003888 src/CMakeFiles/8ChocChip.dir/Cpu.cpp.o 815972a97fc58533
+4 767 1711094442613005068 src/CMakeFiles/8ChocChip.dir/main.cpp.o fc7046cd2cd8d307
+767 844 1711094442689005967 src/8ChocChip 6d2720ff99008394
+5 431 1711094623784183098 src/CMakeFiles/8ChocChip.dir/Keyboard.cpp.o 9c83a176af168860
+431 500 1711094623852184402 src/8ChocChip 6d2720ff99008394
+4 715 1711094672617105977 src/CMakeFiles/8ChocChip.dir/Cpu.cpp.o 815972a97fc58533
+715 786 1711094672689107319 src/8ChocChip 6d2720ff99008394
+5 336 1711095052707571591 src/CMakeFiles/8ChocChip.dir/Speaker.cpp.o b058901cb7ef4e71
+5 344 1711095052715571717 src/CMakeFiles/8ChocChip.dir/Renderer.cpp.o 83bf4e59337dae98
+6 648 1711095053019576506 src/CMakeFiles/8ChocChip.dir/Cpu.cpp.o 815972a97fc58533
+5 745 1711095053115578016 src/CMakeFiles/8ChocChip.dir/main.cpp.o fc7046cd2cd8d307
+745 813 1711095053183579088 src/8ChocChip 6d2720ff99008394
diff --git a/cmake-build-debug/CMakeCache.txt b/cmake-build-debug/CMakeCache.txt
new file mode 100644
index 0000000..3906eb9
--- /dev/null
+++ b/cmake-build-debug/CMakeCache.txt
@@ -0,0 +1,1480 @@
+# This is the CMakeCache file.
+# For build in directory: /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug
+# It was generated by CMake: /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake
+# You can edit this file to change values found and used by cmake.
+# If you do not want to change any of the values, simply exit the editor.
+# If you do want to change a value, simply edit, save, and exit the editor.
+# The syntax for the file is as follows:
+# KEY:TYPE=VALUE
+# KEY is the name of a variable in the cache.
+# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
+# VALUE is the current value for the KEY.
+
+########################
+# EXTERNAL cache entries
+########################
+
+//Value Computed by CMake
+8ChickenChipEmulator_BINARY_DIR:STATIC=/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug
+
+//Value Computed by CMake
+8ChickenChipEmulator_IS_TOP_LEVEL:STATIC=ON
+
+//Value Computed by CMake
+8ChickenChipEmulator_SOURCE_DIR:STATIC=/home/doom/Documents/GitHub/8ChickenChipEmulator
+
+//Value Computed by CMake
+8ChocChip_BINARY_DIR:STATIC=/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug
+
+//Value Computed by CMake
+8ChocChip_IS_TOP_LEVEL:STATIC=ON
+
+//Value Computed by CMake
+8ChocChip_SOURCE_DIR:STATIC=/home/doom/Documents/GitHub/8ChickenChipEmulator
+
+//TRUE to build SFML as shared libraries, FALSE to build it as
+// static libraries
+BUILD_SHARED_LIBS:BOOL=TRUE
+
+//Path to a program.
+CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
+
+//Path to a program.
+CMAKE_AR:FILEPATH=/usr/bin/ar
+
+//Choose the type of build (Debug or Release)
+CMAKE_BUILD_TYPE:STRING=Debug
+
+//Enable colored diagnostics throughout.
+CMAKE_COLOR_DIAGNOSTICS:BOOL=ON
+
+//CXX compiler
+CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
+
+//A wrapper around 'ar' adding the appropriate '--plugin' option
+// for the GCC compiler
+CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-13
+
+//A wrapper around 'ranlib' adding the appropriate '--plugin' option
+// for the GCC compiler
+CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-13
+
+//Flags used by the CXX compiler during all build types.
+CMAKE_CXX_FLAGS:STRING=
+
+//Flags used by the CXX compiler during DEBUG builds.
+CMAKE_CXX_FLAGS_DEBUG:STRING=-g
+
+//Flags used by the CXX compiler during MINSIZEREL builds.
+CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
+
+//Flags used by the CXX compiler during RELEASE builds.
+CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
+
+//Flags used by the CXX compiler during RELWITHDEBINFO builds.
+CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
+
+//C compiler
+CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
+
+//A wrapper around 'ar' adding the appropriate '--plugin' option
+// for the GCC compiler
+CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-13
+
+//A wrapper around 'ranlib' adding the appropriate '--plugin' option
+// for the GCC compiler
+CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-13
+
+//Flags used by the C compiler during all build types.
+CMAKE_C_FLAGS:STRING=
+
+//Flags used by the C compiler during DEBUG builds.
+CMAKE_C_FLAGS_DEBUG:STRING=-g
+
+//Flags used by the C compiler during MINSIZEREL builds.
+CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
+
+//Flags used by the C compiler during RELEASE builds.
+CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
+
+//Flags used by the C compiler during RELWITHDEBINFO builds.
+CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
+
+//Path to a program.
+CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
+
+//Flags used by the linker during all build types.
+CMAKE_EXE_LINKER_FLAGS:STRING=
+
+//Flags used by the linker during DEBUG builds.
+CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during MINSIZEREL builds.
+CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during RELEASE builds.
+CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during RELWITHDEBINFO builds.
+CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//Enable/Disable output of compile commands during generation.
+CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
+
+//Value Computed by CMake.
+CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/pkgRedirects
+
+//User executables (bin)
+CMAKE_INSTALL_BINDIR:PATH=bin
+
+//Read-only architecture-independent data (DATAROOTDIR)
+CMAKE_INSTALL_DATADIR:PATH=
+
+//Read-only architecture-independent data root (share)
+CMAKE_INSTALL_DATAROOTDIR:PATH=share
+
+//Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
+CMAKE_INSTALL_DOCDIR:PATH=
+
+//C header files (include)
+CMAKE_INSTALL_INCLUDEDIR:PATH=include
+
+//Info documentation (DATAROOTDIR/info)
+CMAKE_INSTALL_INFODIR:PATH=
+
+//Object code libraries (lib)
+CMAKE_INSTALL_LIBDIR:PATH=lib
+
+//Program executables (libexec)
+CMAKE_INSTALL_LIBEXECDIR:PATH=libexec
+
+//Locale-dependent data (DATAROOTDIR/locale)
+CMAKE_INSTALL_LOCALEDIR:PATH=
+
+//Modifiable single-machine data (var)
+CMAKE_INSTALL_LOCALSTATEDIR:PATH=var
+
+//Man documentation (DATAROOTDIR/man)
+CMAKE_INSTALL_MANDIR:PATH=
+
+//C header files for non-gcc (/usr/include)
+CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include
+
+//Install path prefix, prepended onto install directories.
+CMAKE_INSTALL_PREFIX:PATH=/usr/local
+
+//Run-time variable data (LOCALSTATEDIR/run)
+CMAKE_INSTALL_RUNSTATEDIR:PATH=
+
+//System admin executables (sbin)
+CMAKE_INSTALL_SBINDIR:PATH=sbin
+
+//Modifiable architecture-independent data (com)
+CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com
+
+//Read-only single-machine data (etc)
+CMAKE_INSTALL_SYSCONFDIR:PATH=etc
+
+//Path to a program.
+CMAKE_LINKER:FILEPATH=/usr/bin/ld
+
+//No help, variable specified on the command line.
+CMAKE_MAKE_PROGRAM:UNINITIALIZED=/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/ninja/linux/x64/ninja
+
+//Flags used by the linker during the creation of modules during
+// all build types.
+CMAKE_MODULE_LINKER_FLAGS:STRING=
+
+//Flags used by the linker during the creation of modules during
+// DEBUG builds.
+CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during the creation of modules during
+// MINSIZEREL builds.
+CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during the creation of modules during
+// RELEASE builds.
+CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during the creation of modules during
+// RELWITHDEBINFO builds.
+CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//Path to a program.
+CMAKE_NM:FILEPATH=/usr/bin/nm
+
+//Path to a program.
+CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
+
+//Path to a program.
+CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
+
+//Value Computed by CMake
+CMAKE_PROJECT_DESCRIPTION:STATIC=
+
+//Value Computed by CMake
+CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
+
+//Value Computed by CMake
+CMAKE_PROJECT_NAME:STATIC=8ChocChip
+
+//Value Computed by CMake
+CMAKE_PROJECT_VERSION:STATIC=0.1
+
+//Value Computed by CMake
+CMAKE_PROJECT_VERSION_MAJOR:STATIC=0
+
+//Value Computed by CMake
+CMAKE_PROJECT_VERSION_MINOR:STATIC=1
+
+//Value Computed by CMake
+CMAKE_PROJECT_VERSION_PATCH:STATIC=
+
+//Value Computed by CMake
+CMAKE_PROJECT_VERSION_TWEAK:STATIC=
+
+//Path to a program.
+CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
+
+//Path to a program.
+CMAKE_READELF:FILEPATH=/usr/bin/readelf
+
+//Flags used by the linker during the creation of shared libraries
+// during all build types.
+CMAKE_SHARED_LINKER_FLAGS:STRING=
+
+//Flags used by the linker during the creation of shared libraries
+// during DEBUG builds.
+CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during the creation of shared libraries
+// during MINSIZEREL builds.
+CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during the creation of shared libraries
+// during RELEASE builds.
+CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during the creation of shared libraries
+// during RELWITHDEBINFO builds.
+CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//If set, runtime paths are not added when installing shared libraries,
+// but are added when building.
+CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
+
+//If set, runtime paths are not added when using shared libraries.
+CMAKE_SKIP_RPATH:BOOL=NO
+
+//Flags used by the linker during the creation of static libraries
+// during all build types.
+CMAKE_STATIC_LINKER_FLAGS:STRING=
+
+//Flags used by the linker during the creation of static libraries
+// during DEBUG builds.
+CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during the creation of static libraries
+// during MINSIZEREL builds.
+CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during the creation of static libraries
+// during RELEASE builds.
+CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during the creation of static libraries
+// during RELWITHDEBINFO builds.
+CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//Path to a program.
+CMAKE_STRIP:FILEPATH=/usr/bin/strip
+
+//Path to a program.
+CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND
+
+//If this value is on, makefiles will be generated without the
+// .SILENT directive, and all commands will be echoed to the console
+// during the make. This is useful for debugging only. With Visual
+// Studio IDE projects all commands are done without /nologo.
+CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
+
+//Enable to build Debian packages
+CPACK_BINARY_DEB:BOOL=OFF
+
+//Enable to build FreeBSD packages
+CPACK_BINARY_FREEBSD:BOOL=OFF
+
+//Enable to build IFW packages
+CPACK_BINARY_IFW:BOOL=OFF
+
+//Enable to build NSIS packages
+CPACK_BINARY_NSIS:BOOL=OFF
+
+//Enable to build RPM packages
+CPACK_BINARY_RPM:BOOL=OFF
+
+//Enable to build STGZ packages
+CPACK_BINARY_STGZ:BOOL=ON
+
+//Enable to build TBZ2 packages
+CPACK_BINARY_TBZ2:BOOL=OFF
+
+//Enable to build TGZ packages
+CPACK_BINARY_TGZ:BOOL=ON
+
+//Enable to build TXZ packages
+CPACK_BINARY_TXZ:BOOL=OFF
+
+//Enable to build TZ packages
+CPACK_BINARY_TZ:BOOL=ON
+
+//Enable to build RPM source packages
+CPACK_SOURCE_RPM:BOOL=OFF
+
+//Enable to build TBZ2 source packages
+CPACK_SOURCE_TBZ2:BOOL=ON
+
+//Enable to build TGZ source packages
+CPACK_SOURCE_TGZ:BOOL=ON
+
+//Enable to build TXZ source packages
+CPACK_SOURCE_TXZ:BOOL=ON
+
+//Enable to build TZ source packages
+CPACK_SOURCE_TZ:BOOL=ON
+
+//Enable to build ZIP source packages
+CPACK_SOURCE_ZIP:BOOL=OFF
+
+//Directory under which to collect all populated content
+FETCHCONTENT_BASE_DIR:PATH=/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps
+
+//Disables all attempts to download or update content and assumes
+// source dirs already exist
+FETCHCONTENT_FULLY_DISCONNECTED:BOOL=OFF
+
+//Enables QUIET option for all content population
+FETCHCONTENT_QUIET:BOOL=ON
+
+//When not empty, overrides where to find pre-populated content
+// for sfml
+FETCHCONTENT_SOURCE_DIR_SFML:PATH=
+
+//Enables UPDATE_DISCONNECTED behavior for all content population
+FETCHCONTENT_UPDATES_DISCONNECTED:BOOL=OFF
+
+//Enables UPDATE_DISCONNECTED behavior just for population of sfml
+FETCHCONTENT_UPDATES_DISCONNECTED_SFML:BOOL=OFF
+
+//Path to a file.
+FLAC_INCLUDE_DIR:PATH=/usr/include
+
+//Path to a library.
+FLAC_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libFLAC.so
+
+//Path to a file.
+FREETYPE_INCLUDE_DIR_freetype2:PATH=/usr/include/freetype2
+
+//Path to a file.
+FREETYPE_INCLUDE_DIR_ft2build:PATH=/usr/include/freetype2
+
+//Path to a library.
+FREETYPE_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libfreetype.so
+
+//Git command line client
+GIT_EXECUTABLE:FILEPATH=/usr/bin/git
+
+//Path to a file.
+OGG_INCLUDE_DIR:PATH=/usr/include
+
+//Path to a library.
+OGG_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libogg.so
+
+//Path to a file.
+OPENAL_INCLUDE_DIR:PATH=/usr/include/AL
+
+//Path to a library.
+OPENAL_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libopenal.so
+
+//Path to a file.
+OPENGL_EGL_INCLUDE_DIR:PATH=/usr/include
+
+//Path to a file.
+OPENGL_GLES2_INCLUDE_DIR:PATH=/usr/include
+
+//Path to a file.
+OPENGL_GLES3_INCLUDE_DIR:PATH=/usr/include
+
+//Path to a file.
+OPENGL_GLX_INCLUDE_DIR:PATH=/usr/include
+
+//Path to a file.
+OPENGL_INCLUDE_DIR:PATH=/usr/include
+
+//Path to a library.
+OPENGL_egl_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libEGL.so
+
+//Path to a library.
+OPENGL_gl_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libGL.so
+
+//Path to a library.
+OPENGL_gles2_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libGLESv2.so
+
+//Path to a library.
+OPENGL_gles3_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libGLESv2.so
+
+//Path to a library.
+OPENGL_glu_LIBRARY:FILEPATH=OPENGL_glu_LIBRARY-NOTFOUND
+
+//Path to a library.
+OPENGL_glx_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libGLX.so
+
+//Path to a library.
+OPENGL_opengl_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libOpenGL.so
+
+//Path to a file.
+OPENGL_xmesa_INCLUDE_DIR:PATH=OPENGL_xmesa_INCLUDE_DIR-NOTFOUND
+
+//Value Computed by CMake
+SFML_BINARY_DIR:STATIC=/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build
+
+//TRUE to build SFML's Audio module.
+SFML_BUILD_AUDIO:BOOL=TRUE
+
+//TRUE to generate the API documentation, FALSE to ignore it
+SFML_BUILD_DOC:BOOL=FALSE
+
+//TRUE to build the SFML examples, FALSE to ignore them
+SFML_BUILD_EXAMPLES:BOOL=FALSE
+
+//TRUE to build SFML's Graphics module.
+SFML_BUILD_GRAPHICS:BOOL=TRUE
+
+//TRUE to build SFML's Network module.
+SFML_BUILD_NETWORK:BOOL=FALSE
+
+//TRUE to build the SFML test suite, FALSE to ignore it
+SFML_BUILD_TEST_SUITE:BOOL=FALSE
+
+//TRUE to build SFML's Window module. This setting is ignored,
+// if the graphics module is built.
+SFML_BUILD_WINDOW:BOOL=TRUE
+
+//TRUE to automatically install pkg-config files so other projects
+// can find SFML
+SFML_INSTALL_PKGCONFIG_FILES:BOOL=TRUE
+
+//Value Computed by CMake
+SFML_IS_TOP_LEVEL:STATIC=OFF
+
+//TRUE to use an OpenGL ES implementation, FALSE to use a desktop
+// OpenGL implementation
+SFML_OPENGL_ES:BOOL=0
+
+//Install directory for SFML's pkg-config .pc files
+SFML_PKGCONFIG_INSTALL_PREFIX:PATH=/usr/local/lib/pkgconfig
+
+//Value Computed by CMake
+SFML_SOURCE_DIR:STATIC=/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src
+
+//TRUE to use DRM windowing backend
+SFML_USE_DRM:BOOL=FALSE
+
+//TRUE to use system dependencies, FALSE to use the bundled ones.
+SFML_USE_SYSTEM_DEPS:BOOL=FALSE
+
+//Path to a file.
+UDEV_INCLUDE_DIR:PATH=/usr/include
+
+//Path to a library.
+UDEV_LIBRARIES:FILEPATH=/usr/lib/x86_64-linux-gnu/libudev.so
+
+//Path to a library.
+VORBISENC_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libvorbisenc.so
+
+//Path to a library.
+VORBISFILE_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libvorbisfile.so
+
+//Path to a file.
+VORBIS_INCLUDE_DIR:PATH=/usr/include
+
+//Path to a library.
+VORBIS_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libvorbis.so
+
+//Treat compiler warnings as errors
+WARNINGS_AS_ERRORS:BOOL=OFF
+
+//Path to a file.
+X11_ICE_INCLUDE_PATH:PATH=X11_ICE_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_ICE_LIB:FILEPATH=X11_ICE_LIB-NOTFOUND
+
+//Path to a file.
+X11_SM_INCLUDE_PATH:PATH=X11_SM_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_SM_LIB:FILEPATH=X11_SM_LIB-NOTFOUND
+
+//Path to a file.
+X11_X11_INCLUDE_PATH:PATH=/usr/include
+
+//Path to a library.
+X11_X11_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libX11.so
+
+//Path to a file.
+X11_X11_xcb_INCLUDE_PATH:PATH=X11_X11_xcb_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_X11_xcb_LIB:FILEPATH=X11_X11_xcb_LIB-NOTFOUND
+
+//Path to a file.
+X11_XRes_INCLUDE_PATH:PATH=X11_XRes_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_XRes_LIB:FILEPATH=X11_XRes_LIB-NOTFOUND
+
+//Path to a file.
+X11_XShm_INCLUDE_PATH:PATH=/usr/include
+
+//Path to a file.
+X11_XSync_INCLUDE_PATH:PATH=/usr/include
+
+//Path to a file.
+X11_Xaccessrules_INCLUDE_PATH:PATH=X11_Xaccessrules_INCLUDE_PATH-NOTFOUND
+
+//Path to a file.
+X11_Xaccessstr_INCLUDE_PATH:PATH=/usr/include
+
+//Path to a file.
+X11_Xau_INCLUDE_PATH:PATH=/usr/include
+
+//Path to a library.
+X11_Xau_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXau.so
+
+//Path to a file.
+X11_Xaw_INCLUDE_PATH:PATH=X11_Xaw_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_Xaw_LIB:FILEPATH=X11_Xaw_LIB-NOTFOUND
+
+//Path to a file.
+X11_Xcomposite_INCLUDE_PATH:PATH=X11_Xcomposite_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_Xcomposite_LIB:FILEPATH=X11_Xcomposite_LIB-NOTFOUND
+
+//Path to a file.
+X11_Xcursor_INCLUDE_PATH:PATH=/usr/include
+
+//Path to a library.
+X11_Xcursor_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXcursor.so
+
+//Path to a file.
+X11_Xdamage_INCLUDE_PATH:PATH=X11_Xdamage_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_Xdamage_LIB:FILEPATH=X11_Xdamage_LIB-NOTFOUND
+
+//Path to a file.
+X11_Xdmcp_INCLUDE_PATH:PATH=/usr/include
+
+//Path to a library.
+X11_Xdmcp_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXdmcp.so
+
+//Path to a file.
+X11_Xext_INCLUDE_PATH:PATH=/usr/include
+
+//Path to a library.
+X11_Xext_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXext.so
+
+//Path to a file.
+X11_Xfixes_INCLUDE_PATH:PATH=/usr/include
+
+//Path to a library.
+X11_Xfixes_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXfixes.so
+
+//Path to a file.
+X11_Xft_INCLUDE_PATH:PATH=X11_Xft_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_Xft_LIB:FILEPATH=X11_Xft_LIB-NOTFOUND
+
+//Path to a file.
+X11_Xi_INCLUDE_PATH:PATH=X11_Xi_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_Xi_LIB:FILEPATH=X11_Xi_LIB-NOTFOUND
+
+//Path to a file.
+X11_Xinerama_INCLUDE_PATH:PATH=X11_Xinerama_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_Xinerama_LIB:FILEPATH=X11_Xinerama_LIB-NOTFOUND
+
+//Path to a file.
+X11_Xkb_INCLUDE_PATH:PATH=/usr/include
+
+//Path to a file.
+X11_Xkblib_INCLUDE_PATH:PATH=/usr/include
+
+//Path to a file.
+X11_Xlib_INCLUDE_PATH:PATH=/usr/include
+
+//Path to a file.
+X11_Xmu_INCLUDE_PATH:PATH=X11_Xmu_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_Xmu_LIB:FILEPATH=X11_Xmu_LIB-NOTFOUND
+
+//Path to a file.
+X11_Xpm_INCLUDE_PATH:PATH=X11_Xpm_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_Xpm_LIB:FILEPATH=X11_Xpm_LIB-NOTFOUND
+
+//Path to a file.
+X11_Xrandr_INCLUDE_PATH:PATH=/usr/include
+
+//Path to a library.
+X11_Xrandr_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXrandr.so
+
+//Path to a file.
+X11_Xrender_INCLUDE_PATH:PATH=/usr/include
+
+//Path to a library.
+X11_Xrender_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXrender.so
+
+//Path to a file.
+X11_Xshape_INCLUDE_PATH:PATH=/usr/include
+
+//Path to a file.
+X11_Xss_INCLUDE_PATH:PATH=X11_Xss_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_Xss_LIB:FILEPATH=X11_Xss_LIB-NOTFOUND
+
+//Path to a file.
+X11_Xt_INCLUDE_PATH:PATH=X11_Xt_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_Xt_LIB:FILEPATH=X11_Xt_LIB-NOTFOUND
+
+//Path to a file.
+X11_Xtst_INCLUDE_PATH:PATH=X11_Xtst_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_Xtst_LIB:FILEPATH=X11_Xtst_LIB-NOTFOUND
+
+//Path to a file.
+X11_Xutil_INCLUDE_PATH:PATH=/usr/include
+
+//Path to a file.
+X11_Xv_INCLUDE_PATH:PATH=X11_Xv_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_Xv_LIB:FILEPATH=X11_Xv_LIB-NOTFOUND
+
+//Path to a file.
+X11_Xxf86misc_INCLUDE_PATH:PATH=X11_Xxf86misc_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_Xxf86misc_LIB:FILEPATH=X11_Xxf86misc_LIB-NOTFOUND
+
+//Path to a file.
+X11_Xxf86vm_INCLUDE_PATH:PATH=X11_Xxf86vm_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_Xxf86vm_LIB:FILEPATH=X11_Xxf86vm_LIB-NOTFOUND
+
+//Path to a file.
+X11_dpms_INCLUDE_PATH:PATH=/usr/include
+
+//Path to a file.
+X11_xcb_INCLUDE_PATH:PATH=/usr/include
+
+//Path to a library.
+X11_xcb_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libxcb.so
+
+//Path to a file.
+X11_xcb_composite_INCLUDE_PATH:PATH=X11_xcb_composite_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_composite_LIB:FILEPATH=X11_xcb_composite_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_cursor_INCLUDE_PATH:PATH=X11_xcb_cursor_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_cursor_LIB:FILEPATH=X11_xcb_cursor_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_damage_INCLUDE_PATH:PATH=X11_xcb_damage_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_damage_LIB:FILEPATH=X11_xcb_damage_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_dpms_INCLUDE_PATH:PATH=X11_xcb_dpms_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_dpms_LIB:FILEPATH=X11_xcb_dpms_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_dri2_INCLUDE_PATH:PATH=X11_xcb_dri2_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_dri2_LIB:FILEPATH=X11_xcb_dri2_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_dri3_INCLUDE_PATH:PATH=X11_xcb_dri3_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_dri3_LIB:FILEPATH=X11_xcb_dri3_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_errors_INCLUDE_PATH:PATH=X11_xcb_errors_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_errors_LIB:FILEPATH=X11_xcb_errors_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_ewmh_INCLUDE_PATH:PATH=X11_xcb_ewmh_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_ewmh_LIB:FILEPATH=X11_xcb_ewmh_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_glx_INCLUDE_PATH:PATH=X11_xcb_glx_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_glx_LIB:FILEPATH=X11_xcb_glx_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_icccm_INCLUDE_PATH:PATH=X11_xcb_icccm_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_icccm_LIB:FILEPATH=X11_xcb_icccm_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_image_INCLUDE_PATH:PATH=X11_xcb_image_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_image_LIB:FILEPATH=X11_xcb_image_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_keysyms_INCLUDE_PATH:PATH=X11_xcb_keysyms_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_keysyms_LIB:FILEPATH=X11_xcb_keysyms_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_present_INCLUDE_PATH:PATH=X11_xcb_present_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_present_LIB:FILEPATH=X11_xcb_present_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_randr_INCLUDE_PATH:PATH=X11_xcb_randr_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_randr_LIB:FILEPATH=X11_xcb_randr_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_record_INCLUDE_PATH:PATH=X11_xcb_record_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_record_LIB:FILEPATH=X11_xcb_record_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_render_INCLUDE_PATH:PATH=X11_xcb_render_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_render_LIB:FILEPATH=X11_xcb_render_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_render_util_INCLUDE_PATH:PATH=X11_xcb_render_util_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_render_util_LIB:FILEPATH=X11_xcb_render_util_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_res_INCLUDE_PATH:PATH=X11_xcb_res_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_res_LIB:FILEPATH=X11_xcb_res_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_screensaver_INCLUDE_PATH:PATH=X11_xcb_screensaver_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_screensaver_LIB:FILEPATH=X11_xcb_screensaver_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_shape_INCLUDE_PATH:PATH=X11_xcb_shape_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_shape_LIB:FILEPATH=X11_xcb_shape_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_shm_INCLUDE_PATH:PATH=X11_xcb_shm_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_shm_LIB:FILEPATH=X11_xcb_shm_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_sync_INCLUDE_PATH:PATH=X11_xcb_sync_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_sync_LIB:FILEPATH=X11_xcb_sync_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_util_INCLUDE_PATH:PATH=X11_xcb_util_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_util_LIB:FILEPATH=X11_xcb_util_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_xf86dri_INCLUDE_PATH:PATH=X11_xcb_xf86dri_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_xf86dri_LIB:FILEPATH=X11_xcb_xf86dri_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_xfixes_INCLUDE_PATH:PATH=X11_xcb_xfixes_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_xfixes_LIB:FILEPATH=X11_xcb_xfixes_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_xinerama_INCLUDE_PATH:PATH=X11_xcb_xinerama_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_xinerama_LIB:FILEPATH=X11_xcb_xinerama_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_xinput_INCLUDE_PATH:PATH=X11_xcb_xinput_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_xinput_LIB:FILEPATH=X11_xcb_xinput_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_xkb_INCLUDE_PATH:PATH=X11_xcb_xkb_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_xkb_LIB:FILEPATH=X11_xcb_xkb_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_xrm_INCLUDE_PATH:PATH=X11_xcb_xrm_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_xrm_LIB:FILEPATH=X11_xcb_xrm_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_xtest_INCLUDE_PATH:PATH=X11_xcb_xtest_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_xtest_LIB:FILEPATH=X11_xcb_xtest_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_xv_INCLUDE_PATH:PATH=X11_xcb_xv_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_xv_LIB:FILEPATH=X11_xcb_xv_LIB-NOTFOUND
+
+//Path to a file.
+X11_xcb_xvmc_INCLUDE_PATH:PATH=X11_xcb_xvmc_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xcb_xvmc_LIB:FILEPATH=X11_xcb_xvmc_LIB-NOTFOUND
+
+//Path to a file.
+X11_xkbcommon_INCLUDE_PATH:PATH=X11_xkbcommon_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xkbcommon_LIB:FILEPATH=X11_xkbcommon_LIB-NOTFOUND
+
+//Path to a file.
+X11_xkbcommon_X11_INCLUDE_PATH:PATH=X11_xkbcommon_X11_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xkbcommon_X11_LIB:FILEPATH=X11_xkbcommon_X11_LIB-NOTFOUND
+
+//Path to a file.
+X11_xkbfile_INCLUDE_PATH:PATH=X11_xkbfile_INCLUDE_PATH-NOTFOUND
+
+//Path to a library.
+X11_xkbfile_LIB:FILEPATH=X11_xkbfile_LIB-NOTFOUND
+
+//Dependencies for the target
+sfml-audio_LIB_DEPENDS:STATIC=general;sfml-system;
+
+//Dependencies for the target
+sfml-graphics_LIB_DEPENDS:STATIC=general;sfml-window;
+
+//Dependencies for the target
+sfml-system_LIB_DEPENDS:STATIC=general;pthread;general;rt;
+
+//Dependencies for the target
+sfml-window_LIB_DEPENDS:STATIC=general;sfml-system;general;dl;
+
+
+########################
+# INTERNAL cache entries
+########################
+
+//ADVANCED property for variable: CMAKE_ADDR2LINE
+CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_AR
+CMAKE_AR-ADVANCED:INTERNAL=1
+//This is the directory where this CMakeCache.txt was created
+CMAKE_CACHEFILE_DIR:INTERNAL=/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug
+//Major version of cmake used to create the current loaded cache
+CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
+//Minor version of cmake used to create the current loaded cache
+CMAKE_CACHE_MINOR_VERSION:INTERNAL=28
+//Patch version of cmake used to create the current loaded cache
+CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
+//Path to CMake executable.
+CMAKE_COMMAND:INTERNAL=/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake
+//Path to cpack program executable.
+CMAKE_CPACK_COMMAND:INTERNAL=/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cpack
+//Path to ctest program executable.
+CMAKE_CTEST_COMMAND:INTERNAL=/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/ctest
+//ADVANCED property for variable: CMAKE_CXX_COMPILER
+CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
+CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
+CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS
+CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
+CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
+CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
+CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
+CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_COMPILER
+CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_COMPILER_AR
+CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
+CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS
+CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
+CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
+CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
+CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
+CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_DLLTOOL
+CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
+//Executable file format
+CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
+CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
+CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
+CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
+CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
+CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
+//Name of external makefile project generator.
+CMAKE_EXTRA_GENERATOR:INTERNAL=
+//Name of generator.
+CMAKE_GENERATOR:INTERNAL=Ninja
+//Generator instance identifier.
+CMAKE_GENERATOR_INSTANCE:INTERNAL=
+//Name of generator platform.
+CMAKE_GENERATOR_PLATFORM:INTERNAL=
+//Name of generator toolset.
+CMAKE_GENERATOR_TOOLSET:INTERNAL=
+//Have function connect
+CMAKE_HAVE_CONNECT:INTERNAL=1
+//Have function gethostbyname
+CMAKE_HAVE_GETHOSTBYNAME:INTERNAL=1
+//Have function remove
+CMAKE_HAVE_REMOVE:INTERNAL=1
+//Have function shmat
+CMAKE_HAVE_SHMAT:INTERNAL=1
+//Source directory with the top level CMakeLists.txt file for this
+// project
+CMAKE_HOME_DIRECTORY:INTERNAL=/home/doom/Documents/GitHub/8ChickenChipEmulator
+//ADVANCED property for variable: CMAKE_INSTALL_BINDIR
+CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_DATADIR
+CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
+CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
+CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
+CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_INFODIR
+CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
+CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
+CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
+CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
+CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_MANDIR
+CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
+CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR
+CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
+CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
+CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
+//Install .so files without execute permission.
+CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
+//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
+CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_LINKER
+CMAKE_LINKER-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
+CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
+CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
+CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
+CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_NM
+CMAKE_NM-ADVANCED:INTERNAL=1
+//number of local generators
+CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=10
+//ADVANCED property for variable: CMAKE_OBJCOPY
+CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_OBJDUMP
+CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
+//Platform information initialized
+CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_RANLIB
+CMAKE_RANLIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_READELF
+CMAKE_READELF-ADVANCED:INTERNAL=1
+//Path to CMake installation.
+CMAKE_ROOT:INTERNAL=/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
+CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
+CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
+CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
+CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
+CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SKIP_RPATH
+CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
+CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
+CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
+CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
+CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STRIP
+CMAKE_STRIP-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_TAPI
+CMAKE_TAPI-ADVANCED:INTERNAL=1
+//uname command
+CMAKE_UNAME:INTERNAL=/usr/bin/uname
+//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
+CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CPACK_BINARY_DEB
+CPACK_BINARY_DEB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CPACK_BINARY_FREEBSD
+CPACK_BINARY_FREEBSD-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CPACK_BINARY_IFW
+CPACK_BINARY_IFW-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CPACK_BINARY_NSIS
+CPACK_BINARY_NSIS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CPACK_BINARY_RPM
+CPACK_BINARY_RPM-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CPACK_BINARY_STGZ
+CPACK_BINARY_STGZ-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CPACK_BINARY_TBZ2
+CPACK_BINARY_TBZ2-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CPACK_BINARY_TGZ
+CPACK_BINARY_TGZ-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CPACK_BINARY_TXZ
+CPACK_BINARY_TXZ-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CPACK_BINARY_TZ
+CPACK_BINARY_TZ-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CPACK_SOURCE_RPM
+CPACK_SOURCE_RPM-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CPACK_SOURCE_TBZ2
+CPACK_SOURCE_TBZ2-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CPACK_SOURCE_TGZ
+CPACK_SOURCE_TGZ-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CPACK_SOURCE_TXZ
+CPACK_SOURCE_TXZ-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CPACK_SOURCE_TZ
+CPACK_SOURCE_TZ-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CPACK_SOURCE_ZIP
+CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1
+//Details about finding FLAC
+FIND_PACKAGE_MESSAGE_DETAILS_FLAC:INTERNAL=[/usr/lib/x86_64-linux-gnu/libFLAC.so][/usr/include][v()]
+//Details about finding OpenAL
+FIND_PACKAGE_MESSAGE_DETAILS_OpenAL:INTERNAL=[/usr/lib/x86_64-linux-gnu/libopenal.so][/usr/include/AL][v()]
+//Details about finding OpenGL
+FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[/usr/lib/x86_64-linux-gnu/libOpenGL.so][/usr/lib/x86_64-linux-gnu/libGLX.so][/usr/include][c ][v()]
+//Details about finding VORBIS
+FIND_PACKAGE_MESSAGE_DETAILS_VORBIS:INTERNAL=[/usr/lib/x86_64-linux-gnu/libvorbisenc.so;/usr/lib/x86_64-linux-gnu/libvorbisfile.so;/usr/lib/x86_64-linux-gnu/libvorbis.so;/usr/lib/x86_64-linux-gnu/libogg.so][/usr/include][/usr/include][v()]
+//Details about finding X11
+FIND_PACKAGE_MESSAGE_DETAILS_X11:INTERNAL=[/usr/include][/usr/lib/x86_64-linux-gnu/libX11.so][c ][v()]
+//ADVANCED property for variable: FLAC_INCLUDE_DIR
+FLAC_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: FLAC_LIBRARY
+FLAC_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: FREETYPE_INCLUDE_DIR_freetype2
+FREETYPE_INCLUDE_DIR_freetype2-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: FREETYPE_INCLUDE_DIR_ft2build
+FREETYPE_INCLUDE_DIR_ft2build-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: FREETYPE_LIBRARY
+FREETYPE_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: GIT_EXECUTABLE
+GIT_EXECUTABLE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OGG_INCLUDE_DIR
+OGG_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OGG_LIBRARY
+OGG_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OPENAL_INCLUDE_DIR
+OPENAL_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OPENAL_LIBRARY
+OPENAL_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OPENGL_EGL_INCLUDE_DIR
+OPENGL_EGL_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OPENGL_GLES2_INCLUDE_DIR
+OPENGL_GLES2_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OPENGL_GLES3_INCLUDE_DIR
+OPENGL_GLES3_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OPENGL_GLX_INCLUDE_DIR
+OPENGL_GLX_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OPENGL_INCLUDE_DIR
+OPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OPENGL_egl_LIBRARY
+OPENGL_egl_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OPENGL_gl_LIBRARY
+OPENGL_gl_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OPENGL_gles2_LIBRARY
+OPENGL_gles2_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OPENGL_gles3_LIBRARY
+OPENGL_gles3_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OPENGL_glu_LIBRARY
+OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OPENGL_glx_LIBRARY
+OPENGL_glx_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OPENGL_opengl_LIBRARY
+OPENGL_opengl_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: OPENGL_xmesa_INCLUDE_DIR
+OPENGL_xmesa_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: UDEV_INCLUDE_DIR
+UDEV_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: UDEV_LIBRARIES
+UDEV_LIBRARIES-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: VORBISENC_LIBRARY
+VORBISENC_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: VORBISFILE_LIBRARY
+VORBISFILE_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: VORBIS_INCLUDE_DIR
+VORBIS_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: VORBIS_LIBRARY
+VORBIS_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_ICE_INCLUDE_PATH
+X11_ICE_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_ICE_LIB
+X11_ICE_LIB-ADVANCED:INTERNAL=1
+//Have library /usr/lib/x86_64-linux-gnu/libX11.so
+X11_LIB_X11_SOLO:INTERNAL=1
+//ADVANCED property for variable: X11_SM_INCLUDE_PATH
+X11_SM_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_SM_LIB
+X11_SM_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_X11_INCLUDE_PATH
+X11_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_X11_LIB
+X11_X11_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_X11_xcb_INCLUDE_PATH
+X11_X11_xcb_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_X11_xcb_LIB
+X11_X11_xcb_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_XRes_INCLUDE_PATH
+X11_XRes_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_XRes_LIB
+X11_XRes_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_XShm_INCLUDE_PATH
+X11_XShm_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_XSync_INCLUDE_PATH
+X11_XSync_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xaccessrules_INCLUDE_PATH
+X11_Xaccessrules_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xaccessstr_INCLUDE_PATH
+X11_Xaccessstr_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xau_INCLUDE_PATH
+X11_Xau_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xau_LIB
+X11_Xau_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xaw_INCLUDE_PATH
+X11_Xaw_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xaw_LIB
+X11_Xaw_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xcomposite_INCLUDE_PATH
+X11_Xcomposite_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xcomposite_LIB
+X11_Xcomposite_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xcursor_INCLUDE_PATH
+X11_Xcursor_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xcursor_LIB
+X11_Xcursor_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xdamage_INCLUDE_PATH
+X11_Xdamage_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xdamage_LIB
+X11_Xdamage_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xdmcp_INCLUDE_PATH
+X11_Xdmcp_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xdmcp_LIB
+X11_Xdmcp_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xext_INCLUDE_PATH
+X11_Xext_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xext_LIB
+X11_Xext_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xfixes_INCLUDE_PATH
+X11_Xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xfixes_LIB
+X11_Xfixes_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xft_INCLUDE_PATH
+X11_Xft_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xft_LIB
+X11_Xft_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xi_INCLUDE_PATH
+X11_Xi_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xi_LIB
+X11_Xi_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xinerama_INCLUDE_PATH
+X11_Xinerama_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xinerama_LIB
+X11_Xinerama_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xkb_INCLUDE_PATH
+X11_Xkb_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xkblib_INCLUDE_PATH
+X11_Xkblib_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xlib_INCLUDE_PATH
+X11_Xlib_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xmu_INCLUDE_PATH
+X11_Xmu_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xmu_LIB
+X11_Xmu_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xpm_INCLUDE_PATH
+X11_Xpm_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xpm_LIB
+X11_Xpm_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xrandr_INCLUDE_PATH
+X11_Xrandr_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xrandr_LIB
+X11_Xrandr_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xrender_INCLUDE_PATH
+X11_Xrender_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xrender_LIB
+X11_Xrender_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xshape_INCLUDE_PATH
+X11_Xshape_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xss_INCLUDE_PATH
+X11_Xss_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xss_LIB
+X11_Xss_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xt_INCLUDE_PATH
+X11_Xt_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xt_LIB
+X11_Xt_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xtst_INCLUDE_PATH
+X11_Xtst_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xtst_LIB
+X11_Xtst_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xutil_INCLUDE_PATH
+X11_Xutil_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xv_INCLUDE_PATH
+X11_Xv_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xv_LIB
+X11_Xv_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xxf86misc_INCLUDE_PATH
+X11_Xxf86misc_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xxf86misc_LIB
+X11_Xxf86misc_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xxf86vm_INCLUDE_PATH
+X11_Xxf86vm_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_Xxf86vm_LIB
+X11_Xxf86vm_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_dpms_INCLUDE_PATH
+X11_dpms_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_INCLUDE_PATH
+X11_xcb_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_LIB
+X11_xcb_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_composite_INCLUDE_PATH
+X11_xcb_composite_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_composite_LIB
+X11_xcb_composite_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_cursor_INCLUDE_PATH
+X11_xcb_cursor_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_cursor_LIB
+X11_xcb_cursor_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_damage_INCLUDE_PATH
+X11_xcb_damage_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_damage_LIB
+X11_xcb_damage_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_dpms_INCLUDE_PATH
+X11_xcb_dpms_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_dpms_LIB
+X11_xcb_dpms_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_dri2_INCLUDE_PATH
+X11_xcb_dri2_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_dri2_LIB
+X11_xcb_dri2_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_dri3_INCLUDE_PATH
+X11_xcb_dri3_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_dri3_LIB
+X11_xcb_dri3_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_errors_INCLUDE_PATH
+X11_xcb_errors_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_errors_LIB
+X11_xcb_errors_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_ewmh_INCLUDE_PATH
+X11_xcb_ewmh_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_ewmh_LIB
+X11_xcb_ewmh_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_glx_INCLUDE_PATH
+X11_xcb_glx_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_glx_LIB
+X11_xcb_glx_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_icccm_INCLUDE_PATH
+X11_xcb_icccm_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_icccm_LIB
+X11_xcb_icccm_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_image_INCLUDE_PATH
+X11_xcb_image_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_image_LIB
+X11_xcb_image_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_keysyms_INCLUDE_PATH
+X11_xcb_keysyms_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_keysyms_LIB
+X11_xcb_keysyms_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_present_INCLUDE_PATH
+X11_xcb_present_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_present_LIB
+X11_xcb_present_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_randr_INCLUDE_PATH
+X11_xcb_randr_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_randr_LIB
+X11_xcb_randr_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_record_INCLUDE_PATH
+X11_xcb_record_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_record_LIB
+X11_xcb_record_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_render_INCLUDE_PATH
+X11_xcb_render_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_render_LIB
+X11_xcb_render_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_render_util_INCLUDE_PATH
+X11_xcb_render_util_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_render_util_LIB
+X11_xcb_render_util_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_res_INCLUDE_PATH
+X11_xcb_res_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_res_LIB
+X11_xcb_res_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_screensaver_INCLUDE_PATH
+X11_xcb_screensaver_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_screensaver_LIB
+X11_xcb_screensaver_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_shape_INCLUDE_PATH
+X11_xcb_shape_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_shape_LIB
+X11_xcb_shape_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_shm_INCLUDE_PATH
+X11_xcb_shm_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_shm_LIB
+X11_xcb_shm_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_sync_INCLUDE_PATH
+X11_xcb_sync_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_sync_LIB
+X11_xcb_sync_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_util_INCLUDE_PATH
+X11_xcb_util_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_util_LIB
+X11_xcb_util_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_xf86dri_INCLUDE_PATH
+X11_xcb_xf86dri_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_xf86dri_LIB
+X11_xcb_xf86dri_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_xfixes_INCLUDE_PATH
+X11_xcb_xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_xfixes_LIB
+X11_xcb_xfixes_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_xinerama_INCLUDE_PATH
+X11_xcb_xinerama_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_xinerama_LIB
+X11_xcb_xinerama_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_xinput_INCLUDE_PATH
+X11_xcb_xinput_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_xinput_LIB
+X11_xcb_xinput_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_xkb_LIB
+X11_xcb_xkb_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_xrm_INCLUDE_PATH
+X11_xcb_xrm_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_xrm_LIB
+X11_xcb_xrm_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_xtest_INCLUDE_PATH
+X11_xcb_xtest_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_xtest_LIB
+X11_xcb_xtest_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_xv_INCLUDE_PATH
+X11_xcb_xv_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_xv_LIB
+X11_xcb_xv_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_xvmc_INCLUDE_PATH
+X11_xcb_xvmc_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xcb_xvmc_LIB
+X11_xcb_xvmc_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xkbcommon_INCLUDE_PATH
+X11_xkbcommon_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xkbcommon_LIB
+X11_xkbcommon_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xkbcommon_X11_INCLUDE_PATH
+X11_xkbcommon_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xkbcommon_X11_LIB
+X11_xkbcommon_X11_LIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xkbfile_INCLUDE_PATH
+X11_xkbfile_INCLUDE_PATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: X11_xkbfile_LIB
+X11_xkbfile_LIB-ADVANCED:INTERNAL=1
+//linker supports push/pop state
+_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE
+//CMAKE_INSTALL_PREFIX during last run
+_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local
+
diff --git a/cmake-build-debug/CMakeFiles/3.28.1/CMakeCCompiler.cmake b/cmake-build-debug/CMakeFiles/3.28.1/CMakeCCompiler.cmake
new file mode 100644
index 0000000..b11488f
--- /dev/null
+++ b/cmake-build-debug/CMakeFiles/3.28.1/CMakeCCompiler.cmake
@@ -0,0 +1,74 @@
+set(CMAKE_C_COMPILER "/usr/bin/cc")
+set(CMAKE_C_COMPILER_ARG1 "")
+set(CMAKE_C_COMPILER_ID "GNU")
+set(CMAKE_C_COMPILER_VERSION "13.2.0")
+set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
+set(CMAKE_C_COMPILER_WRAPPER "")
+set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17")
+set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON")
+set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23")
+set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
+set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros")
+set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
+set(CMAKE_C17_COMPILE_FEATURES "c_std_17")
+set(CMAKE_C23_COMPILE_FEATURES "c_std_23")
+
+set(CMAKE_C_PLATFORM_ID "Linux")
+set(CMAKE_C_SIMULATE_ID "")
+set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU")
+set(CMAKE_C_SIMULATE_VERSION "")
+
+
+
+
+set(CMAKE_AR "/usr/bin/ar")
+set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-13")
+set(CMAKE_RANLIB "/usr/bin/ranlib")
+set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-13")
+set(CMAKE_LINKER "/usr/bin/ld")
+set(CMAKE_MT "")
+set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND")
+set(CMAKE_COMPILER_IS_GNUCC 1)
+set(CMAKE_C_COMPILER_LOADED 1)
+set(CMAKE_C_COMPILER_WORKS TRUE)
+set(CMAKE_C_ABI_COMPILED TRUE)
+
+set(CMAKE_C_COMPILER_ENV_VAR "CC")
+
+set(CMAKE_C_COMPILER_ID_RUN 1)
+set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
+set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
+set(CMAKE_C_LINKER_PREFERENCE 10)
+set(CMAKE_C_LINKER_DEPFILE_SUPPORTED TRUE)
+
+# Save compiler ABI information.
+set(CMAKE_C_SIZEOF_DATA_PTR "8")
+set(CMAKE_C_COMPILER_ABI "ELF")
+set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN")
+set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
+
+if(CMAKE_C_SIZEOF_DATA_PTR)
+ set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
+endif()
+
+if(CMAKE_C_COMPILER_ABI)
+ set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
+endif()
+
+if(CMAKE_C_LIBRARY_ARCHITECTURE)
+ set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
+endif()
+
+set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
+if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
+ set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
+endif()
+
+
+
+
+
+set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/13/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include")
+set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s")
+set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/13;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
+set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
diff --git a/cmake-build-debug/CMakeFiles/3.28.1/CMakeCXXCompiler.cmake b/cmake-build-debug/CMakeFiles/3.28.1/CMakeCXXCompiler.cmake
new file mode 100644
index 0000000..3ee6cf0
--- /dev/null
+++ b/cmake-build-debug/CMakeFiles/3.28.1/CMakeCXXCompiler.cmake
@@ -0,0 +1,85 @@
+set(CMAKE_CXX_COMPILER "/usr/bin/c++")
+set(CMAKE_CXX_COMPILER_ARG1 "")
+set(CMAKE_CXX_COMPILER_ID "GNU")
+set(CMAKE_CXX_COMPILER_VERSION "13.2.0")
+set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
+set(CMAKE_CXX_COMPILER_WRAPPER "")
+set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17")
+set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON")
+set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23")
+set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters")
+set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates")
+set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates")
+set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17")
+set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20")
+set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23")
+
+set(CMAKE_CXX_PLATFORM_ID "Linux")
+set(CMAKE_CXX_SIMULATE_ID "")
+set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU")
+set(CMAKE_CXX_SIMULATE_VERSION "")
+
+
+
+
+set(CMAKE_AR "/usr/bin/ar")
+set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar-13")
+set(CMAKE_RANLIB "/usr/bin/ranlib")
+set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-13")
+set(CMAKE_LINKER "/usr/bin/ld")
+set(CMAKE_MT "")
+set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND")
+set(CMAKE_COMPILER_IS_GNUCXX 1)
+set(CMAKE_CXX_COMPILER_LOADED 1)
+set(CMAKE_CXX_COMPILER_WORKS TRUE)
+set(CMAKE_CXX_ABI_COMPILED TRUE)
+
+set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
+
+set(CMAKE_CXX_COMPILER_ID_RUN 1)
+set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m)
+set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
+
+foreach (lang C OBJC OBJCXX)
+ if (CMAKE_${lang}_COMPILER_ID_RUN)
+ foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS)
+ list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension})
+ endforeach()
+ endif()
+endforeach()
+
+set(CMAKE_CXX_LINKER_PREFERENCE 30)
+set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
+set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED TRUE)
+
+# Save compiler ABI information.
+set(CMAKE_CXX_SIZEOF_DATA_PTR "8")
+set(CMAKE_CXX_COMPILER_ABI "ELF")
+set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN")
+set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
+
+if(CMAKE_CXX_SIZEOF_DATA_PTR)
+ set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
+endif()
+
+if(CMAKE_CXX_COMPILER_ABI)
+ set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
+endif()
+
+if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
+ set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
+endif()
+
+set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
+if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
+ set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
+endif()
+
+
+
+
+
+set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/13;/usr/include/x86_64-linux-gnu/c++/13;/usr/include/c++/13/backward;/usr/lib/gcc/x86_64-linux-gnu/13/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include")
+set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc")
+set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/13;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib")
+set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
diff --git a/cmake-build-debug/CMakeFiles/3.28.1/CMakeDetermineCompilerABI_C.bin b/cmake-build-debug/CMakeFiles/3.28.1/CMakeDetermineCompilerABI_C.bin
new file mode 100755
index 0000000..3e30c41
Binary files /dev/null and b/cmake-build-debug/CMakeFiles/3.28.1/CMakeDetermineCompilerABI_C.bin differ
diff --git a/cmake-build-debug/CMakeFiles/3.28.1/CMakeDetermineCompilerABI_CXX.bin b/cmake-build-debug/CMakeFiles/3.28.1/CMakeDetermineCompilerABI_CXX.bin
new file mode 100755
index 0000000..acbbe10
Binary files /dev/null and b/cmake-build-debug/CMakeFiles/3.28.1/CMakeDetermineCompilerABI_CXX.bin differ
diff --git a/cmake-build-debug/CMakeFiles/3.28.1/CMakeSystem.cmake b/cmake-build-debug/CMakeFiles/3.28.1/CMakeSystem.cmake
new file mode 100644
index 0000000..6f46042
--- /dev/null
+++ b/cmake-build-debug/CMakeFiles/3.28.1/CMakeSystem.cmake
@@ -0,0 +1,15 @@
+set(CMAKE_HOST_SYSTEM "Linux-6.5.0-26-generic")
+set(CMAKE_HOST_SYSTEM_NAME "Linux")
+set(CMAKE_HOST_SYSTEM_VERSION "6.5.0-26-generic")
+set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
+
+
+
+set(CMAKE_SYSTEM "Linux-6.5.0-26-generic")
+set(CMAKE_SYSTEM_NAME "Linux")
+set(CMAKE_SYSTEM_VERSION "6.5.0-26-generic")
+set(CMAKE_SYSTEM_PROCESSOR "x86_64")
+
+set(CMAKE_CROSSCOMPILING "FALSE")
+
+set(CMAKE_SYSTEM_LOADED 1)
diff --git a/cmake-build-debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c b/cmake-build-debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c
new file mode 100644
index 0000000..0a0ec9b
--- /dev/null
+++ b/cmake-build-debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c
@@ -0,0 +1,880 @@
+#ifdef __cplusplus
+# error "A C++ compiler has been selected for C."
+#endif
+
+#if defined(__18CXX)
+# define ID_VOID_MAIN
+#endif
+#if defined(__CLASSIC_C__)
+/* cv-qualifiers did not exist in K&R C */
+# define const
+# define volatile
+#endif
+
+#if !defined(__has_include)
+/* If the compiler does not have __has_include, pretend the answer is
+ always no. */
+# define __has_include(x) 0
+#endif
+
+
+/* Version number components: V=Version, R=Revision, P=Patch
+ Version date components: YYYY=Year, MM=Month, DD=Day */
+
+#if defined(__INTEL_COMPILER) || defined(__ICC)
+# define COMPILER_ID "Intel"
+# if defined(_MSC_VER)
+# define SIMULATE_ID "MSVC"
+# endif
+# if defined(__GNUC__)
+# define SIMULATE_ID "GNU"
+# endif
+ /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
+ except that a few beta releases use the old format with V=2021. */
+# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
+# if defined(__INTEL_COMPILER_UPDATE)
+# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
+# else
+# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
+# endif
+# else
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
+ /* The third version component from --version is an update index,
+ but no macro is provided for it. */
+# define COMPILER_VERSION_PATCH DEC(0)
+# endif
+# if defined(__INTEL_COMPILER_BUILD_DATE)
+ /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
+# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
+# endif
+# if defined(_MSC_VER)
+ /* _MSC_VER = VVRR */
+# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+# if defined(__GNUC__)
+# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
+# elif defined(__GNUG__)
+# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
+# endif
+# if defined(__GNUC_MINOR__)
+# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
+# endif
+# if defined(__GNUC_PATCHLEVEL__)
+# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+# endif
+
+#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
+# define COMPILER_ID "IntelLLVM"
+#if defined(_MSC_VER)
+# define SIMULATE_ID "MSVC"
+#endif
+#if defined(__GNUC__)
+# define SIMULATE_ID "GNU"
+#endif
+/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
+ * later. Look for 6 digit vs. 8 digit version number to decide encoding.
+ * VVVV is no smaller than the current year when a version is released.
+ */
+#if __INTEL_LLVM_COMPILER < 1000000L
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
+#else
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
+# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
+#endif
+#if defined(_MSC_VER)
+ /* _MSC_VER = VVRR */
+# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+#endif
+#if defined(__GNUC__)
+# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
+#elif defined(__GNUG__)
+# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
+#endif
+#if defined(__GNUC_MINOR__)
+# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
+#endif
+#if defined(__GNUC_PATCHLEVEL__)
+# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+#endif
+
+#elif defined(__PATHCC__)
+# define COMPILER_ID "PathScale"
+# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
+# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
+# if defined(__PATHCC_PATCHLEVEL__)
+# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
+# endif
+
+#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
+# define COMPILER_ID "Embarcadero"
+# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
+# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
+# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
+
+#elif defined(__BORLANDC__)
+# define COMPILER_ID "Borland"
+ /* __BORLANDC__ = 0xVRR */
+# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
+# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
+
+#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
+# define COMPILER_ID "Watcom"
+ /* __WATCOMC__ = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
+# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
+# if (__WATCOMC__ % 10) > 0
+# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
+# endif
+
+#elif defined(__WATCOMC__)
+# define COMPILER_ID "OpenWatcom"
+ /* __WATCOMC__ = VVRP + 1100 */
+# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
+# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
+# if (__WATCOMC__ % 10) > 0
+# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
+# endif
+
+#elif defined(__SUNPRO_C)
+# define COMPILER_ID "SunPro"
+# if __SUNPRO_C >= 0x5100
+ /* __SUNPRO_C = 0xVRRP */
+# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
+# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
+# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
+# else
+ /* __SUNPRO_CC = 0xVRP */
+# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
+# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
+# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
+# endif
+
+#elif defined(__HP_cc)
+# define COMPILER_ID "HP"
+ /* __HP_cc = VVRRPP */
+# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
+# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
+# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
+
+#elif defined(__DECC)
+# define COMPILER_ID "Compaq"
+ /* __DECC_VER = VVRRTPPPP */
+# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
+# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
+# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
+
+#elif defined(__IBMC__) && defined(__COMPILER_VER__)
+# define COMPILER_ID "zOS"
+ /* __IBMC__ = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
+# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
+
+#elif defined(__open_xl__) && defined(__clang__)
+# define COMPILER_ID "IBMClang"
+# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
+# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
+# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
+# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
+
+
+#elif defined(__ibmxl__) && defined(__clang__)
+# define COMPILER_ID "XLClang"
+# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
+# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
+# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
+# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
+
+
+#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
+# define COMPILER_ID "XL"
+ /* __IBMC__ = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
+# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
+
+#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
+# define COMPILER_ID "VisualAge"
+ /* __IBMC__ = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
+# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
+
+#elif defined(__NVCOMPILER)
+# define COMPILER_ID "NVHPC"
+# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
+# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
+# if defined(__NVCOMPILER_PATCHLEVEL__)
+# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
+# endif
+
+#elif defined(__PGI)
+# define COMPILER_ID "PGI"
+# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
+# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
+# if defined(__PGIC_PATCHLEVEL__)
+# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
+# endif
+
+#elif defined(__clang__) && defined(__cray__)
+# define COMPILER_ID "CrayClang"
+# define COMPILER_VERSION_MAJOR DEC(__cray_major__)
+# define COMPILER_VERSION_MINOR DEC(__cray_minor__)
+# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__)
+# define COMPILER_VERSION_INTERNAL_STR __clang_version__
+
+
+#elif defined(_CRAYC)
+# define COMPILER_ID "Cray"
+# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
+# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
+
+#elif defined(__TI_COMPILER_VERSION__)
+# define COMPILER_ID "TI"
+ /* __TI_COMPILER_VERSION__ = VVVRRRPPP */
+# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
+# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
+# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
+
+#elif defined(__CLANG_FUJITSU)
+# define COMPILER_ID "FujitsuClang"
+# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
+# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
+# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
+# define COMPILER_VERSION_INTERNAL_STR __clang_version__
+
+
+#elif defined(__FUJITSU)
+# define COMPILER_ID "Fujitsu"
+# if defined(__FCC_version__)
+# define COMPILER_VERSION __FCC_version__
+# elif defined(__FCC_major__)
+# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
+# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
+# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
+# endif
+# if defined(__fcc_version)
+# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
+# elif defined(__FCC_VERSION)
+# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
+# endif
+
+
+#elif defined(__ghs__)
+# define COMPILER_ID "GHS"
+/* __GHS_VERSION_NUMBER = VVVVRP */
+# ifdef __GHS_VERSION_NUMBER
+# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
+# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
+# endif
+
+#elif defined(__TASKING__)
+# define COMPILER_ID "Tasking"
+ # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000)
+ # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100)
+# define COMPILER_VERSION_INTERNAL DEC(__VERSION__)
+
+#elif defined(__ORANGEC__)
+# define COMPILER_ID "OrangeC"
+# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__)
+# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__)
+# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__)
+
+#elif defined(__TINYC__)
+# define COMPILER_ID "TinyCC"
+
+#elif defined(__BCC__)
+# define COMPILER_ID "Bruce"
+
+#elif defined(__SCO_VERSION__)
+# define COMPILER_ID "SCO"
+
+#elif defined(__ARMCC_VERSION) && !defined(__clang__)
+# define COMPILER_ID "ARMCC"
+#if __ARMCC_VERSION >= 1000000
+ /* __ARMCC_VERSION = VRRPPPP */
+ # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
+ # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
+ # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
+#else
+ /* __ARMCC_VERSION = VRPPPP */
+ # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
+ # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
+ # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
+#endif
+
+
+#elif defined(__clang__) && defined(__apple_build_version__)
+# define COMPILER_ID "AppleClang"
+# if defined(_MSC_VER)
+# define SIMULATE_ID "MSVC"
+# endif
+# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
+# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
+# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
+# if defined(_MSC_VER)
+ /* _MSC_VER = VVRR */
+# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
+
+#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
+# define COMPILER_ID "ARMClang"
+ # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
+ # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
+ # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100)
+# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
+
+#elif defined(__clang__)
+# define COMPILER_ID "Clang"
+# if defined(_MSC_VER)
+# define SIMULATE_ID "MSVC"
+# endif
+# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
+# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
+# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
+# if defined(_MSC_VER)
+ /* _MSC_VER = VVRR */
+# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+
+#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
+# define COMPILER_ID "LCC"
+# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100)
+# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100)
+# if defined(__LCC_MINOR__)
+# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
+# endif
+# if defined(__GNUC__) && defined(__GNUC_MINOR__)
+# define SIMULATE_ID "GNU"
+# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
+# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
+# if defined(__GNUC_PATCHLEVEL__)
+# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+# endif
+# endif
+
+#elif defined(__GNUC__)
+# define COMPILER_ID "GNU"
+# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
+# if defined(__GNUC_MINOR__)
+# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
+# endif
+# if defined(__GNUC_PATCHLEVEL__)
+# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+# endif
+
+#elif defined(_MSC_VER)
+# define COMPILER_ID "MSVC"
+ /* _MSC_VER = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
+# if defined(_MSC_FULL_VER)
+# if _MSC_VER >= 1400
+ /* _MSC_FULL_VER = VVRRPPPPP */
+# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
+# else
+ /* _MSC_FULL_VER = VVRRPPPP */
+# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
+# endif
+# endif
+# if defined(_MSC_BUILD)
+# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
+# endif
+
+#elif defined(_ADI_COMPILER)
+# define COMPILER_ID "ADSP"
+#if defined(__VERSIONNUM__)
+ /* __VERSIONNUM__ = 0xVVRRPPTT */
+# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
+# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
+# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
+# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
+#endif
+
+#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
+# define COMPILER_ID "IAR"
+# if defined(__VER__) && defined(__ICCARM__)
+# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
+# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
+# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
+# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
+# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
+# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
+# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
+# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
+# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
+# endif
+
+#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
+# define COMPILER_ID "SDCC"
+# if defined(__SDCC_VERSION_MAJOR)
+# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
+# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
+# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
+# else
+ /* SDCC = VRP */
+# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
+# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
+# endif
+
+
+/* These compilers are either not known or too old to define an
+ identification macro. Try to identify the platform and guess that
+ it is the native compiler. */
+#elif defined(__hpux) || defined(__hpua)
+# define COMPILER_ID "HP"
+
+#else /* unknown compiler */
+# define COMPILER_ID ""
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+ getting matched. Store it in a pointer rather than an array
+ because some compilers will just produce instructions to fill the
+ array rather than assigning a pointer to a static array. */
+char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
+#ifdef SIMULATE_ID
+char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
+#endif
+
+#ifdef __QNXNTO__
+char const* qnxnto = "INFO" ":" "qnxnto[]";
+#endif
+
+#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
+char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
+#endif
+
+#define STRINGIFY_HELPER(X) #X
+#define STRINGIFY(X) STRINGIFY_HELPER(X)
+
+/* Identify known platforms by name. */
+#if defined(__linux) || defined(__linux__) || defined(linux)
+# define PLATFORM_ID "Linux"
+
+#elif defined(__MSYS__)
+# define PLATFORM_ID "MSYS"
+
+#elif defined(__CYGWIN__)
+# define PLATFORM_ID "Cygwin"
+
+#elif defined(__MINGW32__)
+# define PLATFORM_ID "MinGW"
+
+#elif defined(__APPLE__)
+# define PLATFORM_ID "Darwin"
+
+#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
+# define PLATFORM_ID "Windows"
+
+#elif defined(__FreeBSD__) || defined(__FreeBSD)
+# define PLATFORM_ID "FreeBSD"
+
+#elif defined(__NetBSD__) || defined(__NetBSD)
+# define PLATFORM_ID "NetBSD"
+
+#elif defined(__OpenBSD__) || defined(__OPENBSD)
+# define PLATFORM_ID "OpenBSD"
+
+#elif defined(__sun) || defined(sun)
+# define PLATFORM_ID "SunOS"
+
+#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
+# define PLATFORM_ID "AIX"
+
+#elif defined(__hpux) || defined(__hpux__)
+# define PLATFORM_ID "HP-UX"
+
+#elif defined(__HAIKU__)
+# define PLATFORM_ID "Haiku"
+
+#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
+# define PLATFORM_ID "BeOS"
+
+#elif defined(__QNX__) || defined(__QNXNTO__)
+# define PLATFORM_ID "QNX"
+
+#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
+# define PLATFORM_ID "Tru64"
+
+#elif defined(__riscos) || defined(__riscos__)
+# define PLATFORM_ID "RISCos"
+
+#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
+# define PLATFORM_ID "SINIX"
+
+#elif defined(__UNIX_SV__)
+# define PLATFORM_ID "UNIX_SV"
+
+#elif defined(__bsdos__)
+# define PLATFORM_ID "BSDOS"
+
+#elif defined(_MPRAS) || defined(MPRAS)
+# define PLATFORM_ID "MP-RAS"
+
+#elif defined(__osf) || defined(__osf__)
+# define PLATFORM_ID "OSF1"
+
+#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
+# define PLATFORM_ID "SCO_SV"
+
+#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
+# define PLATFORM_ID "ULTRIX"
+
+#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
+# define PLATFORM_ID "Xenix"
+
+#elif defined(__WATCOMC__)
+# if defined(__LINUX__)
+# define PLATFORM_ID "Linux"
+
+# elif defined(__DOS__)
+# define PLATFORM_ID "DOS"
+
+# elif defined(__OS2__)
+# define PLATFORM_ID "OS2"
+
+# elif defined(__WINDOWS__)
+# define PLATFORM_ID "Windows3x"
+
+# elif defined(__VXWORKS__)
+# define PLATFORM_ID "VxWorks"
+
+# else /* unknown platform */
+# define PLATFORM_ID
+# endif
+
+#elif defined(__INTEGRITY)
+# if defined(INT_178B)
+# define PLATFORM_ID "Integrity178"
+
+# else /* regular Integrity */
+# define PLATFORM_ID "Integrity"
+# endif
+
+# elif defined(_ADI_COMPILER)
+# define PLATFORM_ID "ADSP"
+
+#else /* unknown platform */
+# define PLATFORM_ID
+
+#endif
+
+/* For windows compilers MSVC and Intel we can determine
+ the architecture of the compiler being used. This is because
+ the compilers do not have flags that can change the architecture,
+ but rather depend on which compiler is being used
+*/
+#if defined(_WIN32) && defined(_MSC_VER)
+# if defined(_M_IA64)
+# define ARCHITECTURE_ID "IA64"
+
+# elif defined(_M_ARM64EC)
+# define ARCHITECTURE_ID "ARM64EC"
+
+# elif defined(_M_X64) || defined(_M_AMD64)
+# define ARCHITECTURE_ID "x64"
+
+# elif defined(_M_IX86)
+# define ARCHITECTURE_ID "X86"
+
+# elif defined(_M_ARM64)
+# define ARCHITECTURE_ID "ARM64"
+
+# elif defined(_M_ARM)
+# if _M_ARM == 4
+# define ARCHITECTURE_ID "ARMV4I"
+# elif _M_ARM == 5
+# define ARCHITECTURE_ID "ARMV5I"
+# else
+# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
+# endif
+
+# elif defined(_M_MIPS)
+# define ARCHITECTURE_ID "MIPS"
+
+# elif defined(_M_SH)
+# define ARCHITECTURE_ID "SHx"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__WATCOMC__)
+# if defined(_M_I86)
+# define ARCHITECTURE_ID "I86"
+
+# elif defined(_M_IX86)
+# define ARCHITECTURE_ID "X86"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
+# if defined(__ICCARM__)
+# define ARCHITECTURE_ID "ARM"
+
+# elif defined(__ICCRX__)
+# define ARCHITECTURE_ID "RX"
+
+# elif defined(__ICCRH850__)
+# define ARCHITECTURE_ID "RH850"
+
+# elif defined(__ICCRL78__)
+# define ARCHITECTURE_ID "RL78"
+
+# elif defined(__ICCRISCV__)
+# define ARCHITECTURE_ID "RISCV"
+
+# elif defined(__ICCAVR__)
+# define ARCHITECTURE_ID "AVR"
+
+# elif defined(__ICC430__)
+# define ARCHITECTURE_ID "MSP430"
+
+# elif defined(__ICCV850__)
+# define ARCHITECTURE_ID "V850"
+
+# elif defined(__ICC8051__)
+# define ARCHITECTURE_ID "8051"
+
+# elif defined(__ICCSTM8__)
+# define ARCHITECTURE_ID "STM8"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__ghs__)
+# if defined(__PPC64__)
+# define ARCHITECTURE_ID "PPC64"
+
+# elif defined(__ppc__)
+# define ARCHITECTURE_ID "PPC"
+
+# elif defined(__ARM__)
+# define ARCHITECTURE_ID "ARM"
+
+# elif defined(__x86_64__)
+# define ARCHITECTURE_ID "x64"
+
+# elif defined(__i386__)
+# define ARCHITECTURE_ID "X86"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__TI_COMPILER_VERSION__)
+# if defined(__TI_ARM__)
+# define ARCHITECTURE_ID "ARM"
+
+# elif defined(__MSP430__)
+# define ARCHITECTURE_ID "MSP430"
+
+# elif defined(__TMS320C28XX__)
+# define ARCHITECTURE_ID "TMS320C28x"
+
+# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
+# define ARCHITECTURE_ID "TMS320C6x"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+# elif defined(__ADSPSHARC__)
+# define ARCHITECTURE_ID "SHARC"
+
+# elif defined(__ADSPBLACKFIN__)
+# define ARCHITECTURE_ID "Blackfin"
+
+#elif defined(__TASKING__)
+
+# if defined(__CTC__) || defined(__CPTC__)
+# define ARCHITECTURE_ID "TriCore"
+
+# elif defined(__CMCS__)
+# define ARCHITECTURE_ID "MCS"
+
+# elif defined(__CARM__)
+# define ARCHITECTURE_ID "ARM"
+
+# elif defined(__CARC__)
+# define ARCHITECTURE_ID "ARC"
+
+# elif defined(__C51__)
+# define ARCHITECTURE_ID "8051"
+
+# elif defined(__CPCP__)
+# define ARCHITECTURE_ID "PCP"
+
+# else
+# define ARCHITECTURE_ID ""
+# endif
+
+#else
+# define ARCHITECTURE_ID
+#endif
+
+/* Convert integer to decimal digit literals. */
+#define DEC(n) \
+ ('0' + (((n) / 10000000)%10)), \
+ ('0' + (((n) / 1000000)%10)), \
+ ('0' + (((n) / 100000)%10)), \
+ ('0' + (((n) / 10000)%10)), \
+ ('0' + (((n) / 1000)%10)), \
+ ('0' + (((n) / 100)%10)), \
+ ('0' + (((n) / 10)%10)), \
+ ('0' + ((n) % 10))
+
+/* Convert integer to hex digit literals. */
+#define HEX(n) \
+ ('0' + ((n)>>28 & 0xF)), \
+ ('0' + ((n)>>24 & 0xF)), \
+ ('0' + ((n)>>20 & 0xF)), \
+ ('0' + ((n)>>16 & 0xF)), \
+ ('0' + ((n)>>12 & 0xF)), \
+ ('0' + ((n)>>8 & 0xF)), \
+ ('0' + ((n)>>4 & 0xF)), \
+ ('0' + ((n) & 0xF))
+
+/* Construct a string literal encoding the version number. */
+#ifdef COMPILER_VERSION
+char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
+
+/* Construct a string literal encoding the version number components. */
+#elif defined(COMPILER_VERSION_MAJOR)
+char const info_version[] = {
+ 'I', 'N', 'F', 'O', ':',
+ 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
+ COMPILER_VERSION_MAJOR,
+# ifdef COMPILER_VERSION_MINOR
+ '.', COMPILER_VERSION_MINOR,
+# ifdef COMPILER_VERSION_PATCH
+ '.', COMPILER_VERSION_PATCH,
+# ifdef COMPILER_VERSION_TWEAK
+ '.', COMPILER_VERSION_TWEAK,
+# endif
+# endif
+# endif
+ ']','\0'};
+#endif
+
+/* Construct a string literal encoding the internal version number. */
+#ifdef COMPILER_VERSION_INTERNAL
+char const info_version_internal[] = {
+ 'I', 'N', 'F', 'O', ':',
+ 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
+ 'i','n','t','e','r','n','a','l','[',
+ COMPILER_VERSION_INTERNAL,']','\0'};
+#elif defined(COMPILER_VERSION_INTERNAL_STR)
+char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
+#endif
+
+/* Construct a string literal encoding the version number components. */
+#ifdef SIMULATE_VERSION_MAJOR
+char const info_simulate_version[] = {
+ 'I', 'N', 'F', 'O', ':',
+ 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
+ SIMULATE_VERSION_MAJOR,
+# ifdef SIMULATE_VERSION_MINOR
+ '.', SIMULATE_VERSION_MINOR,
+# ifdef SIMULATE_VERSION_PATCH
+ '.', SIMULATE_VERSION_PATCH,
+# ifdef SIMULATE_VERSION_TWEAK
+ '.', SIMULATE_VERSION_TWEAK,
+# endif
+# endif
+# endif
+ ']','\0'};
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+ getting matched. Store it in a pointer rather than an array
+ because some compilers will just produce instructions to fill the
+ array rather than assigning a pointer to a static array. */
+char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
+char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
+
+
+
+#if !defined(__STDC__) && !defined(__clang__)
+# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__)
+# define C_VERSION "90"
+# else
+# define C_VERSION
+# endif
+#elif __STDC_VERSION__ > 201710L
+# define C_VERSION "23"
+#elif __STDC_VERSION__ >= 201710L
+# define C_VERSION "17"
+#elif __STDC_VERSION__ >= 201000L
+# define C_VERSION "11"
+#elif __STDC_VERSION__ >= 199901L
+# define C_VERSION "99"
+#else
+# define C_VERSION "90"
+#endif
+const char* info_language_standard_default =
+ "INFO" ":" "standard_default[" C_VERSION "]";
+
+const char* info_language_extensions_default = "INFO" ":" "extensions_default["
+#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \
+ defined(__TI_COMPILER_VERSION__)) && \
+ !defined(__STRICT_ANSI__)
+ "ON"
+#else
+ "OFF"
+#endif
+"]";
+
+/*--------------------------------------------------------------------------*/
+
+#ifdef ID_VOID_MAIN
+void main() {}
+#else
+# if defined(__CLASSIC_C__)
+int main(argc, argv) int argc; char *argv[];
+# else
+int main(int argc, char* argv[])
+# endif
+{
+ int require = 0;
+ require += info_compiler[argc];
+ require += info_platform[argc];
+ require += info_arch[argc];
+#ifdef COMPILER_VERSION_MAJOR
+ require += info_version[argc];
+#endif
+#ifdef COMPILER_VERSION_INTERNAL
+ require += info_version_internal[argc];
+#endif
+#ifdef SIMULATE_ID
+ require += info_simulate[argc];
+#endif
+#ifdef SIMULATE_VERSION_MAJOR
+ require += info_simulate_version[argc];
+#endif
+#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
+ require += info_cray[argc];
+#endif
+ require += info_language_standard_default[argc];
+ require += info_language_extensions_default[argc];
+ (void)argv;
+ return require;
+}
+#endif
diff --git a/cmake-build-debug/CMakeFiles/3.28.1/CompilerIdC/a.out b/cmake-build-debug/CMakeFiles/3.28.1/CompilerIdC/a.out
new file mode 100755
index 0000000..a4de481
Binary files /dev/null and b/cmake-build-debug/CMakeFiles/3.28.1/CompilerIdC/a.out differ
diff --git a/cmake-build-debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp b/cmake-build-debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp
new file mode 100644
index 0000000..9c9c90e
--- /dev/null
+++ b/cmake-build-debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp
@@ -0,0 +1,869 @@
+/* This source file must have a .cpp extension so that all C++ compilers
+ recognize the extension without flags. Borland does not know .cxx for
+ example. */
+#ifndef __cplusplus
+# error "A C compiler has been selected for C++."
+#endif
+
+#if !defined(__has_include)
+/* If the compiler does not have __has_include, pretend the answer is
+ always no. */
+# define __has_include(x) 0
+#endif
+
+
+/* Version number components: V=Version, R=Revision, P=Patch
+ Version date components: YYYY=Year, MM=Month, DD=Day */
+
+#if defined(__COMO__)
+# define COMPILER_ID "Comeau"
+ /* __COMO_VERSION__ = VRR */
+# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
+# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)
+
+#elif defined(__INTEL_COMPILER) || defined(__ICC)
+# define COMPILER_ID "Intel"
+# if defined(_MSC_VER)
+# define SIMULATE_ID "MSVC"
+# endif
+# if defined(__GNUC__)
+# define SIMULATE_ID "GNU"
+# endif
+ /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
+ except that a few beta releases use the old format with V=2021. */
+# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
+# if defined(__INTEL_COMPILER_UPDATE)
+# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
+# else
+# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
+# endif
+# else
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
+ /* The third version component from --version is an update index,
+ but no macro is provided for it. */
+# define COMPILER_VERSION_PATCH DEC(0)
+# endif
+# if defined(__INTEL_COMPILER_BUILD_DATE)
+ /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
+# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
+# endif
+# if defined(_MSC_VER)
+ /* _MSC_VER = VVRR */
+# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+# if defined(__GNUC__)
+# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
+# elif defined(__GNUG__)
+# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
+# endif
+# if defined(__GNUC_MINOR__)
+# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
+# endif
+# if defined(__GNUC_PATCHLEVEL__)
+# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+# endif
+
+#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
+# define COMPILER_ID "IntelLLVM"
+#if defined(_MSC_VER)
+# define SIMULATE_ID "MSVC"
+#endif
+#if defined(__GNUC__)
+# define SIMULATE_ID "GNU"
+#endif
+/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
+ * later. Look for 6 digit vs. 8 digit version number to decide encoding.
+ * VVVV is no smaller than the current year when a version is released.
+ */
+#if __INTEL_LLVM_COMPILER < 1000000L
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
+#else
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
+# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
+#endif
+#if defined(_MSC_VER)
+ /* _MSC_VER = VVRR */
+# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+#endif
+#if defined(__GNUC__)
+# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
+#elif defined(__GNUG__)
+# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
+#endif
+#if defined(__GNUC_MINOR__)
+# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
+#endif
+#if defined(__GNUC_PATCHLEVEL__)
+# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+#endif
+
+#elif defined(__PATHCC__)
+# define COMPILER_ID "PathScale"
+# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
+# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
+# if defined(__PATHCC_PATCHLEVEL__)
+# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
+# endif
+
+#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
+# define COMPILER_ID "Embarcadero"
+# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
+# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
+# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
+
+#elif defined(__BORLANDC__)
+# define COMPILER_ID "Borland"
+ /* __BORLANDC__ = 0xVRR */
+# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
+# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
+
+#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
+# define COMPILER_ID "Watcom"
+ /* __WATCOMC__ = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
+# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
+# if (__WATCOMC__ % 10) > 0
+# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
+# endif
+
+#elif defined(__WATCOMC__)
+# define COMPILER_ID "OpenWatcom"
+ /* __WATCOMC__ = VVRP + 1100 */
+# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
+# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
+# if (__WATCOMC__ % 10) > 0
+# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
+# endif
+
+#elif defined(__SUNPRO_CC)
+# define COMPILER_ID "SunPro"
+# if __SUNPRO_CC >= 0x5100
+ /* __SUNPRO_CC = 0xVRRP */
+# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
+# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
+# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
+# else
+ /* __SUNPRO_CC = 0xVRP */
+# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
+# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
+# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
+# endif
+
+#elif defined(__HP_aCC)
+# define COMPILER_ID "HP"
+ /* __HP_aCC = VVRRPP */
+# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
+# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
+# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
+
+#elif defined(__DECCXX)
+# define COMPILER_ID "Compaq"
+ /* __DECCXX_VER = VVRRTPPPP */
+# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
+# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100)
+# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000)
+
+#elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
+# define COMPILER_ID "zOS"
+ /* __IBMCPP__ = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
+# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
+
+#elif defined(__open_xl__) && defined(__clang__)
+# define COMPILER_ID "IBMClang"
+# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
+# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
+# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
+# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
+
+
+#elif defined(__ibmxl__) && defined(__clang__)
+# define COMPILER_ID "XLClang"
+# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
+# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
+# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
+# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
+
+
+#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
+# define COMPILER_ID "XL"
+ /* __IBMCPP__ = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
+# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
+
+#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
+# define COMPILER_ID "VisualAge"
+ /* __IBMCPP__ = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
+# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
+
+#elif defined(__NVCOMPILER)
+# define COMPILER_ID "NVHPC"
+# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
+# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
+# if defined(__NVCOMPILER_PATCHLEVEL__)
+# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
+# endif
+
+#elif defined(__PGI)
+# define COMPILER_ID "PGI"
+# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
+# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
+# if defined(__PGIC_PATCHLEVEL__)
+# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
+# endif
+
+#elif defined(__clang__) && defined(__cray__)
+# define COMPILER_ID "CrayClang"
+# define COMPILER_VERSION_MAJOR DEC(__cray_major__)
+# define COMPILER_VERSION_MINOR DEC(__cray_minor__)
+# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__)
+# define COMPILER_VERSION_INTERNAL_STR __clang_version__
+
+
+#elif defined(_CRAYC)
+# define COMPILER_ID "Cray"
+# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
+# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
+
+#elif defined(__TI_COMPILER_VERSION__)
+# define COMPILER_ID "TI"
+ /* __TI_COMPILER_VERSION__ = VVVRRRPPP */
+# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
+# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
+# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
+
+#elif defined(__CLANG_FUJITSU)
+# define COMPILER_ID "FujitsuClang"
+# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
+# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
+# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
+# define COMPILER_VERSION_INTERNAL_STR __clang_version__
+
+
+#elif defined(__FUJITSU)
+# define COMPILER_ID "Fujitsu"
+# if defined(__FCC_version__)
+# define COMPILER_VERSION __FCC_version__
+# elif defined(__FCC_major__)
+# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
+# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
+# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
+# endif
+# if defined(__fcc_version)
+# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
+# elif defined(__FCC_VERSION)
+# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
+# endif
+
+
+#elif defined(__ghs__)
+# define COMPILER_ID "GHS"
+/* __GHS_VERSION_NUMBER = VVVVRP */
+# ifdef __GHS_VERSION_NUMBER
+# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
+# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
+# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
+# endif
+
+#elif defined(__TASKING__)
+# define COMPILER_ID "Tasking"
+ # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000)
+ # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100)
+# define COMPILER_VERSION_INTERNAL DEC(__VERSION__)
+
+#elif defined(__ORANGEC__)
+# define COMPILER_ID "OrangeC"
+# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__)
+# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__)
+# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__)
+
+#elif defined(__SCO_VERSION__)
+# define COMPILER_ID "SCO"
+
+#elif defined(__ARMCC_VERSION) && !defined(__clang__)
+# define COMPILER_ID "ARMCC"
+#if __ARMCC_VERSION >= 1000000
+ /* __ARMCC_VERSION = VRRPPPP */
+ # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
+ # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
+ # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
+#else
+ /* __ARMCC_VERSION = VRPPPP */
+ # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
+ # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
+ # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
+#endif
+
+
+#elif defined(__clang__) && defined(__apple_build_version__)
+# define COMPILER_ID "AppleClang"
+# if defined(_MSC_VER)
+# define SIMULATE_ID "MSVC"
+# endif
+# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
+# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
+# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
+# if defined(_MSC_VER)
+ /* _MSC_VER = VVRR */
+# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
+
+#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
+# define COMPILER_ID "ARMClang"
+ # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
+ # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
+ # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100)
+# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
+
+#elif defined(__clang__)
+# define COMPILER_ID "Clang"
+# if defined(_MSC_VER)
+# define SIMULATE_ID "MSVC"
+# endif
+# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
+# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
+# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
+# if defined(_MSC_VER)
+ /* _MSC_VER = VVRR */
+# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+
+#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
+# define COMPILER_ID "LCC"
+# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100)
+# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100)
+# if defined(__LCC_MINOR__)
+# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
+# endif
+# if defined(__GNUC__) && defined(__GNUC_MINOR__)
+# define SIMULATE_ID "GNU"
+# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
+# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
+# if defined(__GNUC_PATCHLEVEL__)
+# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+# endif
+# endif
+
+#elif defined(__GNUC__) || defined(__GNUG__)
+# define COMPILER_ID "GNU"
+# if defined(__GNUC__)
+# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
+# else
+# define COMPILER_VERSION_MAJOR DEC(__GNUG__)
+# endif
+# if defined(__GNUC_MINOR__)
+# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
+# endif
+# if defined(__GNUC_PATCHLEVEL__)
+# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+# endif
+
+#elif defined(_MSC_VER)
+# define COMPILER_ID "MSVC"
+ /* _MSC_VER = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
+# if defined(_MSC_FULL_VER)
+# if _MSC_VER >= 1400
+ /* _MSC_FULL_VER = VVRRPPPPP */
+# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
+# else
+ /* _MSC_FULL_VER = VVRRPPPP */
+# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
+# endif
+# endif
+# if defined(_MSC_BUILD)
+# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
+# endif
+
+#elif defined(_ADI_COMPILER)
+# define COMPILER_ID "ADSP"
+#if defined(__VERSIONNUM__)
+ /* __VERSIONNUM__ = 0xVVRRPPTT */
+# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
+# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
+# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
+# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
+#endif
+
+#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
+# define COMPILER_ID "IAR"
+# if defined(__VER__) && defined(__ICCARM__)
+# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
+# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
+# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
+# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
+# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
+# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
+# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
+# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
+# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
+# endif
+
+
+/* These compilers are either not known or too old to define an
+ identification macro. Try to identify the platform and guess that
+ it is the native compiler. */
+#elif defined(__hpux) || defined(__hpua)
+# define COMPILER_ID "HP"
+
+#else /* unknown compiler */
+# define COMPILER_ID ""
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+ getting matched. Store it in a pointer rather than an array
+ because some compilers will just produce instructions to fill the
+ array rather than assigning a pointer to a static array. */
+char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
+#ifdef SIMULATE_ID
+char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
+#endif
+
+#ifdef __QNXNTO__
+char const* qnxnto = "INFO" ":" "qnxnto[]";
+#endif
+
+#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
+char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
+#endif
+
+#define STRINGIFY_HELPER(X) #X
+#define STRINGIFY(X) STRINGIFY_HELPER(X)
+
+/* Identify known platforms by name. */
+#if defined(__linux) || defined(__linux__) || defined(linux)
+# define PLATFORM_ID "Linux"
+
+#elif defined(__MSYS__)
+# define PLATFORM_ID "MSYS"
+
+#elif defined(__CYGWIN__)
+# define PLATFORM_ID "Cygwin"
+
+#elif defined(__MINGW32__)
+# define PLATFORM_ID "MinGW"
+
+#elif defined(__APPLE__)
+# define PLATFORM_ID "Darwin"
+
+#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
+# define PLATFORM_ID "Windows"
+
+#elif defined(__FreeBSD__) || defined(__FreeBSD)
+# define PLATFORM_ID "FreeBSD"
+
+#elif defined(__NetBSD__) || defined(__NetBSD)
+# define PLATFORM_ID "NetBSD"
+
+#elif defined(__OpenBSD__) || defined(__OPENBSD)
+# define PLATFORM_ID "OpenBSD"
+
+#elif defined(__sun) || defined(sun)
+# define PLATFORM_ID "SunOS"
+
+#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
+# define PLATFORM_ID "AIX"
+
+#elif defined(__hpux) || defined(__hpux__)
+# define PLATFORM_ID "HP-UX"
+
+#elif defined(__HAIKU__)
+# define PLATFORM_ID "Haiku"
+
+#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
+# define PLATFORM_ID "BeOS"
+
+#elif defined(__QNX__) || defined(__QNXNTO__)
+# define PLATFORM_ID "QNX"
+
+#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
+# define PLATFORM_ID "Tru64"
+
+#elif defined(__riscos) || defined(__riscos__)
+# define PLATFORM_ID "RISCos"
+
+#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
+# define PLATFORM_ID "SINIX"
+
+#elif defined(__UNIX_SV__)
+# define PLATFORM_ID "UNIX_SV"
+
+#elif defined(__bsdos__)
+# define PLATFORM_ID "BSDOS"
+
+#elif defined(_MPRAS) || defined(MPRAS)
+# define PLATFORM_ID "MP-RAS"
+
+#elif defined(__osf) || defined(__osf__)
+# define PLATFORM_ID "OSF1"
+
+#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
+# define PLATFORM_ID "SCO_SV"
+
+#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
+# define PLATFORM_ID "ULTRIX"
+
+#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
+# define PLATFORM_ID "Xenix"
+
+#elif defined(__WATCOMC__)
+# if defined(__LINUX__)
+# define PLATFORM_ID "Linux"
+
+# elif defined(__DOS__)
+# define PLATFORM_ID "DOS"
+
+# elif defined(__OS2__)
+# define PLATFORM_ID "OS2"
+
+# elif defined(__WINDOWS__)
+# define PLATFORM_ID "Windows3x"
+
+# elif defined(__VXWORKS__)
+# define PLATFORM_ID "VxWorks"
+
+# else /* unknown platform */
+# define PLATFORM_ID
+# endif
+
+#elif defined(__INTEGRITY)
+# if defined(INT_178B)
+# define PLATFORM_ID "Integrity178"
+
+# else /* regular Integrity */
+# define PLATFORM_ID "Integrity"
+# endif
+
+# elif defined(_ADI_COMPILER)
+# define PLATFORM_ID "ADSP"
+
+#else /* unknown platform */
+# define PLATFORM_ID
+
+#endif
+
+/* For windows compilers MSVC and Intel we can determine
+ the architecture of the compiler being used. This is because
+ the compilers do not have flags that can change the architecture,
+ but rather depend on which compiler is being used
+*/
+#if defined(_WIN32) && defined(_MSC_VER)
+# if defined(_M_IA64)
+# define ARCHITECTURE_ID "IA64"
+
+# elif defined(_M_ARM64EC)
+# define ARCHITECTURE_ID "ARM64EC"
+
+# elif defined(_M_X64) || defined(_M_AMD64)
+# define ARCHITECTURE_ID "x64"
+
+# elif defined(_M_IX86)
+# define ARCHITECTURE_ID "X86"
+
+# elif defined(_M_ARM64)
+# define ARCHITECTURE_ID "ARM64"
+
+# elif defined(_M_ARM)
+# if _M_ARM == 4
+# define ARCHITECTURE_ID "ARMV4I"
+# elif _M_ARM == 5
+# define ARCHITECTURE_ID "ARMV5I"
+# else
+# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
+# endif
+
+# elif defined(_M_MIPS)
+# define ARCHITECTURE_ID "MIPS"
+
+# elif defined(_M_SH)
+# define ARCHITECTURE_ID "SHx"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__WATCOMC__)
+# if defined(_M_I86)
+# define ARCHITECTURE_ID "I86"
+
+# elif defined(_M_IX86)
+# define ARCHITECTURE_ID "X86"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
+# if defined(__ICCARM__)
+# define ARCHITECTURE_ID "ARM"
+
+# elif defined(__ICCRX__)
+# define ARCHITECTURE_ID "RX"
+
+# elif defined(__ICCRH850__)
+# define ARCHITECTURE_ID "RH850"
+
+# elif defined(__ICCRL78__)
+# define ARCHITECTURE_ID "RL78"
+
+# elif defined(__ICCRISCV__)
+# define ARCHITECTURE_ID "RISCV"
+
+# elif defined(__ICCAVR__)
+# define ARCHITECTURE_ID "AVR"
+
+# elif defined(__ICC430__)
+# define ARCHITECTURE_ID "MSP430"
+
+# elif defined(__ICCV850__)
+# define ARCHITECTURE_ID "V850"
+
+# elif defined(__ICC8051__)
+# define ARCHITECTURE_ID "8051"
+
+# elif defined(__ICCSTM8__)
+# define ARCHITECTURE_ID "STM8"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__ghs__)
+# if defined(__PPC64__)
+# define ARCHITECTURE_ID "PPC64"
+
+# elif defined(__ppc__)
+# define ARCHITECTURE_ID "PPC"
+
+# elif defined(__ARM__)
+# define ARCHITECTURE_ID "ARM"
+
+# elif defined(__x86_64__)
+# define ARCHITECTURE_ID "x64"
+
+# elif defined(__i386__)
+# define ARCHITECTURE_ID "X86"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__TI_COMPILER_VERSION__)
+# if defined(__TI_ARM__)
+# define ARCHITECTURE_ID "ARM"
+
+# elif defined(__MSP430__)
+# define ARCHITECTURE_ID "MSP430"
+
+# elif defined(__TMS320C28XX__)
+# define ARCHITECTURE_ID "TMS320C28x"
+
+# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
+# define ARCHITECTURE_ID "TMS320C6x"
+
+# else /* unknown architecture */
+# define ARCHITECTURE_ID ""
+# endif
+
+# elif defined(__ADSPSHARC__)
+# define ARCHITECTURE_ID "SHARC"
+
+# elif defined(__ADSPBLACKFIN__)
+# define ARCHITECTURE_ID "Blackfin"
+
+#elif defined(__TASKING__)
+
+# if defined(__CTC__) || defined(__CPTC__)
+# define ARCHITECTURE_ID "TriCore"
+
+# elif defined(__CMCS__)
+# define ARCHITECTURE_ID "MCS"
+
+# elif defined(__CARM__)
+# define ARCHITECTURE_ID "ARM"
+
+# elif defined(__CARC__)
+# define ARCHITECTURE_ID "ARC"
+
+# elif defined(__C51__)
+# define ARCHITECTURE_ID "8051"
+
+# elif defined(__CPCP__)
+# define ARCHITECTURE_ID "PCP"
+
+# else
+# define ARCHITECTURE_ID ""
+# endif
+
+#else
+# define ARCHITECTURE_ID
+#endif
+
+/* Convert integer to decimal digit literals. */
+#define DEC(n) \
+ ('0' + (((n) / 10000000)%10)), \
+ ('0' + (((n) / 1000000)%10)), \
+ ('0' + (((n) / 100000)%10)), \
+ ('0' + (((n) / 10000)%10)), \
+ ('0' + (((n) / 1000)%10)), \
+ ('0' + (((n) / 100)%10)), \
+ ('0' + (((n) / 10)%10)), \
+ ('0' + ((n) % 10))
+
+/* Convert integer to hex digit literals. */
+#define HEX(n) \
+ ('0' + ((n)>>28 & 0xF)), \
+ ('0' + ((n)>>24 & 0xF)), \
+ ('0' + ((n)>>20 & 0xF)), \
+ ('0' + ((n)>>16 & 0xF)), \
+ ('0' + ((n)>>12 & 0xF)), \
+ ('0' + ((n)>>8 & 0xF)), \
+ ('0' + ((n)>>4 & 0xF)), \
+ ('0' + ((n) & 0xF))
+
+/* Construct a string literal encoding the version number. */
+#ifdef COMPILER_VERSION
+char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
+
+/* Construct a string literal encoding the version number components. */
+#elif defined(COMPILER_VERSION_MAJOR)
+char const info_version[] = {
+ 'I', 'N', 'F', 'O', ':',
+ 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
+ COMPILER_VERSION_MAJOR,
+# ifdef COMPILER_VERSION_MINOR
+ '.', COMPILER_VERSION_MINOR,
+# ifdef COMPILER_VERSION_PATCH
+ '.', COMPILER_VERSION_PATCH,
+# ifdef COMPILER_VERSION_TWEAK
+ '.', COMPILER_VERSION_TWEAK,
+# endif
+# endif
+# endif
+ ']','\0'};
+#endif
+
+/* Construct a string literal encoding the internal version number. */
+#ifdef COMPILER_VERSION_INTERNAL
+char const info_version_internal[] = {
+ 'I', 'N', 'F', 'O', ':',
+ 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
+ 'i','n','t','e','r','n','a','l','[',
+ COMPILER_VERSION_INTERNAL,']','\0'};
+#elif defined(COMPILER_VERSION_INTERNAL_STR)
+char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
+#endif
+
+/* Construct a string literal encoding the version number components. */
+#ifdef SIMULATE_VERSION_MAJOR
+char const info_simulate_version[] = {
+ 'I', 'N', 'F', 'O', ':',
+ 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
+ SIMULATE_VERSION_MAJOR,
+# ifdef SIMULATE_VERSION_MINOR
+ '.', SIMULATE_VERSION_MINOR,
+# ifdef SIMULATE_VERSION_PATCH
+ '.', SIMULATE_VERSION_PATCH,
+# ifdef SIMULATE_VERSION_TWEAK
+ '.', SIMULATE_VERSION_TWEAK,
+# endif
+# endif
+# endif
+ ']','\0'};
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+ getting matched. Store it in a pointer rather than an array
+ because some compilers will just produce instructions to fill the
+ array rather than assigning a pointer to a static array. */
+char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
+char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
+
+
+
+#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L
+# if defined(__INTEL_CXX11_MODE__)
+# if defined(__cpp_aggregate_nsdmi)
+# define CXX_STD 201402L
+# else
+# define CXX_STD 201103L
+# endif
+# else
+# define CXX_STD 199711L
+# endif
+#elif defined(_MSC_VER) && defined(_MSVC_LANG)
+# define CXX_STD _MSVC_LANG
+#else
+# define CXX_STD __cplusplus
+#endif
+
+const char* info_language_standard_default = "INFO" ":" "standard_default["
+#if CXX_STD > 202002L
+ "23"
+#elif CXX_STD > 201703L
+ "20"
+#elif CXX_STD >= 201703L
+ "17"
+#elif CXX_STD >= 201402L
+ "14"
+#elif CXX_STD >= 201103L
+ "11"
+#else
+ "98"
+#endif
+"]";
+
+const char* info_language_extensions_default = "INFO" ":" "extensions_default["
+#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \
+ defined(__TI_COMPILER_VERSION__)) && \
+ !defined(__STRICT_ANSI__)
+ "ON"
+#else
+ "OFF"
+#endif
+"]";
+
+/*--------------------------------------------------------------------------*/
+
+int main(int argc, char* argv[])
+{
+ int require = 0;
+ require += info_compiler[argc];
+ require += info_platform[argc];
+ require += info_arch[argc];
+#ifdef COMPILER_VERSION_MAJOR
+ require += info_version[argc];
+#endif
+#ifdef COMPILER_VERSION_INTERNAL
+ require += info_version_internal[argc];
+#endif
+#ifdef SIMULATE_ID
+ require += info_simulate[argc];
+#endif
+#ifdef SIMULATE_VERSION_MAJOR
+ require += info_simulate_version[argc];
+#endif
+#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
+ require += info_cray[argc];
+#endif
+ require += info_language_standard_default[argc];
+ require += info_language_extensions_default[argc];
+ (void)argv;
+ return require;
+}
diff --git a/cmake-build-debug/CMakeFiles/3.28.1/CompilerIdCXX/a.out b/cmake-build-debug/CMakeFiles/3.28.1/CompilerIdCXX/a.out
new file mode 100755
index 0000000..482576c
Binary files /dev/null and b/cmake-build-debug/CMakeFiles/3.28.1/CompilerIdCXX/a.out differ
diff --git a/cmake-build-debug/CMakeFiles/CMakeConfigureLog.yaml b/cmake-build-debug/CMakeFiles/CMakeConfigureLog.yaml
new file mode 100644
index 0000000..52b94e7
--- /dev/null
+++ b/cmake-build-debug/CMakeFiles/CMakeConfigureLog.yaml
@@ -0,0 +1,665 @@
+
+---
+events:
+ -
+ kind: "message-v1"
+ backtrace:
+ - "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeDetermineSystem.cmake:233 (message)"
+ - "CMakeLists.txt:2 (project)"
+ message: |
+ The system is: Linux - 6.5.0-26-generic - x86_64
+ -
+ kind: "message-v1"
+ backtrace:
+ - "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
+ - "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
+ - "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)"
+ - "CMakeLists.txt:2 (project)"
+ message: |
+ Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
+ Compiler: /usr/bin/c++
+ Build flags:
+ Id flags:
+
+ The output was:
+ 0
+
+
+ Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
+
+ The CXX compiler identification is GNU, found in:
+ /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/3.28.1/CompilerIdCXX/a.out
+
+ -
+ kind: "try_compile-v1"
+ backtrace:
+ - "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)"
+ - "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
+ - "CMakeLists.txt:2 (project)"
+ checks:
+ - "Detecting CXX compiler ABI info"
+ directories:
+ source: "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-DolyRK"
+ binary: "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-DolyRK"
+ cmakeVariables:
+ CMAKE_CXX_FLAGS: ""
+ CMAKE_CXX_FLAGS_DEBUG: "-g"
+ CMAKE_EXE_LINKER_FLAGS: ""
+ buildResult:
+ variable: "CMAKE_CXX_ABI_COMPILED"
+ cached: true
+ stdout: |
+ Change Dir: '/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-DolyRK'
+
+ Run Build Command(s): /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/ninja/linux/x64/ninja -v cmTC_aa245
+ [1/2] /usr/bin/c++ -fdiagnostics-color=always -v -o CMakeFiles/cmTC_aa245.dir/CMakeCXXCompilerABI.cpp.o -c /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeCXXCompilerABI.cpp
+ Using built-in specs.
+ COLLECT_GCC=/usr/bin/c++
+ OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
+ OFFLOAD_TARGET_DEFAULT=1
+ Target: x86_64-linux-gnu
+ Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.2.0-4ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-XYspKM/gcc-13-13.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-13-XYspKM/gcc-13-13.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
+ Thread model: posix
+ Supported LTO compression algorithms: zlib zstd
+ gcc version 13.2.0 (Ubuntu 13.2.0-4ubuntu3)
+ COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_aa245.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_aa245.dir/'
+ /usr/libexec/gcc/x86_64-linux-gnu/13/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_aa245.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/cc6KtfqY.s
+ GNU C++17 (Ubuntu 13.2.0-4ubuntu3) version 13.2.0 (x86_64-linux-gnu)
+ compiled by GNU C version 13.2.0, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP
+
+ GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
+ ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/13"
+ ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
+ ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed/x86_64-linux-gnu"
+ ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed"
+ ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/../../../../x86_64-linux-gnu/include"
+ #include "..." search starts here:
+ #include <...> search starts here:
+ /usr/include/c++/13
+ /usr/include/x86_64-linux-gnu/c++/13
+ /usr/include/c++/13/backward
+ /usr/lib/gcc/x86_64-linux-gnu/13/include
+ /usr/local/include
+ /usr/include/x86_64-linux-gnu
+ /usr/include
+ End of search list.
+ Compiler executable checksum: 2d107d43320bae9d835c0808be5fcba6
+ COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_aa245.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_aa245.dir/'
+ as -v --64 -o CMakeFiles/cmTC_aa245.dir/CMakeCXXCompilerABI.cpp.o /tmp/cc6KtfqY.s
+ GNU assembler version 2.41 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.41
+ COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/
+ LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/
+ COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_aa245.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_aa245.dir/CMakeCXXCompilerABI.cpp.'
+ [2/2] : && /usr/bin/c++ -v CMakeFiles/cmTC_aa245.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_aa245 && :
+ Using built-in specs.
+ COLLECT_GCC=/usr/bin/c++
+ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper
+ OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
+ OFFLOAD_TARGET_DEFAULT=1
+ Target: x86_64-linux-gnu
+ Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.2.0-4ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-XYspKM/gcc-13-13.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-13-XYspKM/gcc-13-13.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
+ Thread model: posix
+ Supported LTO compression algorithms: zlib zstd
+ gcc version 13.2.0 (Ubuntu 13.2.0-4ubuntu3)
+ COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/
+ LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/
+ COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_aa245' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_aa245.'
+ /usr/libexec/gcc/x86_64-linux-gnu/13/collect2 -plugin /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper -plugin-opt=-fresolution=/tmp/cceeterE.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_aa245 /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/13 -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/13/../../.. CMakeFiles/cmTC_aa245.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o
+ COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_aa245' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_aa245.'
+
+ exitCode: 0
+ -
+ kind: "message-v1"
+ backtrace:
+ - "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake:127 (message)"
+ - "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
+ - "CMakeLists.txt:2 (project)"
+ message: |
+ Parsed CXX implicit include dir info: rv=done
+ found start of include info
+ found start of implicit include info
+ add: [/usr/include/c++/13]
+ add: [/usr/include/x86_64-linux-gnu/c++/13]
+ add: [/usr/include/c++/13/backward]
+ add: [/usr/lib/gcc/x86_64-linux-gnu/13/include]
+ add: [/usr/local/include]
+ add: [/usr/include/x86_64-linux-gnu]
+ add: [/usr/include]
+ end of search list found
+ collapse include dir [/usr/include/c++/13] ==> [/usr/include/c++/13]
+ collapse include dir [/usr/include/x86_64-linux-gnu/c++/13] ==> [/usr/include/x86_64-linux-gnu/c++/13]
+ collapse include dir [/usr/include/c++/13/backward] ==> [/usr/include/c++/13/backward]
+ collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/13/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/13/include]
+ collapse include dir [/usr/local/include] ==> [/usr/local/include]
+ collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu]
+ collapse include dir [/usr/include] ==> [/usr/include]
+ implicit include dirs: [/usr/include/c++/13;/usr/include/x86_64-linux-gnu/c++/13;/usr/include/c++/13/backward;/usr/lib/gcc/x86_64-linux-gnu/13/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include]
+
+
+ -
+ kind: "message-v1"
+ backtrace:
+ - "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake:159 (message)"
+ - "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
+ - "CMakeLists.txt:2 (project)"
+ message: |
+ Parsed CXX implicit link information:
+ link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
+ ignore line: [Change Dir: '/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-DolyRK']
+ ignore line: []
+ ignore line: [Run Build Command(s): /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/ninja/linux/x64/ninja -v cmTC_aa245]
+ ignore line: [[1/2] /usr/bin/c++ -fdiagnostics-color=always -v -o CMakeFiles/cmTC_aa245.dir/CMakeCXXCompilerABI.cpp.o -c /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeCXXCompilerABI.cpp]
+ ignore line: [Using built-in specs.]
+ ignore line: [COLLECT_GCC=/usr/bin/c++]
+ ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa]
+ ignore line: [OFFLOAD_TARGET_DEFAULT=1]
+ ignore line: [Target: x86_64-linux-gnu]
+ ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.2.0-4ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-XYspKM/gcc-13-13.2.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-13-XYspKM/gcc-13-13.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2]
+ ignore line: [Thread model: posix]
+ ignore line: [Supported LTO compression algorithms: zlib zstd]
+ ignore line: [gcc version 13.2.0 (Ubuntu 13.2.0-4ubuntu3) ]
+ ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_aa245.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_aa245.dir/']
+ ignore line: [ /usr/libexec/gcc/x86_64-linux-gnu/13/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_aa245.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/cc6KtfqY.s]
+ ignore line: [GNU C++17 (Ubuntu 13.2.0-4ubuntu3) version 13.2.0 (x86_64-linux-gnu)]
+ ignore line: [ compiled by GNU C version 13.2.0 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP]
+ ignore line: []
+ ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
+ ignore line: [ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/13"]
+ ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"]
+ ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed/x86_64-linux-gnu"]
+ ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed"]
+ ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/../../../../x86_64-linux-gnu/include"]
+ ignore line: [#include "..." search starts here:]
+ ignore line: [#include <...> search starts here:]
+ ignore line: [ /usr/include/c++/13]
+ ignore line: [ /usr/include/x86_64-linux-gnu/c++/13]
+ ignore line: [ /usr/include/c++/13/backward]
+ ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/13/include]
+ ignore line: [ /usr/local/include]
+ ignore line: [ /usr/include/x86_64-linux-gnu]
+ ignore line: [ /usr/include]
+ ignore line: [End of search list.]
+ ignore line: [Compiler executable checksum: 2d107d43320bae9d835c0808be5fcba6]
+ ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_aa245.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_aa245.dir/']
+ ignore line: [ as -v --64 -o CMakeFiles/cmTC_aa245.dir/CMakeCXXCompilerABI.cpp.o /tmp/cc6KtfqY.s]
+ ignore line: [GNU assembler version 2.41 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.41]
+ ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/]
+ ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/]
+ ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_aa245.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_aa245.dir/CMakeCXXCompilerABI.cpp.']
+ ignore line: [[2/2] : && /usr/bin/c++ -v CMakeFiles/cmTC_aa245.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_aa245 && :]
+ ignore line: [Using built-in specs.]
+ ignore line: [COLLECT_GCC=/usr/bin/c++]
+ ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper]
+ ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa]
+ ignore line: [OFFLOAD_TARGET_DEFAULT=1]
+ ignore line: [Target: x86_64-linux-gnu]
+ ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.2.0-4ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-XYspKM/gcc-13-13.2.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-13-XYspKM/gcc-13-13.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2]
+ ignore line: [Thread model: posix]
+ ignore line: [Supported LTO compression algorithms: zlib zstd]
+ ignore line: [gcc version 13.2.0 (Ubuntu 13.2.0-4ubuntu3) ]
+ ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/]
+ ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/]
+ ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_aa245' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_aa245.']
+ link line: [ /usr/libexec/gcc/x86_64-linux-gnu/13/collect2 -plugin /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper -plugin-opt=-fresolution=/tmp/cceeterE.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_aa245 /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/13 -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/13/../../.. CMakeFiles/cmTC_aa245.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o]
+ arg [/usr/libexec/gcc/x86_64-linux-gnu/13/collect2] ==> ignore
+ arg [-plugin] ==> ignore
+ arg [/usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so] ==> ignore
+ arg [-plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper] ==> ignore
+ arg [-plugin-opt=-fresolution=/tmp/cceeterE.res] ==> ignore
+ arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
+ arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
+ arg [-plugin-opt=-pass-through=-lc] ==> ignore
+ arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
+ arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
+ arg [--build-id] ==> ignore
+ arg [--eh-frame-hdr] ==> ignore
+ arg [-m] ==> ignore
+ arg [elf_x86_64] ==> ignore
+ arg [--hash-style=gnu] ==> ignore
+ arg [--as-needed] ==> ignore
+ arg [-dynamic-linker] ==> ignore
+ arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
+ arg [-pie] ==> ignore
+ arg [-znow] ==> ignore
+ arg [-zrelro] ==> ignore
+ arg [-o] ==> ignore
+ arg [cmTC_aa245] ==> ignore
+ arg [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o]
+ arg [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o]
+ arg [/usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o]
+ arg [-L/usr/lib/gcc/x86_64-linux-gnu/13] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13]
+ arg [-L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu]
+ arg [-L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib]
+ arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
+ arg [-L/lib/../lib] ==> dir [/lib/../lib]
+ arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
+ arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
+ arg [-L/usr/lib/gcc/x86_64-linux-gnu/13/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../..]
+ arg [CMakeFiles/cmTC_aa245.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
+ arg [-lstdc++] ==> lib [stdc++]
+ arg [-lm] ==> lib [m]
+ arg [-lgcc_s] ==> lib [gcc_s]
+ arg [-lgcc] ==> lib [gcc]
+ arg [-lc] ==> lib [c]
+ arg [-lgcc_s] ==> lib [gcc_s]
+ arg [-lgcc] ==> lib [gcc]
+ arg [/usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o]
+ arg [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o]
+ collapse obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o]
+ collapse obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o]
+ collapse obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o]
+ collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/13] ==> [/usr/lib/gcc/x86_64-linux-gnu/13]
+ collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
+ collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib] ==> [/usr/lib]
+ collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
+ collapse library dir [/lib/../lib] ==> [/lib]
+ collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
+ collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
+ collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../..] ==> [/usr/lib]
+ implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
+ implicit objs: [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o]
+ implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/13;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
+ implicit fwks: []
+
+
+ -
+ kind: "message-v1"
+ backtrace:
+ - "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:17 (message)"
+ - "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)"
+ - "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)"
+ - "cmake-build-debug/_deps/sfml-src/CMakeLists.txt:38 (project)"
+ message: |
+ Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
+ Compiler: /usr/bin/cc
+ Build flags:
+ Id flags:
+
+ The output was:
+ 0
+
+
+ Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
+
+ The C compiler identification is GNU, found in:
+ /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/3.28.1/CompilerIdC/a.out
+
+ -
+ kind: "try_compile-v1"
+ backtrace:
+ - "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)"
+ - "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
+ - "cmake-build-debug/_deps/sfml-src/CMakeLists.txt:38 (project)"
+ checks:
+ - "Detecting C compiler ABI info"
+ directories:
+ source: "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-bIrZgr"
+ binary: "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-bIrZgr"
+ cmakeVariables:
+ CMAKE_C_FLAGS: ""
+ CMAKE_C_FLAGS_DEBUG: "-g"
+ CMAKE_EXE_LINKER_FLAGS: ""
+ CMAKE_OSX_SYSROOT: ""
+ CMAKE_USER_MAKE_RULES_OVERRIDE: "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/cmake/CompilerOptionsOverride.cmake"
+ buildResult:
+ variable: "CMAKE_C_ABI_COMPILED"
+ cached: true
+ stdout: |
+ Change Dir: '/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-bIrZgr'
+
+ Run Build Command(s): /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/ninja/linux/x64/ninja -v cmTC_a8313
+ [1/2] /usr/bin/cc -fdiagnostics-color=always -v -o CMakeFiles/cmTC_a8313.dir/CMakeCCompilerABI.c.o -c /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeCCompilerABI.c
+ Using built-in specs.
+ COLLECT_GCC=/usr/bin/cc
+ OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
+ OFFLOAD_TARGET_DEFAULT=1
+ Target: x86_64-linux-gnu
+ Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.2.0-4ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-XYspKM/gcc-13-13.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-13-XYspKM/gcc-13-13.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
+ Thread model: posix
+ Supported LTO compression algorithms: zlib zstd
+ gcc version 13.2.0 (Ubuntu 13.2.0-4ubuntu3)
+ COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_a8313.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_a8313.dir/'
+ /usr/libexec/gcc/x86_64-linux-gnu/13/cc1 -quiet -v -imultiarch x86_64-linux-gnu /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_a8313.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/ccMI8XFn.s
+ GNU C17 (Ubuntu 13.2.0-4ubuntu3) version 13.2.0 (x86_64-linux-gnu)
+ compiled by GNU C version 13.2.0, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP
+
+ GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
+ ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
+ ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed/x86_64-linux-gnu"
+ ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed"
+ ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/../../../../x86_64-linux-gnu/include"
+ #include "..." search starts here:
+ #include <...> search starts here:
+ /usr/lib/gcc/x86_64-linux-gnu/13/include
+ /usr/local/include
+ /usr/include/x86_64-linux-gnu
+ /usr/include
+ End of search list.
+ Compiler executable checksum: edbc28f9c9bb85637ee0b8e5b79ac141
+ COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_a8313.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_a8313.dir/'
+ as -v --64 -o CMakeFiles/cmTC_a8313.dir/CMakeCCompilerABI.c.o /tmp/ccMI8XFn.s
+ GNU assembler version 2.41 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.41
+ COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/
+ LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/
+ COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_a8313.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_a8313.dir/CMakeCCompilerABI.c.'
+ [2/2] : && /usr/bin/cc -v CMakeFiles/cmTC_a8313.dir/CMakeCCompilerABI.c.o -o cmTC_a8313 && :
+ Using built-in specs.
+ COLLECT_GCC=/usr/bin/cc
+ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper
+ OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
+ OFFLOAD_TARGET_DEFAULT=1
+ Target: x86_64-linux-gnu
+ Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.2.0-4ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-XYspKM/gcc-13-13.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-13-XYspKM/gcc-13-13.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
+ Thread model: posix
+ Supported LTO compression algorithms: zlib zstd
+ gcc version 13.2.0 (Ubuntu 13.2.0-4ubuntu3)
+ COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/
+ LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/
+ COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_a8313' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_a8313.'
+ /usr/libexec/gcc/x86_64-linux-gnu/13/collect2 -plugin /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper -plugin-opt=-fresolution=/tmp/ccROllwc.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_a8313 /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/13 -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/13/../../.. CMakeFiles/cmTC_a8313.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o
+ COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_a8313' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_a8313.'
+
+ exitCode: 0
+ -
+ kind: "message-v1"
+ backtrace:
+ - "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake:127 (message)"
+ - "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
+ - "cmake-build-debug/_deps/sfml-src/CMakeLists.txt:38 (project)"
+ message: |
+ Parsed C implicit include dir info: rv=done
+ found start of include info
+ found start of implicit include info
+ add: [/usr/lib/gcc/x86_64-linux-gnu/13/include]
+ add: [/usr/local/include]
+ add: [/usr/include/x86_64-linux-gnu]
+ add: [/usr/include]
+ end of search list found
+ collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/13/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/13/include]
+ collapse include dir [/usr/local/include] ==> [/usr/local/include]
+ collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu]
+ collapse include dir [/usr/include] ==> [/usr/include]
+ implicit include dirs: [/usr/lib/gcc/x86_64-linux-gnu/13/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include]
+
+
+ -
+ kind: "message-v1"
+ backtrace:
+ - "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake:159 (message)"
+ - "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)"
+ - "cmake-build-debug/_deps/sfml-src/CMakeLists.txt:38 (project)"
+ message: |
+ Parsed C implicit link information:
+ link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)]
+ ignore line: [Change Dir: '/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-bIrZgr']
+ ignore line: []
+ ignore line: [Run Build Command(s): /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/ninja/linux/x64/ninja -v cmTC_a8313]
+ ignore line: [[1/2] /usr/bin/cc -fdiagnostics-color=always -v -o CMakeFiles/cmTC_a8313.dir/CMakeCCompilerABI.c.o -c /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeCCompilerABI.c]
+ ignore line: [Using built-in specs.]
+ ignore line: [COLLECT_GCC=/usr/bin/cc]
+ ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa]
+ ignore line: [OFFLOAD_TARGET_DEFAULT=1]
+ ignore line: [Target: x86_64-linux-gnu]
+ ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.2.0-4ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-XYspKM/gcc-13-13.2.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-13-XYspKM/gcc-13-13.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2]
+ ignore line: [Thread model: posix]
+ ignore line: [Supported LTO compression algorithms: zlib zstd]
+ ignore line: [gcc version 13.2.0 (Ubuntu 13.2.0-4ubuntu3) ]
+ ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_a8313.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_a8313.dir/']
+ ignore line: [ /usr/libexec/gcc/x86_64-linux-gnu/13/cc1 -quiet -v -imultiarch x86_64-linux-gnu /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_a8313.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/ccMI8XFn.s]
+ ignore line: [GNU C17 (Ubuntu 13.2.0-4ubuntu3) version 13.2.0 (x86_64-linux-gnu)]
+ ignore line: [ compiled by GNU C version 13.2.0 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP]
+ ignore line: []
+ ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
+ ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"]
+ ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed/x86_64-linux-gnu"]
+ ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed"]
+ ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/../../../../x86_64-linux-gnu/include"]
+ ignore line: [#include "..." search starts here:]
+ ignore line: [#include <...> search starts here:]
+ ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/13/include]
+ ignore line: [ /usr/local/include]
+ ignore line: [ /usr/include/x86_64-linux-gnu]
+ ignore line: [ /usr/include]
+ ignore line: [End of search list.]
+ ignore line: [Compiler executable checksum: edbc28f9c9bb85637ee0b8e5b79ac141]
+ ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_a8313.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_a8313.dir/']
+ ignore line: [ as -v --64 -o CMakeFiles/cmTC_a8313.dir/CMakeCCompilerABI.c.o /tmp/ccMI8XFn.s]
+ ignore line: [GNU assembler version 2.41 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.41]
+ ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/]
+ ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/]
+ ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_a8313.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_a8313.dir/CMakeCCompilerABI.c.']
+ ignore line: [[2/2] : && /usr/bin/cc -v CMakeFiles/cmTC_a8313.dir/CMakeCCompilerABI.c.o -o cmTC_a8313 && :]
+ ignore line: [Using built-in specs.]
+ ignore line: [COLLECT_GCC=/usr/bin/cc]
+ ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper]
+ ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa]
+ ignore line: [OFFLOAD_TARGET_DEFAULT=1]
+ ignore line: [Target: x86_64-linux-gnu]
+ ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 13.2.0-4ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-13-XYspKM/gcc-13-13.2.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-13-XYspKM/gcc-13-13.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2]
+ ignore line: [Thread model: posix]
+ ignore line: [Supported LTO compression algorithms: zlib zstd]
+ ignore line: [gcc version 13.2.0 (Ubuntu 13.2.0-4ubuntu3) ]
+ ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/]
+ ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/]
+ ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_a8313' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_a8313.']
+ link line: [ /usr/libexec/gcc/x86_64-linux-gnu/13/collect2 -plugin /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper -plugin-opt=-fresolution=/tmp/ccROllwc.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_a8313 /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/13 -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/13/../../.. CMakeFiles/cmTC_a8313.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o]
+ arg [/usr/libexec/gcc/x86_64-linux-gnu/13/collect2] ==> ignore
+ arg [-plugin] ==> ignore
+ arg [/usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so] ==> ignore
+ arg [-plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper] ==> ignore
+ arg [-plugin-opt=-fresolution=/tmp/ccROllwc.res] ==> ignore
+ arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
+ arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
+ arg [-plugin-opt=-pass-through=-lc] ==> ignore
+ arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
+ arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
+ arg [--build-id] ==> ignore
+ arg [--eh-frame-hdr] ==> ignore
+ arg [-m] ==> ignore
+ arg [elf_x86_64] ==> ignore
+ arg [--hash-style=gnu] ==> ignore
+ arg [--as-needed] ==> ignore
+ arg [-dynamic-linker] ==> ignore
+ arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
+ arg [-pie] ==> ignore
+ arg [-znow] ==> ignore
+ arg [-zrelro] ==> ignore
+ arg [-o] ==> ignore
+ arg [cmTC_a8313] ==> ignore
+ arg [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o]
+ arg [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o]
+ arg [/usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o]
+ arg [-L/usr/lib/gcc/x86_64-linux-gnu/13] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13]
+ arg [-L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu]
+ arg [-L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib]
+ arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
+ arg [-L/lib/../lib] ==> dir [/lib/../lib]
+ arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
+ arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
+ arg [-L/usr/lib/gcc/x86_64-linux-gnu/13/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../..]
+ arg [CMakeFiles/cmTC_a8313.dir/CMakeCCompilerABI.c.o] ==> ignore
+ arg [-lgcc] ==> lib [gcc]
+ arg [--push-state] ==> ignore
+ arg [--as-needed] ==> ignore
+ arg [-lgcc_s] ==> lib [gcc_s]
+ arg [--pop-state] ==> ignore
+ arg [-lc] ==> lib [c]
+ arg [-lgcc] ==> lib [gcc]
+ arg [--push-state] ==> ignore
+ arg [--as-needed] ==> ignore
+ arg [-lgcc_s] ==> lib [gcc_s]
+ arg [--pop-state] ==> ignore
+ arg [/usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o]
+ arg [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o]
+ collapse obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o]
+ collapse obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o]
+ collapse obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o]
+ collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/13] ==> [/usr/lib/gcc/x86_64-linux-gnu/13]
+ collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
+ collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib] ==> [/usr/lib]
+ collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
+ collapse library dir [/lib/../lib] ==> [/lib]
+ collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
+ collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
+ collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../..] ==> [/usr/lib]
+ implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
+ implicit objs: [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o]
+ implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/13;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
+ implicit fwks: []
+
+
+...
+
+---
+events:
+ -
+ kind: "try_compile-v1"
+ backtrace:
+ - "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CheckLibraryExists.cmake:69 (try_compile)"
+ - "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindX11.cmake:682 (check_library_exists)"
+ - "cmake-build-debug/_deps/sfml-src/cmake/Macros.cmake:386 (find_package)"
+ - "cmake-build-debug/_deps/sfml-src/src/SFML/Window/CMakeLists.txt:294 (sfml_find_package)"
+ checks:
+ - "Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so"
+ directories:
+ source: "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ujJ6R1"
+ binary: "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ujJ6R1"
+ cmakeVariables:
+ CMAKE_C_FLAGS: ""
+ CMAKE_C_FLAGS_DEBUG: "-g"
+ CMAKE_EXE_LINKER_FLAGS: ""
+ CMAKE_MODULE_PATH: "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/cmake/Modules/;/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/cmake/Modules/"
+ CMAKE_OSX_SYSROOT: ""
+ CMAKE_USER_MAKE_RULES_OVERRIDE: "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/cmake/CompilerOptionsOverride.cmake"
+ buildResult:
+ variable: "X11_LIB_X11_SOLO"
+ cached: true
+ stdout: |
+ Change Dir: '/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ujJ6R1'
+
+ Run Build Command(s): /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/ninja/linux/x64/ninja -v cmTC_f426a
+ [1/2] /usr/bin/cc -DCHECK_FUNCTION_EXISTS=XOpenDisplay -fdiagnostics-color=always -o CMakeFiles/cmTC_f426a.dir/CheckFunctionExists.c.o -c /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ujJ6R1/CheckFunctionExists.c
+ [2/2] : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=XOpenDisplay CMakeFiles/cmTC_f426a.dir/CheckFunctionExists.c.o -o cmTC_f426a /usr/lib/x86_64-linux-gnu/libX11.so && :
+
+ exitCode: 0
+ -
+ kind: "try_compile-v1"
+ backtrace:
+ - "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile)"
+ - "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindX11.cmake:697 (check_function_exists)"
+ - "cmake-build-debug/_deps/sfml-src/cmake/Macros.cmake:386 (find_package)"
+ - "cmake-build-debug/_deps/sfml-src/src/SFML/Window/CMakeLists.txt:294 (sfml_find_package)"
+ checks:
+ - "Looking for gethostbyname"
+ directories:
+ source: "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-6GPNuc"
+ binary: "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-6GPNuc"
+ cmakeVariables:
+ CMAKE_C_FLAGS: ""
+ CMAKE_C_FLAGS_DEBUG: "-g"
+ CMAKE_EXE_LINKER_FLAGS: ""
+ CMAKE_MODULE_PATH: "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/cmake/Modules/;/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/cmake/Modules/"
+ CMAKE_OSX_SYSROOT: ""
+ CMAKE_USER_MAKE_RULES_OVERRIDE: "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/cmake/CompilerOptionsOverride.cmake"
+ buildResult:
+ variable: "CMAKE_HAVE_GETHOSTBYNAME"
+ cached: true
+ stdout: |
+ Change Dir: '/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-6GPNuc'
+
+ Run Build Command(s): /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/ninja/linux/x64/ninja -v cmTC_219aa
+ [1/2] /usr/bin/cc -DCHECK_FUNCTION_EXISTS=gethostbyname -fdiagnostics-color=always -o CMakeFiles/cmTC_219aa.dir/CheckFunctionExists.c.o -c /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-6GPNuc/CheckFunctionExists.c
+ [2/2] : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=gethostbyname CMakeFiles/cmTC_219aa.dir/CheckFunctionExists.c.o -o cmTC_219aa && :
+
+ exitCode: 0
+ -
+ kind: "try_compile-v1"
+ backtrace:
+ - "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile)"
+ - "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindX11.cmake:711 (check_function_exists)"
+ - "cmake-build-debug/_deps/sfml-src/cmake/Macros.cmake:386 (find_package)"
+ - "cmake-build-debug/_deps/sfml-src/src/SFML/Window/CMakeLists.txt:294 (sfml_find_package)"
+ checks:
+ - "Looking for connect"
+ directories:
+ source: "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ymAT5T"
+ binary: "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ymAT5T"
+ cmakeVariables:
+ CMAKE_C_FLAGS: ""
+ CMAKE_C_FLAGS_DEBUG: "-g"
+ CMAKE_EXE_LINKER_FLAGS: ""
+ CMAKE_MODULE_PATH: "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/cmake/Modules/;/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/cmake/Modules/"
+ CMAKE_OSX_SYSROOT: ""
+ CMAKE_USER_MAKE_RULES_OVERRIDE: "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/cmake/CompilerOptionsOverride.cmake"
+ buildResult:
+ variable: "CMAKE_HAVE_CONNECT"
+ cached: true
+ stdout: |
+ Change Dir: '/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ymAT5T'
+
+ Run Build Command(s): /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/ninja/linux/x64/ninja -v cmTC_8cc18
+ [1/2] /usr/bin/cc -DCHECK_FUNCTION_EXISTS=connect -fdiagnostics-color=always -o CMakeFiles/cmTC_8cc18.dir/CheckFunctionExists.c.o -c /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ymAT5T/CheckFunctionExists.c
+ [2/2] : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=connect CMakeFiles/cmTC_8cc18.dir/CheckFunctionExists.c.o -o cmTC_8cc18 && :
+
+ exitCode: 0
+ -
+ kind: "try_compile-v1"
+ backtrace:
+ - "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile)"
+ - "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindX11.cmake:720 (check_function_exists)"
+ - "cmake-build-debug/_deps/sfml-src/cmake/Macros.cmake:386 (find_package)"
+ - "cmake-build-debug/_deps/sfml-src/src/SFML/Window/CMakeLists.txt:294 (sfml_find_package)"
+ checks:
+ - "Looking for remove"
+ directories:
+ source: "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Zrn7qb"
+ binary: "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Zrn7qb"
+ cmakeVariables:
+ CMAKE_C_FLAGS: ""
+ CMAKE_C_FLAGS_DEBUG: "-g"
+ CMAKE_EXE_LINKER_FLAGS: ""
+ CMAKE_MODULE_PATH: "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/cmake/Modules/;/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/cmake/Modules/"
+ CMAKE_OSX_SYSROOT: ""
+ CMAKE_USER_MAKE_RULES_OVERRIDE: "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/cmake/CompilerOptionsOverride.cmake"
+ buildResult:
+ variable: "CMAKE_HAVE_REMOVE"
+ cached: true
+ stdout: |
+ Change Dir: '/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Zrn7qb'
+
+ Run Build Command(s): /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/ninja/linux/x64/ninja -v cmTC_dada7
+ [1/2] /usr/bin/cc -DCHECK_FUNCTION_EXISTS=remove -fdiagnostics-color=always -o CMakeFiles/cmTC_dada7.dir/CheckFunctionExists.c.o -c /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Zrn7qb/CheckFunctionExists.c
+ [2/2] : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=remove CMakeFiles/cmTC_dada7.dir/CheckFunctionExists.c.o -o cmTC_dada7 && :
+
+ exitCode: 0
+ -
+ kind: "try_compile-v1"
+ backtrace:
+ - "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile)"
+ - "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindX11.cmake:729 (check_function_exists)"
+ - "cmake-build-debug/_deps/sfml-src/cmake/Macros.cmake:386 (find_package)"
+ - "cmake-build-debug/_deps/sfml-src/src/SFML/Window/CMakeLists.txt:294 (sfml_find_package)"
+ checks:
+ - "Looking for shmat"
+ directories:
+ source: "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Dp72Yd"
+ binary: "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Dp72Yd"
+ cmakeVariables:
+ CMAKE_C_FLAGS: ""
+ CMAKE_C_FLAGS_DEBUG: "-g"
+ CMAKE_EXE_LINKER_FLAGS: ""
+ CMAKE_MODULE_PATH: "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/cmake/Modules/;/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/cmake/Modules/"
+ CMAKE_OSX_SYSROOT: ""
+ CMAKE_USER_MAKE_RULES_OVERRIDE: "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/cmake/CompilerOptionsOverride.cmake"
+ buildResult:
+ variable: "CMAKE_HAVE_SHMAT"
+ cached: true
+ stdout: |
+ Change Dir: '/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Dp72Yd'
+
+ Run Build Command(s): /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/ninja/linux/x64/ninja -v cmTC_ca58b
+ [1/2] /usr/bin/cc -DCHECK_FUNCTION_EXISTS=shmat -fdiagnostics-color=always -o CMakeFiles/cmTC_ca58b.dir/CheckFunctionExists.c.o -c /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Dp72Yd/CheckFunctionExists.c
+ [2/2] : && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=shmat CMakeFiles/cmTC_ca58b.dir/CheckFunctionExists.c.o -o cmTC_ca58b && :
+
+ exitCode: 0
+...
diff --git a/cmake-build-debug/CMakeFiles/TargetDirectories.txt b/cmake-build-debug/CMakeFiles/TargetDirectories.txt
new file mode 100644
index 0000000..59542bf
--- /dev/null
+++ b/cmake-build-debug/CMakeFiles/TargetDirectories.txt
@@ -0,0 +1,85 @@
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/package.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/package_source.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/edit_cache.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/rebuild_cache.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/list_install_components.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/install.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/install/local.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CMakeFiles/install/strip.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/dependencies/CMakeFiles/package.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/dependencies/CMakeFiles/package_source.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/dependencies/CMakeFiles/edit_cache.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/dependencies/CMakeFiles/rebuild_cache.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/dependencies/CMakeFiles/list_install_components.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/dependencies/CMakeFiles/install.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/dependencies/CMakeFiles/install/local.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/dependencies/CMakeFiles/install/strip.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/dependencies/sfml/CMakeFiles/package.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/dependencies/sfml/CMakeFiles/package_source.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/dependencies/sfml/CMakeFiles/edit_cache.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/dependencies/sfml/CMakeFiles/rebuild_cache.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/dependencies/sfml/CMakeFiles/list_install_components.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/dependencies/sfml/CMakeFiles/install.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/dependencies/sfml/CMakeFiles/install/local.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/dependencies/sfml/CMakeFiles/install/strip.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/CMakeFiles/package.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/CMakeFiles/package_source.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/CMakeFiles/edit_cache.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/CMakeFiles/rebuild_cache.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/CMakeFiles/list_install_components.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/CMakeFiles/install.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/CMakeFiles/install/local.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/CMakeFiles/install/strip.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/CMakeFiles/package.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/CMakeFiles/package_source.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/CMakeFiles/edit_cache.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/CMakeFiles/rebuild_cache.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/CMakeFiles/list_install_components.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/CMakeFiles/install.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/CMakeFiles/install/local.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/CMakeFiles/install/strip.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/package.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/package_source.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/edit_cache.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/rebuild_cache.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/list_install_components.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/install.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/install/local.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/install/strip.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/package.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/package_source.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/edit_cache.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/rebuild_cache.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/list_install_components.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/install.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/install/local.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/install/strip.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/package.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/package_source.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/edit_cache.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/rebuild_cache.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/list_install_components.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/install.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/install/local.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/install/strip.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/package.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/package_source.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/edit_cache.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/rebuild_cache.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/list_install_components.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/install.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/install/local.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/install/strip.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/src/CMakeFiles/8ChocChip.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/src/CMakeFiles/package.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/src/CMakeFiles/package_source.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/src/CMakeFiles/edit_cache.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/src/CMakeFiles/rebuild_cache.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/src/CMakeFiles/list_install_components.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/src/CMakeFiles/install.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/src/CMakeFiles/install/local.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/src/CMakeFiles/install/strip.dir
diff --git a/cmake-build-debug/CMakeFiles/clion-Debug-log.txt b/cmake-build-debug/CMakeFiles/clion-Debug-log.txt
new file mode 100644
index 0000000..d860003
--- /dev/null
+++ b/cmake-build-debug/CMakeFiles/clion-Debug-log.txt
@@ -0,0 +1,8 @@
+/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/ninja/linux/x64/ninja -G Ninja -S /home/doom/Documents/GitHub/8ChickenChipEmulator -B /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug
+-- Fetching SFML...
+-- libudev stable: 0
+-- Found UDev: /usr/lib/x86_64-linux-gnu/libudev.so
+-- include: /usr/include
+-- Configuring done (0.1s)
+-- Generating done (0.0s)
+-- Build files have been written to: /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug
diff --git a/cmake-build-debug/CMakeFiles/clion-environment.txt b/cmake-build-debug/CMakeFiles/clion-environment.txt
new file mode 100644
index 0000000..a6d1d69
--- /dev/null
+++ b/cmake-build-debug/CMakeFiles/clion-environment.txt
@@ -0,0 +1,4 @@
+ToolSet: 1.0 (local)Ninja: 1.11.1@/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/ninja/linux/x64/ninja
+Options:
+
+Options:-DCMAKE_MAKE_PROGRAM=/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/ninja/linux/x64/ninja
\ No newline at end of file
diff --git a/cmake-build-debug/CMakeFiles/cmake.check_cache b/cmake-build-debug/CMakeFiles/cmake.check_cache
new file mode 100644
index 0000000..3dccd73
--- /dev/null
+++ b/cmake-build-debug/CMakeFiles/cmake.check_cache
@@ -0,0 +1 @@
+# This file is generated by cmake for dependency checking of the CMakeCache.txt file
diff --git a/cmake-build-debug/CMakeFiles/rules.ninja b/cmake-build-debug/CMakeFiles/rules.ninja
new file mode 100644
index 0000000..b119b46
--- /dev/null
+++ b/cmake-build-debug/CMakeFiles/rules.ninja
@@ -0,0 +1,148 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Ninja" Generator, CMake Version 3.28
+
+# This file contains all the rules used to get the outputs files
+# built from the input files.
+# It is included in the main 'build.ninja'.
+
+# =============================================================================
+# Project: 8ChocChip
+# Configurations: Debug
+# =============================================================================
+# =============================================================================
+
+#############################################
+# Rule for running custom commands.
+
+rule CUSTOM_COMMAND
+ command = $COMMAND
+ description = $DESC
+
+
+#############################################
+# Rule for compiling CXX files.
+
+rule CXX_COMPILER__sfml-system_unscanned_Debug
+ depfile = $DEP_FILE
+ deps = gcc
+ command = ${LAUNCHER}${CODE_CHECK}/usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
+ description = Building CXX object $out
+
+
+#############################################
+# Rule for linking CXX shared library.
+
+rule CXX_SHARED_LIBRARY_LINKER__sfml-system_Debug
+ command = $PRE_LINK && /usr/bin/c++ -fPIC $LANGUAGE_COMPILE_FLAGS $ARCH_FLAGS $LINK_FLAGS -shared $SONAME_FLAG$SONAME -o $TARGET_FILE $in $LINK_PATH $LINK_LIBRARIES && $POST_BUILD
+ description = Linking CXX shared library $TARGET_FILE
+ restat = $RESTAT
+
+
+#############################################
+# Rule for creating library symlink.
+
+rule CMAKE_SYMLINK_LIBRARY
+ command = /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -E cmake_symlink_library $in $SONAME $out && $POST_BUILD
+ description = Creating library symlink $out
+
+
+#############################################
+# Rule for compiling CXX files.
+
+rule CXX_COMPILER__sfml-window_unscanned_Debug
+ depfile = $DEP_FILE
+ deps = gcc
+ command = ${LAUNCHER}${CODE_CHECK}/usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
+ description = Building CXX object $out
+
+
+#############################################
+# Rule for linking CXX shared library.
+
+rule CXX_SHARED_LIBRARY_LINKER__sfml-window_Debug
+ command = $PRE_LINK && /usr/bin/c++ -fPIC $LANGUAGE_COMPILE_FLAGS $ARCH_FLAGS $LINK_FLAGS -shared $SONAME_FLAG$SONAME -o $TARGET_FILE $in $LINK_PATH $LINK_LIBRARIES && $POST_BUILD
+ description = Linking CXX shared library $TARGET_FILE
+ restat = $RESTAT
+
+
+#############################################
+# Rule for compiling CXX files.
+
+rule CXX_COMPILER__sfml-graphics_unscanned_Debug
+ depfile = $DEP_FILE
+ deps = gcc
+ command = ${LAUNCHER}${CODE_CHECK}/usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
+ description = Building CXX object $out
+
+
+#############################################
+# Rule for linking CXX shared library.
+
+rule CXX_SHARED_LIBRARY_LINKER__sfml-graphics_Debug
+ command = $PRE_LINK && /usr/bin/c++ -fPIC $LANGUAGE_COMPILE_FLAGS $ARCH_FLAGS $LINK_FLAGS -shared $SONAME_FLAG$SONAME -o $TARGET_FILE $in $LINK_PATH $LINK_LIBRARIES && $POST_BUILD
+ description = Linking CXX shared library $TARGET_FILE
+ restat = $RESTAT
+
+
+#############################################
+# Rule for compiling CXX files.
+
+rule CXX_COMPILER__sfml-audio_unscanned_Debug
+ depfile = $DEP_FILE
+ deps = gcc
+ command = ${LAUNCHER}${CODE_CHECK}/usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
+ description = Building CXX object $out
+
+
+#############################################
+# Rule for linking CXX shared library.
+
+rule CXX_SHARED_LIBRARY_LINKER__sfml-audio_Debug
+ command = $PRE_LINK && /usr/bin/c++ -fPIC $LANGUAGE_COMPILE_FLAGS $ARCH_FLAGS $LINK_FLAGS -shared $SONAME_FLAG$SONAME -o $TARGET_FILE $in $LINK_PATH $LINK_LIBRARIES && $POST_BUILD
+ description = Linking CXX shared library $TARGET_FILE
+ restat = $RESTAT
+
+
+#############################################
+# Rule for compiling CXX files.
+
+rule CXX_COMPILER__8ChocChip_unscanned_Debug
+ depfile = $DEP_FILE
+ deps = gcc
+ command = ${LAUNCHER}${CODE_CHECK}/usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
+ description = Building CXX object $out
+
+
+#############################################
+# Rule for linking CXX executable.
+
+rule CXX_EXECUTABLE_LINKER__8ChocChip_Debug
+ command = $PRE_LINK && /usr/bin/c++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD
+ description = Linking CXX executable $TARGET_FILE
+ restat = $RESTAT
+
+
+#############################################
+# Rule for re-running cmake.
+
+rule RERUN_CMAKE
+ command = /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake --regenerate-during-build -S/home/doom/Documents/GitHub/8ChickenChipEmulator -B/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug
+ description = Re-running CMake...
+ generator = 1
+
+
+#############################################
+# Rule for cleaning all built files.
+
+rule CLEAN
+ command = /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/ninja/linux/x64/ninja $FILE_ARG -t clean $TARGETS
+ description = Cleaning all built files...
+
+
+#############################################
+# Rule for printing all primary targets available.
+
+rule HELP
+ command = /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/ninja/linux/x64/ninja -t targets
+ description = All primary targets available:
+
diff --git a/cmake-build-debug/CPackConfig.cmake b/cmake-build-debug/CPackConfig.cmake
new file mode 100644
index 0000000..9ce14e2
--- /dev/null
+++ b/cmake-build-debug/CPackConfig.cmake
@@ -0,0 +1,87 @@
+# This file will be configured to contain variables for CPack. These variables
+# should be set in the CMake list file of the project before CPack module is
+# included. The list of available CPACK_xxx variables and their associated
+# documentation may be obtained using
+# cpack --help-variable-list
+#
+# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME)
+# and some are specific to a generator
+# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables
+# usually begin with CPACK__xxxx.
+
+
+set(CPACK_BINARY_DEB "OFF")
+set(CPACK_BINARY_FREEBSD "OFF")
+set(CPACK_BINARY_IFW "OFF")
+set(CPACK_BINARY_NSIS "OFF")
+set(CPACK_BINARY_RPM "OFF")
+set(CPACK_BINARY_STGZ "ON")
+set(CPACK_BINARY_TBZ2 "OFF")
+set(CPACK_BINARY_TGZ "ON")
+set(CPACK_BINARY_TXZ "OFF")
+set(CPACK_BINARY_TZ "ON")
+set(CPACK_BUILD_SOURCE_DIRS "/home/doom/Documents/GitHub/8ChickenChipEmulator;/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug")
+set(CPACK_CMAKE_GENERATOR "Ninja")
+set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE")
+set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE")
+set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Templates/CPack.GenericDescription.txt")
+set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "8ChocChip built using CMake")
+set(CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE "ON")
+set(CPACK_GENERATOR "STGZ;TGZ;TZ")
+set(CPACK_INNOSETUP_ARCHITECTURE "x64")
+set(CPACK_INSTALL_CMAKE_PROJECTS "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug;8ChocChip;ALL;/")
+set(CPACK_INSTALL_PREFIX "/usr/local")
+set(CPACK_MODULE_PATH "")
+set(CPACK_MONOLITHIC_INSTALL "ON")
+set(CPACK_NSIS_CONTACT "team@sfml-dev.org")
+set(CPACK_NSIS_DISPLAY_NAME "SFML 2.6.1 (GNU 13.2.0)")
+set(CPACK_NSIS_DISPLAY_NAME_SET "TRUE")
+set(CPACK_NSIS_INSTALLER_ICON_CODE "")
+set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "!define MUI_WELCOMEFINISHPAGE_BITMAP \"\\home\\doom\\Documents\\GitHub\\8ChickenChipEmulator\\cmake-build-debug\\_deps\\sfml-src\\tools\\nsis\\sidebar.bmp\"
+!define MUI_HEADERIMAGE_BITMAP \"\\home\\doom\\Documents\\GitHub\\8ChickenChipEmulator\\cmake-build-debug\\_deps\\sfml-src\\tools\\nsis\\header.bmp\"
+!define MUI_ICON \"\\home\\doom\\Documents\\GitHub\\8ChickenChipEmulator\\cmake-build-debug\\_deps\\sfml-src\\tools\\nsis\\sfml.ico\"")
+set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES")
+set(CPACK_NSIS_PACKAGE_NAME "SFML 2.6.1 (GNU 13.2.0)")
+set(CPACK_NSIS_UNINSTALL_NAME "Uninstall")
+set(CPACK_OBJCOPY_EXECUTABLE "/usr/bin/objcopy")
+set(CPACK_OBJDUMP_EXECUTABLE "/usr/bin/objdump")
+set(CPACK_OUTPUT_CONFIG_FILE "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CPackConfig.cmake")
+set(CPACK_PACKAGE_DEFAULT_LOCATION "/")
+set(CPACK_PACKAGE_DESCRIPTION_FILE "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Templates/CPack.GenericDescription.txt")
+set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "8ChocChip built using CMake")
+set(CPACK_PACKAGE_FILE_NAME "SFML-2.6.1-GNU-13.2.0-Debug")
+set(CPACK_PACKAGE_INSTALL_DIRECTORY "SFML 2.6.1")
+set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "SFML 2.6.1")
+set(CPACK_PACKAGE_NAME "8ChocChip")
+set(CPACK_PACKAGE_NAME_SUMMARY "Simple and Fast Multimedia Library")
+set(CPACK_PACKAGE_RELOCATABLE "true")
+set(CPACK_PACKAGE_VENDOR "SFML Team")
+set(CPACK_PACKAGE_VERSION "2.6.1")
+set(CPACK_PACKAGE_VERSION_MAJOR "2")
+set(CPACK_PACKAGE_VERSION_MINOR "6")
+set(CPACK_PACKAGE_VERSION_PATCH "1")
+set(CPACK_READELF_EXECUTABLE "/usr/bin/readelf")
+set(CPACK_RESOURCE_FILE_LICENSE "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/license.md")
+set(CPACK_RESOURCE_FILE_README "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/readme.md")
+set(CPACK_RESOURCE_FILE_WELCOME "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Templates/CPack.GenericWelcome.txt")
+set(CPACK_SET_DESTDIR "OFF")
+set(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ")
+set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CPackSourceConfig.cmake")
+set(CPACK_SOURCE_RPM "OFF")
+set(CPACK_SOURCE_TBZ2 "ON")
+set(CPACK_SOURCE_TGZ "ON")
+set(CPACK_SOURCE_TXZ "ON")
+set(CPACK_SOURCE_TZ "ON")
+set(CPACK_SOURCE_ZIP "OFF")
+set(CPACK_SYSTEM_NAME "Linux")
+set(CPACK_THREADS "1")
+set(CPACK_TOPLEVEL_TAG "Linux")
+set(CPACK_WIX_SIZEOF_VOID_P "8")
+
+if(NOT CPACK_PROPERTIES_FILE)
+ set(CPACK_PROPERTIES_FILE "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CPackProperties.cmake")
+endif()
+
+if(EXISTS ${CPACK_PROPERTIES_FILE})
+ include(${CPACK_PROPERTIES_FILE})
+endif()
diff --git a/cmake-build-debug/CPackSourceConfig.cmake b/cmake-build-debug/CPackSourceConfig.cmake
new file mode 100644
index 0000000..a1ed89e
--- /dev/null
+++ b/cmake-build-debug/CPackSourceConfig.cmake
@@ -0,0 +1,95 @@
+# This file will be configured to contain variables for CPack. These variables
+# should be set in the CMake list file of the project before CPack module is
+# included. The list of available CPACK_xxx variables and their associated
+# documentation may be obtained using
+# cpack --help-variable-list
+#
+# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME)
+# and some are specific to a generator
+# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables
+# usually begin with CPACK__xxxx.
+
+
+set(CPACK_BINARY_DEB "OFF")
+set(CPACK_BINARY_FREEBSD "OFF")
+set(CPACK_BINARY_IFW "OFF")
+set(CPACK_BINARY_NSIS "OFF")
+set(CPACK_BINARY_RPM "OFF")
+set(CPACK_BINARY_STGZ "ON")
+set(CPACK_BINARY_TBZ2 "OFF")
+set(CPACK_BINARY_TGZ "ON")
+set(CPACK_BINARY_TXZ "OFF")
+set(CPACK_BINARY_TZ "ON")
+set(CPACK_BUILD_SOURCE_DIRS "/home/doom/Documents/GitHub/8ChickenChipEmulator;/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug")
+set(CPACK_CMAKE_GENERATOR "Ninja")
+set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE")
+set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE")
+set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Templates/CPack.GenericDescription.txt")
+set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "8ChocChip built using CMake")
+set(CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE "ON")
+set(CPACK_GENERATOR "TBZ2;TGZ;TXZ;TZ")
+set(CPACK_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#")
+set(CPACK_INNOSETUP_ARCHITECTURE "x64")
+set(CPACK_INSTALLED_DIRECTORIES "/home/doom/Documents/GitHub/8ChickenChipEmulator;/")
+set(CPACK_INSTALL_CMAKE_PROJECTS "")
+set(CPACK_INSTALL_PREFIX "/usr/local")
+set(CPACK_MODULE_PATH "")
+set(CPACK_MONOLITHIC_INSTALL "ON")
+set(CPACK_NSIS_CONTACT "team@sfml-dev.org")
+set(CPACK_NSIS_DISPLAY_NAME "SFML 2.6.1 (GNU 13.2.0)")
+set(CPACK_NSIS_DISPLAY_NAME_SET "TRUE")
+set(CPACK_NSIS_INSTALLER_ICON_CODE "")
+set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "!define MUI_WELCOMEFINISHPAGE_BITMAP \"\\home\\doom\\Documents\\GitHub\\8ChickenChipEmulator\\cmake-build-debug\\_deps\\sfml-src\\tools\\nsis\\sidebar.bmp\"
+!define MUI_HEADERIMAGE_BITMAP \"\\home\\doom\\Documents\\GitHub\\8ChickenChipEmulator\\cmake-build-debug\\_deps\\sfml-src\\tools\\nsis\\header.bmp\"
+!define MUI_ICON \"\\home\\doom\\Documents\\GitHub\\8ChickenChipEmulator\\cmake-build-debug\\_deps\\sfml-src\\tools\\nsis\\sfml.ico\"")
+set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES")
+set(CPACK_NSIS_PACKAGE_NAME "SFML 2.6.1 (GNU 13.2.0)")
+set(CPACK_NSIS_UNINSTALL_NAME "Uninstall")
+set(CPACK_OBJCOPY_EXECUTABLE "/usr/bin/objcopy")
+set(CPACK_OBJDUMP_EXECUTABLE "/usr/bin/objdump")
+set(CPACK_OUTPUT_CONFIG_FILE "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CPackConfig.cmake")
+set(CPACK_PACKAGE_DEFAULT_LOCATION "/")
+set(CPACK_PACKAGE_DESCRIPTION_FILE "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Templates/CPack.GenericDescription.txt")
+set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "8ChocChip built using CMake")
+set(CPACK_PACKAGE_FILE_NAME "8ChocChip-2.6.1-Source")
+set(CPACK_PACKAGE_INSTALL_DIRECTORY "SFML 2.6.1")
+set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "SFML 2.6.1")
+set(CPACK_PACKAGE_NAME "8ChocChip")
+set(CPACK_PACKAGE_NAME_SUMMARY "Simple and Fast Multimedia Library")
+set(CPACK_PACKAGE_RELOCATABLE "true")
+set(CPACK_PACKAGE_VENDOR "SFML Team")
+set(CPACK_PACKAGE_VERSION "2.6.1")
+set(CPACK_PACKAGE_VERSION_MAJOR "2")
+set(CPACK_PACKAGE_VERSION_MINOR "6")
+set(CPACK_PACKAGE_VERSION_PATCH "1")
+set(CPACK_READELF_EXECUTABLE "/usr/bin/readelf")
+set(CPACK_RESOURCE_FILE_LICENSE "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/license.md")
+set(CPACK_RESOURCE_FILE_README "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/readme.md")
+set(CPACK_RESOURCE_FILE_WELCOME "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Templates/CPack.GenericWelcome.txt")
+set(CPACK_RPM_PACKAGE_SOURCES "ON")
+set(CPACK_SET_DESTDIR "OFF")
+set(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ")
+set(CPACK_SOURCE_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#")
+set(CPACK_SOURCE_INSTALLED_DIRECTORIES "/home/doom/Documents/GitHub/8ChickenChipEmulator;/")
+set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CPackSourceConfig.cmake")
+set(CPACK_SOURCE_PACKAGE_FILE_NAME "8ChocChip-2.6.1-Source")
+set(CPACK_SOURCE_RPM "OFF")
+set(CPACK_SOURCE_TBZ2 "ON")
+set(CPACK_SOURCE_TGZ "ON")
+set(CPACK_SOURCE_TOPLEVEL_TAG "Linux-Source")
+set(CPACK_SOURCE_TXZ "ON")
+set(CPACK_SOURCE_TZ "ON")
+set(CPACK_SOURCE_ZIP "OFF")
+set(CPACK_STRIP_FILES "")
+set(CPACK_SYSTEM_NAME "Linux")
+set(CPACK_THREADS "1")
+set(CPACK_TOPLEVEL_TAG "Linux-Source")
+set(CPACK_WIX_SIZEOF_VOID_P "8")
+
+if(NOT CPACK_PROPERTIES_FILE)
+ set(CPACK_PROPERTIES_FILE "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CPackProperties.cmake")
+endif()
+
+if(EXISTS ${CPACK_PROPERTIES_FILE})
+ include(${CPACK_PROPERTIES_FILE})
+endif()
diff --git a/cmake-build-debug/Testing/Temporary/LastTest.log b/cmake-build-debug/Testing/Temporary/LastTest.log
new file mode 100644
index 0000000..3321ae0
--- /dev/null
+++ b/cmake-build-debug/Testing/Temporary/LastTest.log
@@ -0,0 +1,3 @@
+Start testing: Mar 22 18:10 AEST
+----------------------------------------------------------
+End testing: Mar 22 18:10 AEST
diff --git a/cmake-build-debug/_deps/sfml-build/CMakeFiles/Export/3937c6824958577f216dad0a66bc6149/SFMLSharedTargets-debug.cmake b/cmake-build-debug/_deps/sfml-build/CMakeFiles/Export/3937c6824958577f216dad0a66bc6149/SFMLSharedTargets-debug.cmake
new file mode 100644
index 0000000..0126e6c
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-build/CMakeFiles/Export/3937c6824958577f216dad0a66bc6149/SFMLSharedTargets-debug.cmake
@@ -0,0 +1,49 @@
+#----------------------------------------------------------------
+# Generated CMake target import file for configuration "Debug".
+#----------------------------------------------------------------
+
+# Commands may need to know the format version.
+set(CMAKE_IMPORT_FILE_VERSION 1)
+
+# Import target "sfml-system" for configuration "Debug"
+set_property(TARGET sfml-system APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
+set_target_properties(sfml-system PROPERTIES
+ IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libsfml-system-d.so.2.6.1"
+ IMPORTED_SONAME_DEBUG "libsfml-system-d.so.2.6"
+ )
+
+list(APPEND _cmake_import_check_targets sfml-system )
+list(APPEND _cmake_import_check_files_for_sfml-system "${_IMPORT_PREFIX}/lib/libsfml-system-d.so.2.6.1" )
+
+# Import target "sfml-window" for configuration "Debug"
+set_property(TARGET sfml-window APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
+set_target_properties(sfml-window PROPERTIES
+ IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libsfml-window-d.so.2.6.1"
+ IMPORTED_SONAME_DEBUG "libsfml-window-d.so.2.6"
+ )
+
+list(APPEND _cmake_import_check_targets sfml-window )
+list(APPEND _cmake_import_check_files_for_sfml-window "${_IMPORT_PREFIX}/lib/libsfml-window-d.so.2.6.1" )
+
+# Import target "sfml-graphics" for configuration "Debug"
+set_property(TARGET sfml-graphics APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
+set_target_properties(sfml-graphics PROPERTIES
+ IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libsfml-graphics-d.so.2.6.1"
+ IMPORTED_SONAME_DEBUG "libsfml-graphics-d.so.2.6"
+ )
+
+list(APPEND _cmake_import_check_targets sfml-graphics )
+list(APPEND _cmake_import_check_files_for_sfml-graphics "${_IMPORT_PREFIX}/lib/libsfml-graphics-d.so.2.6.1" )
+
+# Import target "sfml-audio" for configuration "Debug"
+set_property(TARGET sfml-audio APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
+set_target_properties(sfml-audio PROPERTIES
+ IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libsfml-audio-d.so.2.6.1"
+ IMPORTED_SONAME_DEBUG "libsfml-audio-d.so.2.6"
+ )
+
+list(APPEND _cmake_import_check_targets sfml-audio )
+list(APPEND _cmake_import_check_files_for_sfml-audio "${_IMPORT_PREFIX}/lib/libsfml-audio-d.so.2.6.1" )
+
+# Commands beyond this point should not need to know the version.
+set(CMAKE_IMPORT_FILE_VERSION)
diff --git a/cmake-build-debug/_deps/sfml-build/CMakeFiles/Export/3937c6824958577f216dad0a66bc6149/SFMLSharedTargets.cmake b/cmake-build-debug/_deps/sfml-build/CMakeFiles/Export/3937c6824958577f216dad0a66bc6149/SFMLSharedTargets.cmake
new file mode 100644
index 0000000..973f704
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-build/CMakeFiles/Export/3937c6824958577f216dad0a66bc6149/SFMLSharedTargets.cmake
@@ -0,0 +1,159 @@
+# Generated by CMake
+
+if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
+ message(FATAL_ERROR "CMake >= 2.8.0 required")
+endif()
+if(CMAKE_VERSION VERSION_LESS "2.8.3")
+ message(FATAL_ERROR "CMake >= 2.8.3 required")
+endif()
+cmake_policy(PUSH)
+cmake_policy(VERSION 2.8.3...3.26)
+#----------------------------------------------------------------
+# Generated CMake target import file.
+#----------------------------------------------------------------
+
+# Commands may need to know the format version.
+set(CMAKE_IMPORT_FILE_VERSION 1)
+
+# Protect against multiple inclusion, which would fail when already imported targets are added once more.
+set(_cmake_targets_defined "")
+set(_cmake_targets_not_defined "")
+set(_cmake_expected_targets "")
+foreach(_cmake_expected_target IN ITEMS sfml-system sfml-window X11 OpenGL UDev sfml-graphics Freetype OpenAL VORBIS FLAC sfml-audio)
+ list(APPEND _cmake_expected_targets "${_cmake_expected_target}")
+ if(TARGET "${_cmake_expected_target}")
+ list(APPEND _cmake_targets_defined "${_cmake_expected_target}")
+ else()
+ list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}")
+ endif()
+endforeach()
+unset(_cmake_expected_target)
+if(_cmake_targets_defined STREQUAL _cmake_expected_targets)
+ unset(_cmake_targets_defined)
+ unset(_cmake_targets_not_defined)
+ unset(_cmake_expected_targets)
+ unset(CMAKE_IMPORT_FILE_VERSION)
+ cmake_policy(POP)
+ return()
+endif()
+if(NOT _cmake_targets_defined STREQUAL "")
+ string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}")
+ string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}")
+ message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n")
+endif()
+unset(_cmake_targets_defined)
+unset(_cmake_targets_not_defined)
+unset(_cmake_expected_targets)
+
+
+# Compute the installation prefix relative to this file.
+get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
+get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
+get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
+get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
+if(_IMPORT_PREFIX STREQUAL "/")
+ set(_IMPORT_PREFIX "")
+endif()
+
+# Create imported target sfml-system
+add_library(sfml-system SHARED IMPORTED)
+
+set_target_properties(sfml-system PROPERTIES
+ INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
+)
+
+# Create imported target sfml-window
+add_library(sfml-window SHARED IMPORTED)
+
+set_target_properties(sfml-window PROPERTIES
+ INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
+ INTERFACE_LINK_LIBRARIES "sfml-system"
+)
+
+# Create imported target X11
+add_library(X11 INTERFACE IMPORTED)
+
+# Create imported target OpenGL
+add_library(OpenGL INTERFACE IMPORTED)
+
+# Create imported target UDev
+add_library(UDev INTERFACE IMPORTED)
+
+# Create imported target sfml-graphics
+add_library(sfml-graphics SHARED IMPORTED)
+
+set_target_properties(sfml-graphics PROPERTIES
+ INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
+ INTERFACE_LINK_LIBRARIES "sfml-window"
+)
+
+# Create imported target Freetype
+add_library(Freetype INTERFACE IMPORTED)
+
+# Create imported target OpenAL
+add_library(OpenAL INTERFACE IMPORTED)
+
+# Create imported target VORBIS
+add_library(VORBIS INTERFACE IMPORTED)
+
+set_target_properties(VORBIS PROPERTIES
+ INTERFACE_COMPILE_DEFINITIONS "OV_EXCLUDE_STATIC_CALLBACKS"
+)
+
+# Create imported target FLAC
+add_library(FLAC INTERFACE IMPORTED)
+
+set_target_properties(FLAC PROPERTIES
+ INTERFACE_COMPILE_DEFINITIONS "FLAC__NO_DLL"
+)
+
+# Create imported target sfml-audio
+add_library(sfml-audio SHARED IMPORTED)
+
+set_target_properties(sfml-audio PROPERTIES
+ INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
+ INTERFACE_LINK_LIBRARIES "sfml-system"
+)
+
+if(CMAKE_VERSION VERSION_LESS 3.0.0)
+ message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.")
+endif()
+
+# Load information for each installed configuration.
+file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/SFMLSharedTargets-*.cmake")
+foreach(_cmake_config_file IN LISTS _cmake_config_files)
+ include("${_cmake_config_file}")
+endforeach()
+unset(_cmake_config_file)
+unset(_cmake_config_files)
+
+# Cleanup temporary variables.
+set(_IMPORT_PREFIX)
+
+# Loop over all imported files and verify that they actually exist
+foreach(_cmake_target IN LISTS _cmake_import_check_targets)
+ foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}")
+ if(NOT EXISTS "${_cmake_file}")
+ message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file
+ \"${_cmake_file}\"
+but this file does not exist. Possible reasons include:
+* The file was deleted, renamed, or moved to another location.
+* An install or uninstall procedure did not complete successfully.
+* The installation package was faulty and contained
+ \"${CMAKE_CURRENT_LIST_FILE}\"
+but not all the files it references.
+")
+ endif()
+ endforeach()
+ unset(_cmake_file)
+ unset("_cmake_import_check_files_for_${_cmake_target}")
+endforeach()
+unset(_cmake_target)
+unset(_cmake_import_check_targets)
+
+# This file does not depend on other imported targets which have
+# been exported from the same project but in a separate export set.
+
+# Commands beyond this point should not need to know the version.
+set(CMAKE_IMPORT_FILE_VERSION)
+cmake_policy(POP)
diff --git a/cmake-build-debug/_deps/sfml-build/SFMLConfig.cmake b/cmake-build-debug/_deps/sfml-build/SFMLConfig.cmake
new file mode 100644
index 0000000..f28497b
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-build/SFMLConfig.cmake
@@ -0,0 +1,148 @@
+# This script provides the SFML libraries as imported targets
+# ------------------------------------
+#
+# Usage
+# -----
+#
+# When you try to locate the SFML libraries, you must specify which modules you want to use (system, window, graphics, network, audio, main).
+# If none is given, no imported target will be created and you won't be able to link to SFML libraries.
+# example:
+# find_package(SFML COMPONENTS graphics window system) # find the graphics, window and system modules
+#
+# You can enforce a specific version, either MAJOR.MINOR or only MAJOR.
+# If nothing is specified, the version won't be checked (i.e. any version will be accepted).
+# example:
+# find_package(SFML COMPONENTS ...) # no specific version required
+# find_package(SFML 2 COMPONENTS ...) # any 2.x version
+# find_package(SFML 2.6 COMPONENTS ...) # version 2.6 or greater
+#
+# By default, the dynamic libraries of SFML will be found. To find the static ones instead,
+# you must set the SFML_STATIC_LIBRARIES variable to TRUE before calling find_package(SFML ...).
+# You don't need to deal with SFML's dependencies when linking your targets against SFML libraries,
+# they will all be configured automatically, even if you use SFML static libraries.
+# example:
+# set(SFML_STATIC_LIBRARIES TRUE)
+# find_package(SFML 2 COMPONENTS network system)
+#
+# On macOS by default CMake will search for frameworks. If you want to use static libraries and have installed
+# both SFML frameworks and SFML static libraries, your must set CMAKE_FIND_FRAMEWORK to "NEVER" or "LAST"
+# in addition to setting SFML_STATIC_LIBRARIES to TRUE. Otherwise CMake will check the frameworks bundle config and
+# fail after finding out that it does not provide static libraries. Please refer to CMake documentation for more details.
+#
+# Additionally, keep in mind that SFML frameworks are only available as release libraries unlike dylibs which
+# are available for both release and debug modes.
+#
+# If SFML is not installed in a standard path, you can use the SFML_DIR CMake variable
+# to tell CMake where SFML's config file is located (PREFIX/lib/cmake/SFML for a library-based installation,
+# and PREFIX/SFML.framework/Resources/CMake on macOS for a framework-based installation).
+#
+# Output
+# ------
+#
+# This script defines the following variables:
+# - For each specified module XXX (system, window, graphics, network, audio, main):
+# - SFML_XXX_FOUND: true if either the debug or release library of the xxx module is found
+# - SFML_FOUND: true if all the required modules are found
+#
+# And the following targets:
+# - For each specified module XXX (system, window, graphics, network, audio, main):
+# - sfml-XXX
+# The SFML targets are the same for both Debug and Release build configurations and will automatically provide
+# correct settings based on your currently active build configuration. The SFML targets name also do not change
+# when using dynamic or static SFML libraries.
+#
+# When linking against a SFML target, you do not need to specify indirect dependencies. For example, linking
+# against sfml-graphics will also automatically link against sfml-window and sfml-system.
+#
+# example:
+# find_package(SFML 2 COMPONENTS graphics audio REQUIRED)
+# add_executable(myapp ...)
+# target_link_libraries(myapp sfml-graphics sfml-audio)
+
+if (NOT SFML_FIND_COMPONENTS)
+ message(FATAL_ERROR "find_package(SFML) called with no component")
+endif()
+
+set(FIND_SFML_PATHS
+ "${CMAKE_CURRENT_LIST_DIR}/../.."
+ ${SFML_ROOT}
+ $ENV{SFML_ROOT}
+ ~/Library/Frameworks
+ /Library/Frameworks
+ /usr/local
+ /usr
+ /sw
+ /opt/local
+ /opt/csw
+ /opt)
+
+find_path(SFML_DOC_DIR SFML.tag
+ PATH_SUFFIXES SFML/doc share/doc/SFML
+ PATHS ${FIND_SFML_PATHS})
+
+
+# Update requested components (eg. request window component if graphics component was requested)
+set(FIND_SFML_SYSTEM_DEPENDENCIES "")
+set(FIND_SFML_MAIN_DEPENDENCIES "")
+set(FIND_SFML_AUDIO_DEPENDENCIES system)
+set(FIND_SFML_NETWORK_DEPENDENCIES system)
+set(FIND_SFML_WINDOW_DEPENDENCIES system)
+set(FIND_SFML_GRAPHICS_DEPENDENCIES window system)
+set(FIND_SFML_ADDITIONAL_COMPONENTS "")
+foreach(component ${SFML_FIND_COMPONENTS})
+ string(TOUPPER "${component}" UPPER_COMPONENT)
+ list(APPEND FIND_SFML_ADDITIONAL_COMPONENTS ${FIND_SFML_${UPPER_COMPONENT}_DEPENDENCIES})
+endforeach()
+list(APPEND SFML_FIND_COMPONENTS ${FIND_SFML_ADDITIONAL_COMPONENTS})
+list(REMOVE_DUPLICATES SFML_FIND_COMPONENTS)
+
+# Choose which target definitions must be imported
+if (SFML_STATIC_LIBRARIES)
+ set(SFML_IS_FRAMEWORK_INSTALL "")
+ if (SFML_IS_FRAMEWORK_INSTALL)
+ message(WARNING "Static frameworks are not supported by SFML. Clear SFML_DIR cache entry, \
+and either change SFML_STATIC_LIBRARIES or CMAKE_FIND_FRAMEWORK before calling find_package(SFML)")
+ endif()
+ set(config_name "Static")
+else()
+ set(config_name "Shared")
+endif()
+set(targets_config_file "${CMAKE_CURRENT_LIST_DIR}/SFML${config_name}Targets.cmake")
+
+# Generate imported targets for SFML and its dependencies
+if (EXISTS "${targets_config_file}")
+ # Set SFML_FOUND to TRUE by default, may be overwritten by one of the includes below
+ set(SFML_FOUND TRUE)
+ include("${targets_config_file}")
+ include("${CMAKE_CURRENT_LIST_DIR}/SFMLConfigDependencies.cmake")
+
+ if (SFML_FOUND)
+ foreach (component ${SFML_FIND_COMPONENTS})
+ string(TOUPPER "${component}" UPPER_COMPONENT)
+ if (TARGET sfml-${component})
+ set(SFML_${UPPER_COMPONENT}_FOUND TRUE)
+ else()
+ set(FIND_SFML_ERROR "Found SFML but requested component '${component}' is missing in the config defined in ${SFML_DIR}.")
+ set(SFML_${UPPER_COMPONENT}_FOUND FALSE)
+ set(SFML_FOUND FALSE)
+ endif()
+ endforeach()
+ endif()
+else()
+ set(FIND_SFML_ERROR "Requested SFML configuration (${config_name}) was not found")
+ set(SFML_FOUND FALSE)
+endif()
+
+if (NOT SFML_FOUND)
+ if(SFML_FIND_REQUIRED)
+ # fatal error
+ message(FATAL_ERROR "${FIND_SFML_ERROR}")
+ elseif(NOT SFML_FIND_QUIETLY)
+ # error but continue
+ message(STATUS "${FIND_SFML_ERROR}")
+ endif()
+endif()
+
+if (SFML_FOUND AND NOT SFML_FIND_QUIETLY)
+ message(STATUS "Found SFML 2.6.1 in ${CMAKE_CURRENT_LIST_DIR}")
+endif()
diff --git a/cmake-build-debug/_deps/sfml-build/SFMLConfigDependencies.cmake b/cmake-build-debug/_deps/sfml-build/SFMLConfigDependencies.cmake
new file mode 100644
index 0000000..928dc16
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-build/SFMLConfigDependencies.cmake
@@ -0,0 +1,94 @@
+
+if (CMAKE_VERSION VERSION_LESS 3.5.2)
+ include(CMakeParseArguments)
+endif()
+
+# in case of static linking, we must also define the list of all the dependencies of SFML libraries
+if(SFML_STATIC_LIBRARIES)
+ # detect the OS
+ if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
+ set(FIND_SFML_OS_WINDOWS 1)
+ elseif(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
+ set(FIND_SFML_OS_LINUX 1)
+
+ if(FALSE)
+ set(FIND_SFML_USE_DRM 1)
+ endif()
+ elseif(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
+ set(FIND_SFML_OS_FREEBSD 1)
+ elseif(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
+ if (DEFINED IOS)
+ set(FIND_SFML_OS_IOS 1)
+ else()
+ set(FIND_SFML_OS_MACOSX 1)
+ endif()
+ endif()
+
+ # start with an empty list
+ set(FIND_SFML_DEPENDENCIES_NOTFOUND)
+
+ # macro that searches for a 3rd-party library
+ function(sfml_bind_dependency)
+ cmake_parse_arguments(THIS "" "TARGET;FRIENDLY_NAME" "SEARCH_NAMES" ${ARGN})
+ if (THIS_UNPARSED_ARGUMENTS)
+ message(FATAL_ERROR "Unknown arguments when calling sfml_bind_dependency: ${THIS_UNPARSED_ARGUMENTS}")
+ endif()
+
+ # No lookup in environment variables (PATH on Windows), as they may contain wrong library versions
+ find_library(${THIS_FRIENDLY_NAME}_LIB NAMES ${THIS_SEARCH_NAMES}
+ PATHS ${FIND_SFML_PATHS} PATH_SUFFIXES lib NO_SYSTEM_ENVIRONMENT_PATH)
+ mark_as_advanced(${THIS_FRIENDLY_NAME}_LIB)
+ if(${THIS_FRIENDLY_NAME}_LIB)
+ set_property(TARGET ${THIS_TARGET} APPEND PROPERTY INTERFACE_LINK_LIBRARIES "${${THIS_FRIENDLY_NAME}_LIB}")
+ else()
+ set(FIND_SFML_DEPENDENCIES_NOTFOUND "${FIND_SFML_DEPENDENCIES_NOTFOUND} ${THIS_FRIENDLY_NAME}" PARENT_SCOPE)
+ endif()
+ endfunction()
+
+ # sfml-window
+ list(FIND SFML_FIND_COMPONENTS "window" FIND_SFML_WINDOW_COMPONENT_INDEX)
+ if(FIND_SFML_WINDOW_COMPONENT_INDEX GREATER -1)
+ if(FIND_SFML_USE_DRM)
+ sfml_bind_dependency(TARGET DRM FRIENDLY_NAME "drm" SEARCH_NAMES "drm")
+ sfml_bind_dependency(TARGET GBM FRIENDLY_NAME "gbm" SEARCH_NAMES "gbm")
+ elseif(FIND_SFML_OS_LINUX OR FIND_SFML_OS_FREEBSD)
+ sfml_bind_dependency(TARGET X11 FRIENDLY_NAME "X11" SEARCH_NAMES "X11")
+ sfml_bind_dependency(TARGET X11 FRIENDLY_NAME "Xrandr" SEARCH_NAMES "Xrandr")
+ sfml_bind_dependency(TARGET X11 FRIENDLY_NAME "Xcursor" SEARCH_NAMES "Xcursor")
+ endif()
+
+ if(FIND_SFML_OS_LINUX)
+ sfml_bind_dependency(TARGET UDev FRIENDLY_NAME "UDev" SEARCH_NAMES "udev" "libudev")
+ endif()
+
+ if (FIND_SFML_OS_WINDOWS)
+ set_property(TARGET OpenGL APPEND PROPERTY INTERFACE_LINK_LIBRARIES "OpenGL32")
+ elseif(NOT FIND_SFML_OS_IOS)
+ sfml_bind_dependency(TARGET OpenGL FRIENDLY_NAME "OpenGL" SEARCH_NAMES "OpenGL" "GL")
+ endif()
+ endif()
+
+ # sfml-graphics
+ list(FIND SFML_FIND_COMPONENTS "graphics" FIND_SFML_GRAPHICS_COMPONENT_INDEX)
+ if(FIND_SFML_GRAPHICS_COMPONENT_INDEX GREATER -1)
+ sfml_bind_dependency(TARGET Freetype FRIENDLY_NAME "FreeType" SEARCH_NAMES "freetype")
+ endif()
+
+ # sfml-audio
+ list(FIND SFML_FIND_COMPONENTS "audio" FIND_SFML_AUDIO_COMPONENT_INDEX)
+ if(FIND_SFML_AUDIO_COMPONENT_INDEX GREATER -1)
+ sfml_bind_dependency(TARGET OpenAL FRIENDLY_NAME "OpenAL" SEARCH_NAMES "OpenAL" "openal" "openal32")
+ if (NOT FIND_SFML_OS_IOS)
+ sfml_bind_dependency(TARGET VORBIS FRIENDLY_NAME "VorbisFile" SEARCH_NAMES "vorbisfile")
+ sfml_bind_dependency(TARGET VORBIS FRIENDLY_NAME "VorbisEnc" SEARCH_NAMES "vorbisenc")
+ endif()
+ sfml_bind_dependency(TARGET VORBIS FRIENDLY_NAME "Vorbis" SEARCH_NAMES "vorbis")
+ sfml_bind_dependency(TARGET VORBIS FRIENDLY_NAME "Ogg" SEARCH_NAMES "ogg")
+ sfml_bind_dependency(TARGET FLAC FRIENDLY_NAME "FLAC" SEARCH_NAMES "FLAC")
+ endif()
+
+ if (FIND_SFML_DEPENDENCIES_NOTFOUND)
+ set(FIND_SFML_ERROR "SFML found but some of its dependencies are missing (${FIND_SFML_DEPENDENCIES_NOTFOUND})")
+ set(SFML_FOUND FALSE)
+ endif()
+endif()
diff --git a/cmake-build-debug/_deps/sfml-build/SFMLConfigVersion.cmake b/cmake-build-debug/_deps/sfml-build/SFMLConfigVersion.cmake
new file mode 100644
index 0000000..25db876
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-build/SFMLConfigVersion.cmake
@@ -0,0 +1,65 @@
+# This is a basic version file for the Config-mode of find_package().
+# It is used by write_basic_package_version_file() as input file for configure_file()
+# to create a version-file which can be installed along a config.cmake file.
+#
+# The created file sets PACKAGE_VERSION_EXACT if the current version string and
+# the requested version string are exactly the same and it sets
+# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version,
+# but only if the requested major version is the same as the current one.
+# The variable CVF_VERSION must be set before calling configure_file().
+
+
+set(PACKAGE_VERSION "2.6.1")
+
+if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
+ set(PACKAGE_VERSION_COMPATIBLE FALSE)
+else()
+
+ if("2.6.1" MATCHES "^([0-9]+)\\.")
+ set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
+ if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
+ string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
+ endif()
+ else()
+ set(CVF_VERSION_MAJOR "2.6.1")
+ endif()
+
+ if(PACKAGE_FIND_VERSION_RANGE)
+ # both endpoints of the range must have the expected major version
+ math (EXPR CVF_VERSION_MAJOR_NEXT "${CVF_VERSION_MAJOR} + 1")
+ if (NOT PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR
+ OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX_MAJOR STREQUAL CVF_VERSION_MAJOR)
+ OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX VERSION_LESS_EQUAL CVF_VERSION_MAJOR_NEXT)))
+ set(PACKAGE_VERSION_COMPATIBLE FALSE)
+ elseif(PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR
+ AND ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS_EQUAL PACKAGE_FIND_VERSION_MAX)
+ OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MAX)))
+ set(PACKAGE_VERSION_COMPATIBLE TRUE)
+ else()
+ set(PACKAGE_VERSION_COMPATIBLE FALSE)
+ endif()
+ else()
+ if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR)
+ set(PACKAGE_VERSION_COMPATIBLE TRUE)
+ else()
+ set(PACKAGE_VERSION_COMPATIBLE FALSE)
+ endif()
+
+ if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION)
+ set(PACKAGE_VERSION_EXACT TRUE)
+ endif()
+ endif()
+endif()
+
+
+# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it:
+if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "")
+ return()
+endif()
+
+# check that the installed version has the same 32/64bit-ness as the one which is currently searching:
+if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8")
+ math(EXPR installedBits "8 * 8")
+ set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)")
+ set(PACKAGE_VERSION_UNSUITABLE TRUE)
+endif()
diff --git a/cmake-build-debug/_deps/sfml-build/SFMLSharedTargets.cmake b/cmake-build-debug/_deps/sfml-build/SFMLSharedTargets.cmake
new file mode 100644
index 0000000..8d331c7
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-build/SFMLSharedTargets.cmake
@@ -0,0 +1,175 @@
+# Generated by CMake
+
+if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
+ message(FATAL_ERROR "CMake >= 2.8.0 required")
+endif()
+if(CMAKE_VERSION VERSION_LESS "2.8.3")
+ message(FATAL_ERROR "CMake >= 2.8.3 required")
+endif()
+cmake_policy(PUSH)
+cmake_policy(VERSION 2.8.3...3.26)
+#----------------------------------------------------------------
+# Generated CMake target import file.
+#----------------------------------------------------------------
+
+# Commands may need to know the format version.
+set(CMAKE_IMPORT_FILE_VERSION 1)
+
+if(CMAKE_VERSION VERSION_LESS 3.0.0)
+ message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.")
+endif()
+
+# Protect against multiple inclusion, which would fail when already imported targets are added once more.
+set(_cmake_targets_defined "")
+set(_cmake_targets_not_defined "")
+set(_cmake_expected_targets "")
+foreach(_cmake_expected_target IN ITEMS sfml-system sfml-window X11 OpenGL UDev sfml-graphics Freetype OpenAL VORBIS FLAC sfml-audio)
+ list(APPEND _cmake_expected_targets "${_cmake_expected_target}")
+ if(TARGET "${_cmake_expected_target}")
+ list(APPEND _cmake_targets_defined "${_cmake_expected_target}")
+ else()
+ list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}")
+ endif()
+endforeach()
+unset(_cmake_expected_target)
+if(_cmake_targets_defined STREQUAL _cmake_expected_targets)
+ unset(_cmake_targets_defined)
+ unset(_cmake_targets_not_defined)
+ unset(_cmake_expected_targets)
+ unset(CMAKE_IMPORT_FILE_VERSION)
+ cmake_policy(POP)
+ return()
+endif()
+if(NOT _cmake_targets_defined STREQUAL "")
+ string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}")
+ string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}")
+ message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n")
+endif()
+unset(_cmake_targets_defined)
+unset(_cmake_targets_not_defined)
+unset(_cmake_expected_targets)
+
+
+# Create imported target sfml-system
+add_library(sfml-system SHARED IMPORTED)
+
+set_target_properties(sfml-system PROPERTIES
+ INTERFACE_INCLUDE_DIRECTORIES "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include"
+)
+
+# Create imported target sfml-window
+add_library(sfml-window SHARED IMPORTED)
+
+set_target_properties(sfml-window PROPERTIES
+ INTERFACE_INCLUDE_DIRECTORIES "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include"
+ INTERFACE_LINK_LIBRARIES "sfml-system"
+)
+
+# Create imported target X11
+add_library(X11 INTERFACE IMPORTED)
+
+set_target_properties(X11 PROPERTIES
+ INTERFACE_INCLUDE_DIRECTORIES "/usr/include"
+ INTERFACE_LINK_LIBRARIES "/usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXrandr.so;/usr/lib/x86_64-linux-gnu/libXcursor.so"
+)
+
+# Create imported target OpenGL
+add_library(OpenGL INTERFACE IMPORTED)
+
+set_target_properties(OpenGL PROPERTIES
+ INTERFACE_INCLUDE_DIRECTORIES "/usr/include"
+ INTERFACE_LINK_LIBRARIES "/usr/lib/x86_64-linux-gnu/libGL.so"
+)
+
+# Create imported target UDev
+add_library(UDev INTERFACE IMPORTED)
+
+set_target_properties(UDev PROPERTIES
+ INTERFACE_INCLUDE_DIRECTORIES "/usr/include"
+ INTERFACE_LINK_LIBRARIES "/usr/lib/x86_64-linux-gnu/libudev.so"
+)
+
+# Create imported target sfml-graphics
+add_library(sfml-graphics SHARED IMPORTED)
+
+set_target_properties(sfml-graphics PROPERTIES
+ INTERFACE_INCLUDE_DIRECTORIES "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include"
+ INTERFACE_LINK_LIBRARIES "sfml-window"
+)
+
+# Create imported target Freetype
+add_library(Freetype INTERFACE IMPORTED)
+
+set_target_properties(Freetype PROPERTIES
+ INTERFACE_INCLUDE_DIRECTORIES "/usr/include/freetype2"
+ INTERFACE_LINK_LIBRARIES "/usr/lib/x86_64-linux-gnu/libfreetype.so"
+)
+
+# Create imported target OpenAL
+add_library(OpenAL INTERFACE IMPORTED)
+
+set_target_properties(OpenAL PROPERTIES
+ INTERFACE_INCLUDE_DIRECTORIES "/usr/include/AL"
+ INTERFACE_LINK_LIBRARIES "/usr/lib/x86_64-linux-gnu/libopenal.so"
+)
+
+# Create imported target VORBIS
+add_library(VORBIS INTERFACE IMPORTED)
+
+set_target_properties(VORBIS PROPERTIES
+ INTERFACE_COMPILE_DEFINITIONS "OV_EXCLUDE_STATIC_CALLBACKS"
+ INTERFACE_INCLUDE_DIRECTORIES "/usr/include;/usr/include"
+ INTERFACE_LINK_LIBRARIES "/usr/lib/x86_64-linux-gnu/libvorbisenc.so;/usr/lib/x86_64-linux-gnu/libvorbisfile.so;/usr/lib/x86_64-linux-gnu/libvorbis.so;/usr/lib/x86_64-linux-gnu/libogg.so"
+)
+
+# Create imported target FLAC
+add_library(FLAC INTERFACE IMPORTED)
+
+set_target_properties(FLAC PROPERTIES
+ INTERFACE_COMPILE_DEFINITIONS "FLAC__NO_DLL"
+ INTERFACE_INCLUDE_DIRECTORIES "/usr/include"
+ INTERFACE_LINK_LIBRARIES "/usr/lib/x86_64-linux-gnu/libFLAC.so"
+)
+
+# Create imported target sfml-audio
+add_library(sfml-audio SHARED IMPORTED)
+
+set_target_properties(sfml-audio PROPERTIES
+ INTERFACE_INCLUDE_DIRECTORIES "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include"
+ INTERFACE_LINK_LIBRARIES "sfml-system"
+)
+
+# Import target "sfml-system" for configuration "Debug"
+set_property(TARGET sfml-system APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
+set_target_properties(sfml-system PROPERTIES
+ IMPORTED_LOCATION_DEBUG "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/lib/libsfml-system-d.so.2.6.1"
+ IMPORTED_SONAME_DEBUG "libsfml-system-d.so.2.6"
+ )
+
+# Import target "sfml-window" for configuration "Debug"
+set_property(TARGET sfml-window APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
+set_target_properties(sfml-window PROPERTIES
+ IMPORTED_LOCATION_DEBUG "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/lib/libsfml-window-d.so.2.6.1"
+ IMPORTED_SONAME_DEBUG "libsfml-window-d.so.2.6"
+ )
+
+# Import target "sfml-graphics" for configuration "Debug"
+set_property(TARGET sfml-graphics APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
+set_target_properties(sfml-graphics PROPERTIES
+ IMPORTED_LOCATION_DEBUG "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/lib/libsfml-graphics-d.so.2.6.1"
+ IMPORTED_SONAME_DEBUG "libsfml-graphics-d.so.2.6"
+ )
+
+# Import target "sfml-audio" for configuration "Debug"
+set_property(TARGET sfml-audio APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
+set_target_properties(sfml-audio PROPERTIES
+ IMPORTED_LOCATION_DEBUG "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/lib/libsfml-audio-d.so.2.6.1"
+ IMPORTED_SONAME_DEBUG "libsfml-audio-d.so.2.6"
+ )
+
+# This file does not depend on other imported targets which have
+# been exported from the same project but in a separate export set.
+
+# Commands beyond this point should not need to know the version.
+set(CMAKE_IMPORT_FILE_VERSION)
+cmake_policy(POP)
diff --git a/cmake-build-debug/_deps/sfml-build/cmake_install.cmake b/cmake-build-debug/_deps/sfml-build/cmake_install.cmake
new file mode 100644
index 0000000..74d9d3a
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-build/cmake_install.cmake
@@ -0,0 +1,165 @@
+# Install script for directory: /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src
+
+# Set the install prefix
+if(NOT DEFINED CMAKE_INSTALL_PREFIX)
+ set(CMAKE_INSTALL_PREFIX "/usr/local")
+endif()
+string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+ if(BUILD_TYPE)
+ string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+ CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+ else()
+ set(CMAKE_INSTALL_CONFIG_NAME "Debug")
+ endif()
+ message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+endif()
+
+# Set the component getting installed.
+if(NOT CMAKE_INSTALL_COMPONENT)
+ if(COMPONENT)
+ message(STATUS "Install component: \"${COMPONENT}\"")
+ set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+ else()
+ set(CMAKE_INSTALL_COMPONENT)
+ endif()
+endif()
+
+# Install shared libraries without execute permission?
+if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+ set(CMAKE_INSTALL_SO_NO_EXE "1")
+endif()
+
+# Is this installation the result of a crosscompile?
+if(NOT DEFINED CMAKE_CROSSCOMPILING)
+ set(CMAKE_CROSSCOMPILING "FALSE")
+endif()
+
+# Set default install directory permissions.
+if(NOT DEFINED CMAKE_OBJDUMP)
+ set(CMAKE_OBJDUMP "/usr/bin/objdump")
+endif()
+
+if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
+ list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
+ "/usr/local/lib/pkgconfig/sfml-all.pc")
+ if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
+ message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+ endif()
+ if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
+ message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+ endif()
+ file(INSTALL DESTINATION "/usr/local/lib/pkgconfig" TYPE FILE FILES "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/tools/pkg-config/sfml-all.pc")
+endif()
+
+if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
+ list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
+ "/usr/local/lib/pkgconfig/sfml-system.pc")
+ if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
+ message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+ endif()
+ if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
+ message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+ endif()
+ file(INSTALL DESTINATION "/usr/local/lib/pkgconfig" TYPE FILE FILES "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/tools/pkg-config/sfml-system.pc")
+endif()
+
+if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
+ list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
+ "/usr/local/lib/pkgconfig/sfml-window.pc")
+ if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
+ message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+ endif()
+ if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
+ message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+ endif()
+ file(INSTALL DESTINATION "/usr/local/lib/pkgconfig" TYPE FILE FILES "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/tools/pkg-config/sfml-window.pc")
+endif()
+
+if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
+ list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
+ "/usr/local/lib/pkgconfig/sfml-graphics.pc")
+ if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
+ message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+ endif()
+ if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
+ message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+ endif()
+ file(INSTALL DESTINATION "/usr/local/lib/pkgconfig" TYPE FILE FILES "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/tools/pkg-config/sfml-graphics.pc")
+endif()
+
+if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
+ list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
+ "/usr/local/lib/pkgconfig/sfml-audio.pc")
+ if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
+ message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+ endif()
+ if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
+ message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+ endif()
+ file(INSTALL DESTINATION "/usr/local/lib/pkgconfig" TYPE FILE FILES "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/tools/pkg-config/sfml-audio.pc")
+endif()
+
+if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
+ list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
+ "/usr/local/lib/pkgconfig/sfml-network.pc")
+ if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
+ message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+ endif()
+ if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
+ message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+ endif()
+ file(INSTALL DESTINATION "/usr/local/lib/pkgconfig" TYPE FILE FILES "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/tools/pkg-config/sfml-network.pc")
+endif()
+
+if(CMAKE_INSTALL_COMPONENT STREQUAL "devel" OR NOT CMAKE_INSTALL_COMPONENT)
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/." TYPE DIRECTORY FILES "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include" FILES_MATCHING REGEX "/[^/]*\\.hpp$" REGEX "/[^/]*\\.inl$")
+endif()
+
+if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/doc/SFML" TYPE FILE FILES "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/license.md")
+endif()
+
+if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/doc/SFML" TYPE FILE FILES "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/readme.md")
+endif()
+
+if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
+ if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/SFML/SFMLSharedTargets.cmake")
+ file(DIFFERENT _cmake_export_file_changed FILES
+ "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/SFML/SFMLSharedTargets.cmake"
+ "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/CMakeFiles/Export/3937c6824958577f216dad0a66bc6149/SFMLSharedTargets.cmake")
+ if(_cmake_export_file_changed)
+ file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/SFML/SFMLSharedTargets-*.cmake")
+ if(_cmake_old_config_files)
+ string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}")
+ message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/SFML/SFMLSharedTargets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].")
+ unset(_cmake_old_config_files_text)
+ file(REMOVE ${_cmake_old_config_files})
+ endif()
+ unset(_cmake_old_config_files)
+ endif()
+ unset(_cmake_export_file_changed)
+ endif()
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/SFML" TYPE FILE FILES "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/CMakeFiles/Export/3937c6824958577f216dad0a66bc6149/SFMLSharedTargets.cmake")
+ if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/SFML" TYPE FILE FILES "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/CMakeFiles/Export/3937c6824958577f216dad0a66bc6149/SFMLSharedTargets-debug.cmake")
+ endif()
+endif()
+
+if(CMAKE_INSTALL_COMPONENT STREQUAL "devel" OR NOT CMAKE_INSTALL_COMPONENT)
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/SFML" TYPE FILE FILES
+ "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/SFMLConfig.cmake"
+ "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/SFMLConfigDependencies.cmake"
+ "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/SFMLConfigVersion.cmake"
+ )
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+ # Include the install script for each subdirectory.
+ include("/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/cmake_install.cmake")
+
+endif()
+
diff --git a/cmake-build-debug/_deps/sfml-build/lib/libsfml-audio-d.so b/cmake-build-debug/_deps/sfml-build/lib/libsfml-audio-d.so
new file mode 120000
index 0000000..f03dc6a
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-build/lib/libsfml-audio-d.so
@@ -0,0 +1 @@
+libsfml-audio-d.so.2.6
\ No newline at end of file
diff --git a/cmake-build-debug/_deps/sfml-build/lib/libsfml-audio-d.so.2.6 b/cmake-build-debug/_deps/sfml-build/lib/libsfml-audio-d.so.2.6
new file mode 120000
index 0000000..6f5776b
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-build/lib/libsfml-audio-d.so.2.6
@@ -0,0 +1 @@
+libsfml-audio-d.so.2.6.1
\ No newline at end of file
diff --git a/cmake-build-debug/_deps/sfml-build/lib/libsfml-audio-d.so.2.6.1 b/cmake-build-debug/_deps/sfml-build/lib/libsfml-audio-d.so.2.6.1
new file mode 100755
index 0000000..9d5e262
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/lib/libsfml-audio-d.so.2.6.1 differ
diff --git a/cmake-build-debug/_deps/sfml-build/lib/libsfml-graphics-d.so b/cmake-build-debug/_deps/sfml-build/lib/libsfml-graphics-d.so
new file mode 120000
index 0000000..b1d09cc
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-build/lib/libsfml-graphics-d.so
@@ -0,0 +1 @@
+libsfml-graphics-d.so.2.6
\ No newline at end of file
diff --git a/cmake-build-debug/_deps/sfml-build/lib/libsfml-graphics-d.so.2.6 b/cmake-build-debug/_deps/sfml-build/lib/libsfml-graphics-d.so.2.6
new file mode 120000
index 0000000..bbde89c
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-build/lib/libsfml-graphics-d.so.2.6
@@ -0,0 +1 @@
+libsfml-graphics-d.so.2.6.1
\ No newline at end of file
diff --git a/cmake-build-debug/_deps/sfml-build/lib/libsfml-graphics-d.so.2.6.1 b/cmake-build-debug/_deps/sfml-build/lib/libsfml-graphics-d.so.2.6.1
new file mode 100755
index 0000000..88fb14e
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/lib/libsfml-graphics-d.so.2.6.1 differ
diff --git a/cmake-build-debug/_deps/sfml-build/lib/libsfml-system-d.so b/cmake-build-debug/_deps/sfml-build/lib/libsfml-system-d.so
new file mode 120000
index 0000000..644a74d
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-build/lib/libsfml-system-d.so
@@ -0,0 +1 @@
+libsfml-system-d.so.2.6
\ No newline at end of file
diff --git a/cmake-build-debug/_deps/sfml-build/lib/libsfml-system-d.so.2.6 b/cmake-build-debug/_deps/sfml-build/lib/libsfml-system-d.so.2.6
new file mode 120000
index 0000000..4a0e214
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-build/lib/libsfml-system-d.so.2.6
@@ -0,0 +1 @@
+libsfml-system-d.so.2.6.1
\ No newline at end of file
diff --git a/cmake-build-debug/_deps/sfml-build/lib/libsfml-system-d.so.2.6.1 b/cmake-build-debug/_deps/sfml-build/lib/libsfml-system-d.so.2.6.1
new file mode 100755
index 0000000..316baa1
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/lib/libsfml-system-d.so.2.6.1 differ
diff --git a/cmake-build-debug/_deps/sfml-build/lib/libsfml-window-d.so b/cmake-build-debug/_deps/sfml-build/lib/libsfml-window-d.so
new file mode 120000
index 0000000..5610852
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-build/lib/libsfml-window-d.so
@@ -0,0 +1 @@
+libsfml-window-d.so.2.6
\ No newline at end of file
diff --git a/cmake-build-debug/_deps/sfml-build/lib/libsfml-window-d.so.2.6 b/cmake-build-debug/_deps/sfml-build/lib/libsfml-window-d.so.2.6
new file mode 120000
index 0000000..a16646b
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-build/lib/libsfml-window-d.so.2.6
@@ -0,0 +1 @@
+libsfml-window-d.so.2.6.1
\ No newline at end of file
diff --git a/cmake-build-debug/_deps/sfml-build/lib/libsfml-window-d.so.2.6.1 b/cmake-build-debug/_deps/sfml-build/lib/libsfml-window-d.so.2.6.1
new file mode 100755
index 0000000..06ae6be
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/lib/libsfml-window-d.so.2.6.1 differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/ALCheck.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/ALCheck.cpp.o
new file mode 100644
index 0000000..9769f7b
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/ALCheck.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/AlResource.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/AlResource.cpp.o
new file mode 100644
index 0000000..9c6cb38
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/AlResource.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/AudioDevice.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/AudioDevice.cpp.o
new file mode 100644
index 0000000..8d33f8e
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/AudioDevice.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/InputSoundFile.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/InputSoundFile.cpp.o
new file mode 100644
index 0000000..f7b7c93
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/InputSoundFile.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/Listener.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/Listener.cpp.o
new file mode 100644
index 0000000..9f93c43
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/Listener.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/Music.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/Music.cpp.o
new file mode 100644
index 0000000..5014e42
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/Music.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/OutputSoundFile.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/OutputSoundFile.cpp.o
new file mode 100644
index 0000000..ce0a237
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/OutputSoundFile.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/Sound.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/Sound.cpp.o
new file mode 100644
index 0000000..6c29f01
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/Sound.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundBuffer.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundBuffer.cpp.o
new file mode 100644
index 0000000..6b79b76
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundBuffer.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundBufferRecorder.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundBufferRecorder.cpp.o
new file mode 100644
index 0000000..b0f1d81
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundBufferRecorder.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileFactory.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileFactory.cpp.o
new file mode 100644
index 0000000..cf30577
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileFactory.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderFlac.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderFlac.cpp.o
new file mode 100644
index 0000000..fffb088
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderFlac.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderMp3.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderMp3.cpp.o
new file mode 100644
index 0000000..1d1321e
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderMp3.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderOgg.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderOgg.cpp.o
new file mode 100644
index 0000000..fea17ed
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderOgg.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderWav.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderWav.cpp.o
new file mode 100644
index 0000000..91b3861
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderWav.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileWriterFlac.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileWriterFlac.cpp.o
new file mode 100644
index 0000000..3436a8d
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileWriterFlac.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileWriterOgg.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileWriterOgg.cpp.o
new file mode 100644
index 0000000..07d1272
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileWriterOgg.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileWriterWav.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileWriterWav.cpp.o
new file mode 100644
index 0000000..dda351f
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileWriterWav.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundRecorder.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundRecorder.cpp.o
new file mode 100644
index 0000000..0040c8d
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundRecorder.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundSource.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundSource.cpp.o
new file mode 100644
index 0000000..a9d02d6
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundSource.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundStream.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundStream.cpp.o
new file mode 100644
index 0000000..7ffe0e7
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundStream.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/cmake_install.cmake b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/cmake_install.cmake
new file mode 100644
index 0000000..3deedf1
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/cmake_install.cmake
@@ -0,0 +1,81 @@
+# Install script for directory: /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Audio
+
+# Set the install prefix
+if(NOT DEFINED CMAKE_INSTALL_PREFIX)
+ set(CMAKE_INSTALL_PREFIX "/usr/local")
+endif()
+string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+ if(BUILD_TYPE)
+ string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+ CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+ else()
+ set(CMAKE_INSTALL_CONFIG_NAME "Debug")
+ endif()
+ message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+endif()
+
+# Set the component getting installed.
+if(NOT CMAKE_INSTALL_COMPONENT)
+ if(COMPONENT)
+ message(STATUS "Install component: \"${COMPONENT}\"")
+ set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+ else()
+ set(CMAKE_INSTALL_COMPONENT)
+ endif()
+endif()
+
+# Install shared libraries without execute permission?
+if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+ set(CMAKE_INSTALL_SO_NO_EXE "1")
+endif()
+
+# Is this installation the result of a crosscompile?
+if(NOT DEFINED CMAKE_CROSSCOMPILING)
+ set(CMAKE_CROSSCOMPILING "FALSE")
+endif()
+
+# Set default install directory permissions.
+if(NOT DEFINED CMAKE_OBJDUMP)
+ set(CMAKE_OBJDUMP "/usr/bin/objdump")
+endif()
+
+if(CMAKE_INSTALL_COMPONENT STREQUAL "bin" OR NOT CMAKE_INSTALL_COMPONENT)
+ foreach(file
+ "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libsfml-audio-d.so.2.6.1"
+ "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libsfml-audio-d.so.2.6"
+ )
+ if(EXISTS "${file}" AND
+ NOT IS_SYMLINK "${file}")
+ file(RPATH_CHECK
+ FILE "${file}"
+ RPATH "")
+ endif()
+ endforeach()
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES
+ "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/lib/libsfml-audio-d.so.2.6.1"
+ "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/lib/libsfml-audio-d.so.2.6"
+ )
+ foreach(file
+ "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libsfml-audio-d.so.2.6.1"
+ "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libsfml-audio-d.so.2.6"
+ )
+ if(EXISTS "${file}" AND
+ NOT IS_SYMLINK "${file}")
+ file(RPATH_CHANGE
+ FILE "${file}"
+ OLD_RPATH "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/lib:"
+ NEW_RPATH "")
+ if(CMAKE_INSTALL_DO_STRIP)
+ execute_process(COMMAND "/usr/bin/strip" "${file}")
+ endif()
+ endif()
+ endforeach()
+endif()
+
+if(CMAKE_INSTALL_COMPONENT STREQUAL "bin" OR NOT CMAKE_INSTALL_COMPONENT)
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/lib/libsfml-audio-d.so")
+endif()
+
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/BlendMode.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/BlendMode.cpp.o
new file mode 100644
index 0000000..eb6a390
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/BlendMode.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/CircleShape.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/CircleShape.cpp.o
new file mode 100644
index 0000000..07f88c4
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/CircleShape.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Color.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Color.cpp.o
new file mode 100644
index 0000000..f6933e8
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Color.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/ConvexShape.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/ConvexShape.cpp.o
new file mode 100644
index 0000000..bd0f5cd
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/ConvexShape.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Font.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Font.cpp.o
new file mode 100644
index 0000000..6e0ad55
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Font.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/GLCheck.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/GLCheck.cpp.o
new file mode 100644
index 0000000..19de8ec
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/GLCheck.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/GLExtensions.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/GLExtensions.cpp.o
new file mode 100644
index 0000000..4d26706
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/GLExtensions.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Glsl.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Glsl.cpp.o
new file mode 100644
index 0000000..a4c5f8a
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Glsl.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Image.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Image.cpp.o
new file mode 100644
index 0000000..f7f5c57
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Image.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/ImageLoader.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/ImageLoader.cpp.o
new file mode 100644
index 0000000..5a346a6
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/ImageLoader.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RectangleShape.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RectangleShape.cpp.o
new file mode 100644
index 0000000..461f52b
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RectangleShape.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderStates.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderStates.cpp.o
new file mode 100644
index 0000000..b856092
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderStates.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTarget.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTarget.cpp.o
new file mode 100644
index 0000000..3bee2a0
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTarget.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTexture.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTexture.cpp.o
new file mode 100644
index 0000000..747b85d
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTexture.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTextureImpl.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTextureImpl.cpp.o
new file mode 100644
index 0000000..a8af78d
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTextureImpl.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTextureImplDefault.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTextureImplDefault.cpp.o
new file mode 100644
index 0000000..590e9bd
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTextureImplDefault.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTextureImplFBO.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTextureImplFBO.cpp.o
new file mode 100644
index 0000000..4c6ff0a
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTextureImplFBO.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderWindow.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderWindow.cpp.o
new file mode 100644
index 0000000..41d7943
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderWindow.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Shader.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Shader.cpp.o
new file mode 100644
index 0000000..7335502
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Shader.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Shape.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Shape.cpp.o
new file mode 100644
index 0000000..8659e8d
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Shape.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Sprite.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Sprite.cpp.o
new file mode 100644
index 0000000..d0e3d06
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Sprite.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Text.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Text.cpp.o
new file mode 100644
index 0000000..b7cd77b
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Text.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Texture.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Texture.cpp.o
new file mode 100644
index 0000000..451b57c
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Texture.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/TextureSaver.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/TextureSaver.cpp.o
new file mode 100644
index 0000000..8a25d69
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/TextureSaver.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Transform.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Transform.cpp.o
new file mode 100644
index 0000000..f4f3231
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Transform.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Transformable.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Transformable.cpp.o
new file mode 100644
index 0000000..b333062
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Transformable.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Vertex.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Vertex.cpp.o
new file mode 100644
index 0000000..f2c3441
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Vertex.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/VertexArray.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/VertexArray.cpp.o
new file mode 100644
index 0000000..eeceb7b
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/VertexArray.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/VertexBuffer.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/VertexBuffer.cpp.o
new file mode 100644
index 0000000..39b53cf
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/VertexBuffer.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/View.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/View.cpp.o
new file mode 100644
index 0000000..cacc529
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/View.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/cmake_install.cmake b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/cmake_install.cmake
new file mode 100644
index 0000000..5f8ffcc
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/cmake_install.cmake
@@ -0,0 +1,81 @@
+# Install script for directory: /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics
+
+# Set the install prefix
+if(NOT DEFINED CMAKE_INSTALL_PREFIX)
+ set(CMAKE_INSTALL_PREFIX "/usr/local")
+endif()
+string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+ if(BUILD_TYPE)
+ string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+ CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+ else()
+ set(CMAKE_INSTALL_CONFIG_NAME "Debug")
+ endif()
+ message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+endif()
+
+# Set the component getting installed.
+if(NOT CMAKE_INSTALL_COMPONENT)
+ if(COMPONENT)
+ message(STATUS "Install component: \"${COMPONENT}\"")
+ set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+ else()
+ set(CMAKE_INSTALL_COMPONENT)
+ endif()
+endif()
+
+# Install shared libraries without execute permission?
+if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+ set(CMAKE_INSTALL_SO_NO_EXE "1")
+endif()
+
+# Is this installation the result of a crosscompile?
+if(NOT DEFINED CMAKE_CROSSCOMPILING)
+ set(CMAKE_CROSSCOMPILING "FALSE")
+endif()
+
+# Set default install directory permissions.
+if(NOT DEFINED CMAKE_OBJDUMP)
+ set(CMAKE_OBJDUMP "/usr/bin/objdump")
+endif()
+
+if(CMAKE_INSTALL_COMPONENT STREQUAL "bin" OR NOT CMAKE_INSTALL_COMPONENT)
+ foreach(file
+ "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libsfml-graphics-d.so.2.6.1"
+ "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libsfml-graphics-d.so.2.6"
+ )
+ if(EXISTS "${file}" AND
+ NOT IS_SYMLINK "${file}")
+ file(RPATH_CHECK
+ FILE "${file}"
+ RPATH "")
+ endif()
+ endforeach()
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES
+ "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/lib/libsfml-graphics-d.so.2.6.1"
+ "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/lib/libsfml-graphics-d.so.2.6"
+ )
+ foreach(file
+ "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libsfml-graphics-d.so.2.6.1"
+ "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libsfml-graphics-d.so.2.6"
+ )
+ if(EXISTS "${file}" AND
+ NOT IS_SYMLINK "${file}")
+ file(RPATH_CHANGE
+ FILE "${file}"
+ OLD_RPATH "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/lib:"
+ NEW_RPATH "")
+ if(CMAKE_INSTALL_DO_STRIP)
+ execute_process(COMMAND "/usr/bin/strip" "${file}")
+ endif()
+ endif()
+ endforeach()
+endif()
+
+if(CMAKE_INSTALL_COMPONENT STREQUAL "bin" OR NOT CMAKE_INSTALL_COMPONENT)
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/lib/libsfml-graphics-d.so")
+endif()
+
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Clock.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Clock.cpp.o
new file mode 100644
index 0000000..cb2b8ec
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Clock.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Err.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Err.cpp.o
new file mode 100644
index 0000000..6f40e06
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Err.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/FileInputStream.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/FileInputStream.cpp.o
new file mode 100644
index 0000000..4b62110
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/FileInputStream.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Lock.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Lock.cpp.o
new file mode 100644
index 0000000..df83979
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Lock.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/MemoryInputStream.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/MemoryInputStream.cpp.o
new file mode 100644
index 0000000..b6356a4
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/MemoryInputStream.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Mutex.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Mutex.cpp.o
new file mode 100644
index 0000000..6d33f17
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Mutex.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Sleep.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Sleep.cpp.o
new file mode 100644
index 0000000..d6d13e6
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Sleep.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/String.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/String.cpp.o
new file mode 100644
index 0000000..d2883f9
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/String.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Thread.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Thread.cpp.o
new file mode 100644
index 0000000..2ba64ab
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Thread.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/ThreadLocal.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/ThreadLocal.cpp.o
new file mode 100644
index 0000000..f72cae4
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/ThreadLocal.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Time.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Time.cpp.o
new file mode 100644
index 0000000..baabbef
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Time.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ClockImpl.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ClockImpl.cpp.o
new file mode 100644
index 0000000..036feb7
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ClockImpl.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/MutexImpl.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/MutexImpl.cpp.o
new file mode 100644
index 0000000..71fc2e1
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/MutexImpl.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/SleepImpl.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/SleepImpl.cpp.o
new file mode 100644
index 0000000..54fcbcd
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/SleepImpl.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ThreadImpl.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ThreadImpl.cpp.o
new file mode 100644
index 0000000..324ebe6
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ThreadImpl.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ThreadLocalImpl.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ThreadLocalImpl.cpp.o
new file mode 100644
index 0000000..9b78342
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ThreadLocalImpl.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/System/cmake_install.cmake b/cmake-build-debug/_deps/sfml-build/src/SFML/System/cmake_install.cmake
new file mode 100644
index 0000000..a904949
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-build/src/SFML/System/cmake_install.cmake
@@ -0,0 +1,77 @@
+# Install script for directory: /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/System
+
+# Set the install prefix
+if(NOT DEFINED CMAKE_INSTALL_PREFIX)
+ set(CMAKE_INSTALL_PREFIX "/usr/local")
+endif()
+string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+ if(BUILD_TYPE)
+ string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+ CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+ else()
+ set(CMAKE_INSTALL_CONFIG_NAME "Debug")
+ endif()
+ message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+endif()
+
+# Set the component getting installed.
+if(NOT CMAKE_INSTALL_COMPONENT)
+ if(COMPONENT)
+ message(STATUS "Install component: \"${COMPONENT}\"")
+ set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+ else()
+ set(CMAKE_INSTALL_COMPONENT)
+ endif()
+endif()
+
+# Install shared libraries without execute permission?
+if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+ set(CMAKE_INSTALL_SO_NO_EXE "1")
+endif()
+
+# Is this installation the result of a crosscompile?
+if(NOT DEFINED CMAKE_CROSSCOMPILING)
+ set(CMAKE_CROSSCOMPILING "FALSE")
+endif()
+
+# Set default install directory permissions.
+if(NOT DEFINED CMAKE_OBJDUMP)
+ set(CMAKE_OBJDUMP "/usr/bin/objdump")
+endif()
+
+if(CMAKE_INSTALL_COMPONENT STREQUAL "bin" OR NOT CMAKE_INSTALL_COMPONENT)
+ foreach(file
+ "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libsfml-system-d.so.2.6.1"
+ "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libsfml-system-d.so.2.6"
+ )
+ if(EXISTS "${file}" AND
+ NOT IS_SYMLINK "${file}")
+ file(RPATH_CHECK
+ FILE "${file}"
+ RPATH "")
+ endif()
+ endforeach()
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES
+ "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/lib/libsfml-system-d.so.2.6.1"
+ "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/lib/libsfml-system-d.so.2.6"
+ )
+ foreach(file
+ "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libsfml-system-d.so.2.6.1"
+ "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libsfml-system-d.so.2.6"
+ )
+ if(EXISTS "${file}" AND
+ NOT IS_SYMLINK "${file}")
+ if(CMAKE_INSTALL_DO_STRIP)
+ execute_process(COMMAND "/usr/bin/strip" "${file}")
+ endif()
+ endif()
+ endforeach()
+endif()
+
+if(CMAKE_INSTALL_COMPONENT STREQUAL "bin" OR NOT CMAKE_INSTALL_COMPONENT)
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/lib/libsfml-system-d.so")
+endif()
+
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Clipboard.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Clipboard.cpp.o
new file mode 100644
index 0000000..27f5e58
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Clipboard.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Context.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Context.cpp.o
new file mode 100644
index 0000000..052cf90
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Context.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Cursor.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Cursor.cpp.o
new file mode 100644
index 0000000..4108507
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Cursor.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/GlContext.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/GlContext.cpp.o
new file mode 100644
index 0000000..a89719d
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/GlContext.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/GlResource.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/GlResource.cpp.o
new file mode 100644
index 0000000..afee134
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/GlResource.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Joystick.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Joystick.cpp.o
new file mode 100644
index 0000000..ce2aa05
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Joystick.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/JoystickManager.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/JoystickManager.cpp.o
new file mode 100644
index 0000000..8b13f13
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/JoystickManager.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Keyboard.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Keyboard.cpp.o
new file mode 100644
index 0000000..ae6fac1
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Keyboard.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Mouse.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Mouse.cpp.o
new file mode 100644
index 0000000..e52ffb8
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Mouse.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Sensor.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Sensor.cpp.o
new file mode 100644
index 0000000..121aa00
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Sensor.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/SensorManager.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/SensorManager.cpp.o
new file mode 100644
index 0000000..d5d1593
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/SensorManager.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Touch.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Touch.cpp.o
new file mode 100644
index 0000000..ec9658d
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Touch.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/ClipboardImpl.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/ClipboardImpl.cpp.o
new file mode 100644
index 0000000..64f54c4
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/ClipboardImpl.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/CursorImpl.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/CursorImpl.cpp.o
new file mode 100644
index 0000000..e7d6933
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/CursorImpl.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/Display.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/Display.cpp.o
new file mode 100644
index 0000000..6161e1a
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/Display.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/GlxContext.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/GlxContext.cpp.o
new file mode 100644
index 0000000..af4353c
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/GlxContext.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/InputImpl.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/InputImpl.cpp.o
new file mode 100644
index 0000000..ff2097a
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/InputImpl.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/JoystickImpl.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/JoystickImpl.cpp.o
new file mode 100644
index 0000000..eb35ef4
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/JoystickImpl.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/KeySymToKeyMapping.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/KeySymToKeyMapping.cpp.o
new file mode 100644
index 0000000..b3f0e84
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/KeySymToKeyMapping.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/KeySymToUnicodeMapping.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/KeySymToUnicodeMapping.cpp.o
new file mode 100644
index 0000000..8981a9c
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/KeySymToUnicodeMapping.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/KeyboardImpl.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/KeyboardImpl.cpp.o
new file mode 100644
index 0000000..bbc531b
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/KeyboardImpl.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/SensorImpl.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/SensorImpl.cpp.o
new file mode 100644
index 0000000..9f04391
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/SensorImpl.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/VideoModeImpl.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/VideoModeImpl.cpp.o
new file mode 100644
index 0000000..3954cb5
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/VideoModeImpl.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/VulkanImplX11.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/VulkanImplX11.cpp.o
new file mode 100644
index 0000000..c5bbec1
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/VulkanImplX11.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/WindowImplX11.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/WindowImplX11.cpp.o
new file mode 100644
index 0000000..87035f9
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/WindowImplX11.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/VideoMode.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/VideoMode.cpp.o
new file mode 100644
index 0000000..971cf9c
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/VideoMode.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Vulkan.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Vulkan.cpp.o
new file mode 100644
index 0000000..ada4f91
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Vulkan.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Window.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Window.cpp.o
new file mode 100644
index 0000000..2176f89
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Window.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/WindowBase.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/WindowBase.cpp.o
new file mode 100644
index 0000000..9c09939
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/WindowBase.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/WindowImpl.cpp.o b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/WindowImpl.cpp.o
new file mode 100644
index 0000000..3cf45ac
Binary files /dev/null and b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/WindowImpl.cpp.o differ
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/Window/cmake_install.cmake b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/cmake_install.cmake
new file mode 100644
index 0000000..4b6403a
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-build/src/SFML/Window/cmake_install.cmake
@@ -0,0 +1,81 @@
+# Install script for directory: /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window
+
+# Set the install prefix
+if(NOT DEFINED CMAKE_INSTALL_PREFIX)
+ set(CMAKE_INSTALL_PREFIX "/usr/local")
+endif()
+string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+ if(BUILD_TYPE)
+ string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+ CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+ else()
+ set(CMAKE_INSTALL_CONFIG_NAME "Debug")
+ endif()
+ message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+endif()
+
+# Set the component getting installed.
+if(NOT CMAKE_INSTALL_COMPONENT)
+ if(COMPONENT)
+ message(STATUS "Install component: \"${COMPONENT}\"")
+ set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+ else()
+ set(CMAKE_INSTALL_COMPONENT)
+ endif()
+endif()
+
+# Install shared libraries without execute permission?
+if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+ set(CMAKE_INSTALL_SO_NO_EXE "1")
+endif()
+
+# Is this installation the result of a crosscompile?
+if(NOT DEFINED CMAKE_CROSSCOMPILING)
+ set(CMAKE_CROSSCOMPILING "FALSE")
+endif()
+
+# Set default install directory permissions.
+if(NOT DEFINED CMAKE_OBJDUMP)
+ set(CMAKE_OBJDUMP "/usr/bin/objdump")
+endif()
+
+if(CMAKE_INSTALL_COMPONENT STREQUAL "bin" OR NOT CMAKE_INSTALL_COMPONENT)
+ foreach(file
+ "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libsfml-window-d.so.2.6.1"
+ "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libsfml-window-d.so.2.6"
+ )
+ if(EXISTS "${file}" AND
+ NOT IS_SYMLINK "${file}")
+ file(RPATH_CHECK
+ FILE "${file}"
+ RPATH "")
+ endif()
+ endforeach()
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES
+ "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/lib/libsfml-window-d.so.2.6.1"
+ "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/lib/libsfml-window-d.so.2.6"
+ )
+ foreach(file
+ "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libsfml-window-d.so.2.6.1"
+ "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libsfml-window-d.so.2.6"
+ )
+ if(EXISTS "${file}" AND
+ NOT IS_SYMLINK "${file}")
+ file(RPATH_CHANGE
+ FILE "${file}"
+ OLD_RPATH "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/lib:"
+ NEW_RPATH "")
+ if(CMAKE_INSTALL_DO_STRIP)
+ execute_process(COMMAND "/usr/bin/strip" "${file}")
+ endif()
+ endif()
+ endforeach()
+endif()
+
+if(CMAKE_INSTALL_COMPONENT STREQUAL "bin" OR NOT CMAKE_INSTALL_COMPONENT)
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/lib/libsfml-window-d.so")
+endif()
+
diff --git a/cmake-build-debug/_deps/sfml-build/src/SFML/cmake_install.cmake b/cmake-build-debug/_deps/sfml-build/src/SFML/cmake_install.cmake
new file mode 100644
index 0000000..8c44b25
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-build/src/SFML/cmake_install.cmake
@@ -0,0 +1,53 @@
+# Install script for directory: /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML
+
+# Set the install prefix
+if(NOT DEFINED CMAKE_INSTALL_PREFIX)
+ set(CMAKE_INSTALL_PREFIX "/usr/local")
+endif()
+string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+ if(BUILD_TYPE)
+ string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+ CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+ else()
+ set(CMAKE_INSTALL_CONFIG_NAME "Debug")
+ endif()
+ message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+endif()
+
+# Set the component getting installed.
+if(NOT CMAKE_INSTALL_COMPONENT)
+ if(COMPONENT)
+ message(STATUS "Install component: \"${COMPONENT}\"")
+ set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+ else()
+ set(CMAKE_INSTALL_COMPONENT)
+ endif()
+endif()
+
+# Install shared libraries without execute permission?
+if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+ set(CMAKE_INSTALL_SO_NO_EXE "1")
+endif()
+
+# Is this installation the result of a crosscompile?
+if(NOT DEFINED CMAKE_CROSSCOMPILING)
+ set(CMAKE_CROSSCOMPILING "FALSE")
+endif()
+
+# Set default install directory permissions.
+if(NOT DEFINED CMAKE_OBJDUMP)
+ set(CMAKE_OBJDUMP "/usr/bin/objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+ # Include the install script for each subdirectory.
+ include("/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/System/cmake_install.cmake")
+ include("/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Window/cmake_install.cmake")
+ include("/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics/cmake_install.cmake")
+ include("/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Audio/cmake_install.cmake")
+
+endif()
+
diff --git a/cmake-build-debug/_deps/sfml-build/tools/pkg-config/sfml-all.pc b/cmake-build-debug/_deps/sfml-build/tools/pkg-config/sfml-all.pc
new file mode 100644
index 0000000..88a7788
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-build/tools/pkg-config/sfml-all.pc
@@ -0,0 +1,10 @@
+prefix=/usr/local
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: SFML-all
+Description: The Simple and Fast Multimedia Library, all modules.
+URL: http://www.sfml-dev.org
+Version: 2.6.1
+Requires: sfml-system, sfml-window, sfml-graphics, sfml-audio, sfml-network
diff --git a/cmake-build-debug/_deps/sfml-build/tools/pkg-config/sfml-audio.pc b/cmake-build-debug/_deps/sfml-build/tools/pkg-config/sfml-audio.pc
new file mode 100644
index 0000000..3b55389
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-build/tools/pkg-config/sfml-audio.pc
@@ -0,0 +1,15 @@
+prefix=/usr/local
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: SFML-audio
+Description: The Simple and Fast Multimedia Library, audio module.
+URL: http://www.sfml-dev.org
+Version: 2.6.1
+Requires: sfml-system
+Requires.private: openal, vorbisenc, vorbisfile, vorbis, ogg, flac
+Libs: -L${libdir} -lsfml-audio
+# openal may be a system framework
+Libs.private: /usr/lib/x86_64-linux-gnu/libopenal.so
+Cflags: -I${includedir}
diff --git a/cmake-build-debug/_deps/sfml-build/tools/pkg-config/sfml-graphics.pc b/cmake-build-debug/_deps/sfml-build/tools/pkg-config/sfml-graphics.pc
new file mode 100644
index 0000000..891edaf
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-build/tools/pkg-config/sfml-graphics.pc
@@ -0,0 +1,15 @@
+prefix=/usr/local
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: SFML-graphics
+Description: The Simple and Fast Multimedia Library, graphics module.
+URL: http://www.sfml-dev.org
+Version: 2.6.1
+Requires: sfml-window
+Requires.private: sfml-system, freetype2
+Libs: -L${libdir} -lsfml-graphics
+# gl may not be in pkg-config
+Libs.private: /usr/lib/x86_64-linux-gnu/libGL.so OPENGL_glu_LIBRARY-NOTFOUND
+Cflags: -I${includedir}
diff --git a/cmake-build-debug/_deps/sfml-build/tools/pkg-config/sfml-network.pc b/cmake-build-debug/_deps/sfml-build/tools/pkg-config/sfml-network.pc
new file mode 100644
index 0000000..81b6cfe
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-build/tools/pkg-config/sfml-network.pc
@@ -0,0 +1,12 @@
+prefix=/usr/local
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: SFML-network
+Description: The Simple and Fast Multimedia Library, network module.
+URL: http://www.sfml-dev.org
+Version: 2.6.1
+Requires: sfml-system
+Libs: -L${libdir} -lsfml-network
+Cflags: -I${includedir}
diff --git a/cmake-build-debug/_deps/sfml-build/tools/pkg-config/sfml-system.pc b/cmake-build-debug/_deps/sfml-build/tools/pkg-config/sfml-system.pc
new file mode 100644
index 0000000..1654b2e
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-build/tools/pkg-config/sfml-system.pc
@@ -0,0 +1,11 @@
+prefix=/usr/local
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: SFML-system
+Description: The Simple and Fast Multimedia Library, system module.
+URL: http://www.sfml-dev.org
+Version: 2.6.1
+Libs: -L${libdir} -lsfml-system
+Cflags: -I${includedir}
diff --git a/cmake-build-debug/_deps/sfml-build/tools/pkg-config/sfml-window.pc b/cmake-build-debug/_deps/sfml-build/tools/pkg-config/sfml-window.pc
new file mode 100644
index 0000000..b332d4d
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-build/tools/pkg-config/sfml-window.pc
@@ -0,0 +1,14 @@
+prefix=/usr/local
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: SFML-window
+Description: The Simple and Fast Multimedia Library, window module.
+URL: http://www.sfml-dev.org
+Version: 2.6.1
+Requires: sfml-system
+Libs: -L${libdir} -lsfml-window
+# gl may not be in pkg-config
+Libs.private: /usr/lib/x86_64-linux-gnu/libGL.so OPENGL_glu_LIBRARY-NOTFOUND
+Cflags: -I${includedir}
diff --git a/cmake-build-debug/_deps/sfml-src b/cmake-build-debug/_deps/sfml-src
new file mode 160000
index 0000000..69ea0cd
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-src
@@ -0,0 +1 @@
+Subproject commit 69ea0cd863aed1d4092b970b676924a716ff718b
diff --git a/cmake-build-debug/_deps/sfml-subbuild/.ninja_log b/cmake-build-debug/_deps/sfml-subbuild/.ninja_log
new file mode 100644
index 0000000..9005dc5
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-subbuild/.ninja_log
@@ -0,0 +1,37 @@
+# ninja log v5
+3 18626 1710826431833535492 /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-download 2a7aec296c835842
+0 3 1710826413209092986 sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-mkdir a02fcc1a26c37602
+10 13 1711091993690442390 sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-configure c45697e41bff896
+16 18 1711091993694442453 sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-install c6b4d076dd12194d
+16 18 1711091993694442453 /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-install c6b4d076dd12194d
+19 21 1711091993698442517 /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-test 6e144d66b5183315
+10 13 1711091993690442390 /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-configure c45697e41bff896
+21 25 1711091993702442580 CMakeFiles/sfml-populate-complete 2b1cf87916774ba5
+13 16 1711091993694442453 sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-build 2c830ca931784e51
+1 7 0 /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-update e6767fc7f76a8df
+21 25 1711091993702442580 sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-done 2b1cf87916774ba5
+3 18626 1710826431833535492 sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-download 2a7aec296c835842
+7 10 1711091993686442326 sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-patch 7def688137745688
+21 25 1711091993702442580 /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-done 2b1cf87916774ba5
+7 10 1711091993686442326 /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-patch 7def688137745688
+1 7 0 sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-update e6767fc7f76a8df
+21 25 1711091993702442580 /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/sfml-populate-complete 2b1cf87916774ba5
+0 3 1710826413209092986 /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-mkdir a02fcc1a26c37602
+13 16 1711091993694442453 /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-build 2c830ca931784e51
+19 21 1711091993698442517 sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-test 6e144d66b5183315
+0 7 0 sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-update e6767fc7f76a8df
+0 7 0 /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-update e6767fc7f76a8df
+7 10 1711094153029621557 sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-patch 7def688137745688
+7 10 1711094153029621557 /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-patch 7def688137745688
+10 12 1711094153033621605 sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-configure c45697e41bff896
+10 12 1711094153033621605 /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-configure c45697e41bff896
+12 15 1711094153033621605 sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-build 2c830ca931784e51
+12 15 1711094153033621605 /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-build 2c830ca931784e51
+15 18 1711094153037621651 sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-install c6b4d076dd12194d
+15 18 1711094153037621651 /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-install c6b4d076dd12194d
+18 21 1711094153041621697 sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-test 6e144d66b5183315
+18 21 1711094153041621697 /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-test 6e144d66b5183315
+21 24 1711094153045621743 CMakeFiles/sfml-populate-complete 2b1cf87916774ba5
+21 24 1711094153045621743 sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-done 2b1cf87916774ba5
+21 24 1711094153045621743 /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/sfml-populate-complete 2b1cf87916774ba5
+21 24 1711094153045621743 /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-done 2b1cf87916774ba5
diff --git a/cmake-build-debug/_deps/sfml-subbuild/CMakeCache.txt b/cmake-build-debug/_deps/sfml-subbuild/CMakeCache.txt
new file mode 100644
index 0000000..e61ab3e
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-subbuild/CMakeCache.txt
@@ -0,0 +1,115 @@
+# This is the CMakeCache file.
+# For build in directory: /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild
+# It was generated by CMake: /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake
+# You can edit this file to change values found and used by cmake.
+# If you do not want to change any of the values, simply exit the editor.
+# If you do want to change a value, simply edit, save, and exit the editor.
+# The syntax for the file is as follows:
+# KEY:TYPE=VALUE
+# KEY is the name of a variable in the cache.
+# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
+# VALUE is the current value for the KEY.
+
+########################
+# EXTERNAL cache entries
+########################
+
+//Enable colored diagnostics throughout.
+CMAKE_COLOR_DIAGNOSTICS:BOOL=ON
+
+//Enable/Disable output of compile commands during generation.
+CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
+
+//Value Computed by CMake.
+CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/pkgRedirects
+
+//Install path prefix, prepended onto install directories.
+CMAKE_INSTALL_PREFIX:PATH=/usr/local
+
+//No help, variable specified on the command line.
+CMAKE_MAKE_PROGRAM:FILEPATH=/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/ninja/linux/x64/ninja
+
+//Value Computed by CMake
+CMAKE_PROJECT_DESCRIPTION:STATIC=
+
+//Value Computed by CMake
+CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
+
+//Value Computed by CMake
+CMAKE_PROJECT_NAME:STATIC=sfml-populate
+
+//If set, runtime paths are not added when installing shared libraries,
+// but are added when building.
+CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
+
+//If set, runtime paths are not added when using shared libraries.
+CMAKE_SKIP_RPATH:BOOL=NO
+
+//If this value is on, makefiles will be generated without the
+// .SILENT directive, and all commands will be echoed to the console
+// during the make. This is useful for debugging only. With Visual
+// Studio IDE projects all commands are done without /nologo.
+CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
+
+//Value Computed by CMake
+sfml-populate_BINARY_DIR:STATIC=/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild
+
+//Value Computed by CMake
+sfml-populate_IS_TOP_LEVEL:STATIC=ON
+
+//Value Computed by CMake
+sfml-populate_SOURCE_DIR:STATIC=/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild
+
+
+########################
+# INTERNAL cache entries
+########################
+
+//This is the directory where this CMakeCache.txt was created
+CMAKE_CACHEFILE_DIR:INTERNAL=/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild
+//Major version of cmake used to create the current loaded cache
+CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
+//Minor version of cmake used to create the current loaded cache
+CMAKE_CACHE_MINOR_VERSION:INTERNAL=28
+//Patch version of cmake used to create the current loaded cache
+CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
+//Path to CMake executable.
+CMAKE_COMMAND:INTERNAL=/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake
+//Path to cpack program executable.
+CMAKE_CPACK_COMMAND:INTERNAL=/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cpack
+//Path to ctest program executable.
+CMAKE_CTEST_COMMAND:INTERNAL=/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/ctest
+//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
+CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
+//Name of external makefile project generator.
+CMAKE_EXTRA_GENERATOR:INTERNAL=
+//Name of generator.
+CMAKE_GENERATOR:INTERNAL=Ninja
+//Generator instance identifier.
+CMAKE_GENERATOR_INSTANCE:INTERNAL=
+//Name of generator platform.
+CMAKE_GENERATOR_PLATFORM:INTERNAL=
+//Name of generator toolset.
+CMAKE_GENERATOR_TOOLSET:INTERNAL=
+//Source directory with the top level CMakeLists.txt file for this
+// project
+CMAKE_HOME_DIRECTORY:INTERNAL=/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild
+//Install .so files without execute permission.
+CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
+//number of local generators
+CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
+//Platform information initialized
+CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
+//Path to CMake installation.
+CMAKE_ROOT:INTERNAL=/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28
+//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
+CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SKIP_RPATH
+CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
+//uname command
+CMAKE_UNAME:INTERNAL=/usr/bin/uname
+//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
+CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
+//linker supports push/pop state
+_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=FALSE
+
diff --git a/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/3.28.1/CMakeSystem.cmake b/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/3.28.1/CMakeSystem.cmake
new file mode 100644
index 0000000..6f46042
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/3.28.1/CMakeSystem.cmake
@@ -0,0 +1,15 @@
+set(CMAKE_HOST_SYSTEM "Linux-6.5.0-26-generic")
+set(CMAKE_HOST_SYSTEM_NAME "Linux")
+set(CMAKE_HOST_SYSTEM_VERSION "6.5.0-26-generic")
+set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
+
+
+
+set(CMAKE_SYSTEM "Linux-6.5.0-26-generic")
+set(CMAKE_SYSTEM_NAME "Linux")
+set(CMAKE_SYSTEM_VERSION "6.5.0-26-generic")
+set(CMAKE_SYSTEM_PROCESSOR "x86_64")
+
+set(CMAKE_CROSSCOMPILING "FALSE")
+
+set(CMAKE_SYSTEM_LOADED 1)
diff --git a/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/CMakeConfigureLog.yaml b/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/CMakeConfigureLog.yaml
new file mode 100644
index 0000000..3d2eec0
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/CMakeConfigureLog.yaml
@@ -0,0 +1,11 @@
+
+---
+events:
+ -
+ kind: "message-v1"
+ backtrace:
+ - "/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeDetermineSystem.cmake:233 (message)"
+ - "CMakeLists.txt:16 (project)"
+ message: |
+ The system is: Linux - 6.5.0-26-generic - x86_64
+...
diff --git a/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/TargetDirectories.txt b/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/TargetDirectories.txt
new file mode 100644
index 0000000..31ce54c
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/TargetDirectories.txt
@@ -0,0 +1,3 @@
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/sfml-populate.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/edit_cache.dir
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/rebuild_cache.dir
diff --git a/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/cmake.check_cache b/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/cmake.check_cache
new file mode 100644
index 0000000..3dccd73
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/cmake.check_cache
@@ -0,0 +1 @@
+# This file is generated by cmake for dependency checking of the CMakeCache.txt file
diff --git a/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/rules.ninja b/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/rules.ninja
new file mode 100644
index 0000000..e3bb828
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/rules.ninja
@@ -0,0 +1,45 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Ninja" Generator, CMake Version 3.28
+
+# This file contains all the rules used to get the outputs files
+# built from the input files.
+# It is included in the main 'build.ninja'.
+
+# =============================================================================
+# Project: sfml-populate
+# Configurations:
+# =============================================================================
+# =============================================================================
+
+#############################################
+# Rule for running custom commands.
+
+rule CUSTOM_COMMAND
+ command = $COMMAND
+ description = $DESC
+
+
+#############################################
+# Rule for re-running cmake.
+
+rule RERUN_CMAKE
+ command = /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake --regenerate-during-build -S/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild -B/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild
+ description = Re-running CMake...
+ generator = 1
+
+
+#############################################
+# Rule for cleaning all built files.
+
+rule CLEAN
+ command = /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/ninja/linux/x64/ninja $FILE_ARG -t clean $TARGETS
+ description = Cleaning all built files...
+
+
+#############################################
+# Rule for printing all primary targets available.
+
+rule HELP
+ command = /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/ninja/linux/x64/ninja -t targets
+ description = All primary targets available:
+
diff --git a/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/sfml-populate-complete b/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/sfml-populate-complete
new file mode 100644
index 0000000..e69de29
diff --git a/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/sfml-populate.dir/Labels.json b/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/sfml-populate.dir/Labels.json
new file mode 100644
index 0000000..feebe83
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/sfml-populate.dir/Labels.json
@@ -0,0 +1,46 @@
+{
+ "sources" :
+ [
+ {
+ "file" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/sfml-populate"
+ },
+ {
+ "file" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/sfml-populate.rule"
+ },
+ {
+ "file" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/sfml-populate-complete.rule"
+ },
+ {
+ "file" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-build.rule"
+ },
+ {
+ "file" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-configure.rule"
+ },
+ {
+ "file" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-download.rule"
+ },
+ {
+ "file" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-install.rule"
+ },
+ {
+ "file" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-mkdir.rule"
+ },
+ {
+ "file" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-patch.rule"
+ },
+ {
+ "file" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-test.rule"
+ },
+ {
+ "file" : "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-update.rule"
+ }
+ ],
+ "target" :
+ {
+ "labels" :
+ [
+ "sfml-populate"
+ ],
+ "name" : "sfml-populate"
+ }
+}
\ No newline at end of file
diff --git a/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/sfml-populate.dir/Labels.txt b/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/sfml-populate.dir/Labels.txt
new file mode 100644
index 0000000..752539d
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/sfml-populate.dir/Labels.txt
@@ -0,0 +1,14 @@
+# Target labels
+ sfml-populate
+# Source files and their labels
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/sfml-populate
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/sfml-populate.rule
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/sfml-populate-complete.rule
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-build.rule
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-configure.rule
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-download.rule
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-install.rule
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-mkdir.rule
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-patch.rule
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-test.rule
+/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-update.rule
diff --git a/cmake-build-debug/_deps/sfml-subbuild/CMakeLists.txt b/cmake-build-debug/_deps/sfml-subbuild/CMakeLists.txt
new file mode 100644
index 0000000..4b7afcd
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-subbuild/CMakeLists.txt
@@ -0,0 +1,42 @@
+# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
+# file Copyright.txt or https://cmake.org/licensing for details.
+
+cmake_minimum_required(VERSION 3.28.1)
+
+# Reject any attempt to use a toolchain file. We must not use one because
+# we could be downloading it here. If the CMAKE_TOOLCHAIN_FILE environment
+# variable is set, the cache variable will have been initialized from it.
+unset(CMAKE_TOOLCHAIN_FILE CACHE)
+unset(ENV{CMAKE_TOOLCHAIN_FILE})
+
+# We name the project and the target for the ExternalProject_Add() call
+# to something that will highlight to the user what we are working on if
+# something goes wrong and an error message is produced.
+
+project(sfml-populate NONE)
+
+
+# Pass through things we've already detected in the main project to avoid
+# paying the cost of redetecting them again in ExternalProject_Add()
+set(GIT_EXECUTABLE [==[/usr/bin/git]==])
+set(GIT_VERSION_STRING [==[2.40.1]==])
+set_property(GLOBAL PROPERTY _CMAKE_FindGit_GIT_EXECUTABLE_VERSION
+ [==[/usr/bin/git;2.40.1]==]
+)
+
+
+include(ExternalProject)
+ExternalProject_Add(sfml-populate
+ "UPDATE_DISCONNECTED" "False" "GIT_REPOSITORY" "https://github.com/SFML/SFML" "EXTERNALPROJECT_INTERNAL_ARGUMENT_SEPARATOR" "GIT_TAG" "69ea0cd863aed1d4092b970b676924a716ff718b"
+ SOURCE_DIR "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src"
+ BINARY_DIR "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build"
+ CONFIGURE_COMMAND ""
+ BUILD_COMMAND ""
+ INSTALL_COMMAND ""
+ TEST_COMMAND ""
+ USES_TERMINAL_DOWNLOAD YES
+ USES_TERMINAL_UPDATE YES
+ USES_TERMINAL_PATCH YES
+)
+
+
diff --git a/cmake-build-debug/_deps/sfml-subbuild/build.ninja b/cmake-build-debug/_deps/sfml-subbuild/build.ninja
new file mode 100644
index 0000000..52dd05d
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-subbuild/build.ninja
@@ -0,0 +1,201 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Ninja" Generator, CMake Version 3.28
+
+# This file contains all the build statements describing the
+# compilation DAG.
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+#
+# Which is the root file.
+# =============================================================================
+
+# =============================================================================
+# Project: sfml-populate
+# Configurations:
+# =============================================================================
+
+#############################################
+# Minimal version of Ninja required by this file
+
+ninja_required_version = 1.5
+
+# =============================================================================
+# Include auxiliary files.
+
+
+#############################################
+# Include rules file.
+
+include CMakeFiles/rules.ninja
+
+# =============================================================================
+
+#############################################
+# Logical path to working directory; prefix for absolute paths.
+
+cmake_ninja_workdir = /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/
+
+#############################################
+# Utility command for sfml-populate
+
+build sfml-populate: phony CMakeFiles/sfml-populate CMakeFiles/sfml-populate-complete sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-done sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-build sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-configure sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-download sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-install sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-mkdir sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-patch sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-test sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-update
+
+
+#############################################
+# Utility command for edit_cache
+
+build CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
+ DESC = No interactive CMake dialog available...
+ restat = 1
+
+build edit_cache: phony CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake --regenerate-during-build -S/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild -B/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild
+ DESC = Running CMake to regenerate build system...
+ pool = console
+ restat = 1
+
+build rebuild_cache: phony CMakeFiles/rebuild_cache.util
+
+
+#############################################
+# Phony custom command for CMakeFiles/sfml-populate
+
+build CMakeFiles/sfml-populate | ${cmake_ninja_workdir}CMakeFiles/sfml-populate: phony CMakeFiles/sfml-populate-complete
+
+
+#############################################
+# Custom command for CMakeFiles/sfml-populate-complete
+
+build CMakeFiles/sfml-populate-complete sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-done | ${cmake_ninja_workdir}CMakeFiles/sfml-populate-complete ${cmake_ninja_workdir}sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-done: CUSTOM_COMMAND sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-install sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-mkdir sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-download sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-update sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-patch sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-configure sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-build sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-install sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-test
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -E make_directory /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -E touch /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/CMakeFiles/sfml-populate-complete && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -E touch /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-done
+ DESC = Completed 'sfml-populate'
+ restat = 1
+
+
+#############################################
+# Custom command for sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-build
+
+build sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-build | ${cmake_ninja_workdir}sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-build: CUSTOM_COMMAND sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-configure
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -E echo_append && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -E touch /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-build
+ DESC = No build step for 'sfml-populate'
+ restat = 1
+
+
+#############################################
+# Custom command for sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-configure
+
+build sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-configure | ${cmake_ninja_workdir}sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-configure: CUSTOM_COMMAND sfml-populate-prefix/tmp/sfml-populate-cfgcmd.txt sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-patch
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -E echo_append && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -E touch /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-configure
+ DESC = No configure step for 'sfml-populate'
+ restat = 1
+
+
+#############################################
+# Custom command for sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-download
+
+build sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-download | ${cmake_ninja_workdir}sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-download: CUSTOM_COMMAND sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-gitinfo.txt sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-mkdir
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -P /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/tmp/sfml-populate-gitclone.cmake && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -E touch /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-download
+ DESC = Performing download step (git clone) for 'sfml-populate'
+ pool = console
+ restat = 1
+
+
+#############################################
+# Custom command for sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-install
+
+build sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-install | ${cmake_ninja_workdir}sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-install: CUSTOM_COMMAND sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-build
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -E echo_append && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -E touch /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-install
+ DESC = No install step for 'sfml-populate'
+ restat = 1
+
+
+#############################################
+# Custom command for sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-mkdir
+
+build sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-mkdir | ${cmake_ninja_workdir}sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-mkdir: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -Dcfgdir= -P /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/tmp/sfml-populate-mkdirs.cmake && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -E touch /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-mkdir
+ DESC = Creating directories for 'sfml-populate'
+ restat = 1
+
+
+#############################################
+# Custom command for sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-patch
+
+build sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-patch | ${cmake_ninja_workdir}sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-patch: CUSTOM_COMMAND sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-patch-info.txt sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-update
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -E echo_append && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -E touch /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-patch
+ DESC = No patch step for 'sfml-populate'
+ pool = console
+ restat = 1
+
+
+#############################################
+# Custom command for sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-test
+
+build sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-test | ${cmake_ninja_workdir}sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-test: CUSTOM_COMMAND sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-install
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -E echo_append && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -E touch /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-test
+ DESC = No test step for 'sfml-populate'
+ restat = 1
+
+
+#############################################
+# Custom command for sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-update
+
+build sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-update | ${cmake_ninja_workdir}sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-update: CUSTOM_COMMAND sfml-populate-prefix/tmp/sfml-populate-gitupdate.cmake sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-update-info.txt sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-download
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -Dcan_fetch=YES -P /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/tmp/sfml-populate-gitupdate.cmake
+ DESC = Performing update step for 'sfml-populate'
+ pool = console
+
+# =============================================================================
+# Target aliases.
+
+# =============================================================================
+# Folder targets.
+
+# =============================================================================
+
+#############################################
+# Folder: /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild
+
+build all: phony sfml-populate
+
+# =============================================================================
+# Built-in targets
+
+
+#############################################
+# Re-run CMake if any of its inputs changed.
+
+build build.ninja: RERUN_CMAKE | /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeGenericSystem.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeInitializeConfigs.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeSystemSpecificInformation.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeSystemSpecificInitialize.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/ExternalProject.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/ExternalProject/PatchInfo.txt.in /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/ExternalProject/RepositoryInfo.txt.in /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/ExternalProject/UpdateInfo.txt.in /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/ExternalProject/cfgcmd.txt.in /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/ExternalProject/gitclone.cmake.in /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/ExternalProject/gitupdate.cmake.in /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/ExternalProject/mkdirs.cmake.in /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/ExternalProject/shared_internal_commands.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Platform/Linux-Initialize.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Platform/Linux.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.28.1/CMakeSystem.cmake CMakeLists.txt sfml-populate-prefix/tmp/sfml-populate-mkdirs.cmake
+ pool = console
+
+
+#############################################
+# A missing CMake input file is not an error.
+
+build /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeGenericSystem.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeInitializeConfigs.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeSystemSpecificInformation.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeSystemSpecificInitialize.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/ExternalProject.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/ExternalProject/PatchInfo.txt.in /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/ExternalProject/RepositoryInfo.txt.in /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/ExternalProject/UpdateInfo.txt.in /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/ExternalProject/cfgcmd.txt.in /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/ExternalProject/gitclone.cmake.in /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/ExternalProject/gitupdate.cmake.in /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/ExternalProject/mkdirs.cmake.in /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/ExternalProject/shared_internal_commands.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Platform/Linux-Initialize.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Platform/Linux.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.28.1/CMakeSystem.cmake CMakeLists.txt sfml-populate-prefix/tmp/sfml-populate-mkdirs.cmake: phony
+
+
+#############################################
+# Clean all the built files.
+
+build clean: CLEAN
+
+
+#############################################
+# Print all primary targets available.
+
+build help: HELP
+
+
+#############################################
+# Make the all target the default.
+
+default all
diff --git a/cmake-build-debug/_deps/sfml-subbuild/cmake_install.cmake b/cmake-build-debug/_deps/sfml-subbuild/cmake_install.cmake
new file mode 100644
index 0000000..579cbe5
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-subbuild/cmake_install.cmake
@@ -0,0 +1,49 @@
+# Install script for directory: /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild
+
+# Set the install prefix
+if(NOT DEFINED CMAKE_INSTALL_PREFIX)
+ set(CMAKE_INSTALL_PREFIX "/usr/local")
+endif()
+string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+ if(BUILD_TYPE)
+ string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+ CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+ else()
+ set(CMAKE_INSTALL_CONFIG_NAME "")
+ endif()
+ message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+endif()
+
+# Set the component getting installed.
+if(NOT CMAKE_INSTALL_COMPONENT)
+ if(COMPONENT)
+ message(STATUS "Install component: \"${COMPONENT}\"")
+ set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+ else()
+ set(CMAKE_INSTALL_COMPONENT)
+ endif()
+endif()
+
+# Install shared libraries without execute permission?
+if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+ set(CMAKE_INSTALL_SO_NO_EXE "1")
+endif()
+
+# Is this installation the result of a crosscompile?
+if(NOT DEFINED CMAKE_CROSSCOMPILING)
+ set(CMAKE_CROSSCOMPILING "FALSE")
+endif()
+
+if(CMAKE_INSTALL_COMPONENT)
+ set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
+else()
+ set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
+endif()
+
+string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
+ "${CMAKE_INSTALL_MANIFEST_FILES}")
+file(WRITE "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/${CMAKE_INSTALL_MANIFEST}"
+ "${CMAKE_INSTALL_MANIFEST_CONTENT}")
diff --git a/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-build b/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-build
new file mode 100644
index 0000000..e69de29
diff --git a/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-configure b/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-configure
new file mode 100644
index 0000000..e69de29
diff --git a/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-done b/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-done
new file mode 100644
index 0000000..e69de29
diff --git a/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-download b/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-download
new file mode 100644
index 0000000..e69de29
diff --git a/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-gitclone-lastrun.txt b/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-gitclone-lastrun.txt
new file mode 100644
index 0000000..620e8d6
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-gitclone-lastrun.txt
@@ -0,0 +1,15 @@
+# This is a generated file and its contents are an internal implementation detail.
+# The download step will be re-executed if anything in this file changes.
+# No other meaning or use of this file is supported.
+
+method=git
+command=/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake;-P;/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/tmp/sfml-populate-gitclone.cmake
+source_dir=/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src
+work_dir=/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps
+repository=https://github.com/SFML/SFML
+remote=origin
+init_submodules=TRUE
+recurse_submodules=--recursive
+submodules=
+CMP0097=NEW
+
diff --git a/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-gitinfo.txt b/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-gitinfo.txt
new file mode 100644
index 0000000..620e8d6
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-gitinfo.txt
@@ -0,0 +1,15 @@
+# This is a generated file and its contents are an internal implementation detail.
+# The download step will be re-executed if anything in this file changes.
+# No other meaning or use of this file is supported.
+
+method=git
+command=/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake;-P;/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/tmp/sfml-populate-gitclone.cmake
+source_dir=/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src
+work_dir=/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps
+repository=https://github.com/SFML/SFML
+remote=origin
+init_submodules=TRUE
+recurse_submodules=--recursive
+submodules=
+CMP0097=NEW
+
diff --git a/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-install b/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-install
new file mode 100644
index 0000000..e69de29
diff --git a/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-mkdir b/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-mkdir
new file mode 100644
index 0000000..e69de29
diff --git a/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-patch b/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-patch
new file mode 100644
index 0000000..e69de29
diff --git a/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-patch-info.txt b/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-patch-info.txt
new file mode 100644
index 0000000..53e1e1e
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-patch-info.txt
@@ -0,0 +1,6 @@
+# This is a generated file and its contents are an internal implementation detail.
+# The update step will be re-executed if anything in this file changes.
+# No other meaning or use of this file is supported.
+
+command=
+work_dir=
diff --git a/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-test b/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-test
new file mode 100644
index 0000000..e69de29
diff --git a/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-update-info.txt b/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-update-info.txt
new file mode 100644
index 0000000..6159761
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-update-info.txt
@@ -0,0 +1,7 @@
+# This is a generated file and its contents are an internal implementation detail.
+# The patch step will be re-executed if anything in this file changes.
+# No other meaning or use of this file is supported.
+
+command (connected)=/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake;-Dcan_fetch=YES;-P;/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/tmp/sfml-populate-gitupdate.cmake
+command (disconnected)=/home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake;-Dcan_fetch=NO;-P;/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/tmp/sfml-populate-gitupdate.cmake
+work_dir=/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src
diff --git a/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/tmp/sfml-populate-cfgcmd.txt b/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/tmp/sfml-populate-cfgcmd.txt
new file mode 100644
index 0000000..6a6ed5f
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/tmp/sfml-populate-cfgcmd.txt
@@ -0,0 +1 @@
+cmd=''
diff --git a/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/tmp/sfml-populate-gitclone.cmake b/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/tmp/sfml-populate-gitclone.cmake
new file mode 100644
index 0000000..6221d43
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/tmp/sfml-populate-gitclone.cmake
@@ -0,0 +1,73 @@
+# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
+# file Copyright.txt or https://cmake.org/licensing for details.
+
+cmake_minimum_required(VERSION 3.5)
+
+if(EXISTS "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-gitclone-lastrun.txt" AND EXISTS "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-gitinfo.txt" AND
+ "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-gitclone-lastrun.txt" IS_NEWER_THAN "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-gitinfo.txt")
+ message(STATUS
+ "Avoiding repeated git clone, stamp file is up to date: "
+ "'/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-gitclone-lastrun.txt'"
+ )
+ return()
+endif()
+
+execute_process(
+ COMMAND ${CMAKE_COMMAND} -E rm -rf "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src"
+ RESULT_VARIABLE error_code
+)
+if(error_code)
+ message(FATAL_ERROR "Failed to remove directory: '/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src'")
+endif()
+
+# try the clone 3 times in case there is an odd git clone issue
+set(error_code 1)
+set(number_of_tries 0)
+while(error_code AND number_of_tries LESS 3)
+ execute_process(
+ COMMAND "/usr/bin/git"
+ clone --no-checkout --config "advice.detachedHead=false" "https://github.com/SFML/SFML" "sfml-src"
+ WORKING_DIRECTORY "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps"
+ RESULT_VARIABLE error_code
+ )
+ math(EXPR number_of_tries "${number_of_tries} + 1")
+endwhile()
+if(number_of_tries GREATER 1)
+ message(STATUS "Had to git clone more than once: ${number_of_tries} times.")
+endif()
+if(error_code)
+ message(FATAL_ERROR "Failed to clone repository: 'https://github.com/SFML/SFML'")
+endif()
+
+execute_process(
+ COMMAND "/usr/bin/git"
+ checkout "69ea0cd863aed1d4092b970b676924a716ff718b" --
+ WORKING_DIRECTORY "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src"
+ RESULT_VARIABLE error_code
+)
+if(error_code)
+ message(FATAL_ERROR "Failed to checkout tag: '69ea0cd863aed1d4092b970b676924a716ff718b'")
+endif()
+
+set(init_submodules TRUE)
+if(init_submodules)
+ execute_process(
+ COMMAND "/usr/bin/git"
+ submodule update --recursive --init
+ WORKING_DIRECTORY "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src"
+ RESULT_VARIABLE error_code
+ )
+endif()
+if(error_code)
+ message(FATAL_ERROR "Failed to update submodules in: '/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src'")
+endif()
+
+# Complete success, update the script-last-run stamp file:
+#
+execute_process(
+ COMMAND ${CMAKE_COMMAND} -E copy "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-gitinfo.txt" "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-gitclone-lastrun.txt"
+ RESULT_VARIABLE error_code
+)
+if(error_code)
+ message(FATAL_ERROR "Failed to copy script-last-run stamp file: '/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/sfml-populate-gitclone-lastrun.txt'")
+endif()
diff --git a/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/tmp/sfml-populate-gitupdate.cmake b/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/tmp/sfml-populate-gitupdate.cmake
new file mode 100644
index 0000000..fa0df2e
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/tmp/sfml-populate-gitupdate.cmake
@@ -0,0 +1,292 @@
+# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
+# file Copyright.txt or https://cmake.org/licensing for details.
+
+cmake_minimum_required(VERSION 3.5)
+
+function(do_fetch)
+ message(VERBOSE "Fetching latest from the remote origin")
+ execute_process(
+ COMMAND "/usr/bin/git" --git-dir=.git fetch --tags --force "origin"
+ WORKING_DIRECTORY "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src"
+ COMMAND_ERROR_IS_FATAL LAST
+ )
+endfunction()
+
+function(get_hash_for_ref ref out_var err_var)
+ execute_process(
+ COMMAND "/usr/bin/git" --git-dir=.git rev-parse "${ref}^0"
+ WORKING_DIRECTORY "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src"
+ RESULT_VARIABLE error_code
+ OUTPUT_VARIABLE ref_hash
+ ERROR_VARIABLE error_msg
+ OUTPUT_STRIP_TRAILING_WHITESPACE
+ )
+ if(error_code)
+ set(${out_var} "" PARENT_SCOPE)
+ else()
+ set(${out_var} "${ref_hash}" PARENT_SCOPE)
+ endif()
+ set(${err_var} "${error_msg}" PARENT_SCOPE)
+endfunction()
+
+get_hash_for_ref(HEAD head_sha error_msg)
+if(head_sha STREQUAL "")
+ message(FATAL_ERROR "Failed to get the hash for HEAD:\n${error_msg}")
+endif()
+
+
+execute_process(
+ COMMAND "/usr/bin/git" --git-dir=.git show-ref "69ea0cd863aed1d4092b970b676924a716ff718b"
+ WORKING_DIRECTORY "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src"
+ OUTPUT_VARIABLE show_ref_output
+)
+if(show_ref_output MATCHES "^[a-z0-9]+[ \\t]+refs/remotes/")
+ # Given a full remote/branch-name and we know about it already. Since
+ # branches can move around, we should always fetch, if permitted.
+ if(can_fetch)
+ do_fetch()
+ endif()
+ set(checkout_name "69ea0cd863aed1d4092b970b676924a716ff718b")
+
+elseif(show_ref_output MATCHES "^[a-z0-9]+[ \\t]+refs/tags/")
+ # Given a tag name that we already know about. We don't know if the tag we
+ # have matches the remote though (tags can move), so we should fetch. As a
+ # special case to preserve backward compatibility, if we are already at the
+ # same commit as the tag we hold locally, don't do a fetch and assume the tag
+ # hasn't moved on the remote.
+ # FIXME: We should provide an option to always fetch for this case
+ get_hash_for_ref("69ea0cd863aed1d4092b970b676924a716ff718b" tag_sha error_msg)
+ if(tag_sha STREQUAL head_sha)
+ message(VERBOSE "Already at requested tag: ${tag_sha}")
+ return()
+ endif()
+
+ if(can_fetch)
+ do_fetch()
+ endif()
+ set(checkout_name "69ea0cd863aed1d4092b970b676924a716ff718b")
+
+elseif(show_ref_output MATCHES "^[a-z0-9]+[ \\t]+refs/heads/")
+ # Given a branch name without any remote and we already have a branch by that
+ # name. We might already have that branch checked out or it might be a
+ # different branch. It isn't fully safe to use a bare branch name without the
+ # remote, so do a fetch (if allowed) and replace the ref with one that
+ # includes the remote.
+ if(can_fetch)
+ do_fetch()
+ endif()
+ set(checkout_name "origin/69ea0cd863aed1d4092b970b676924a716ff718b")
+
+else()
+ get_hash_for_ref("69ea0cd863aed1d4092b970b676924a716ff718b" tag_sha error_msg)
+ if(tag_sha STREQUAL head_sha)
+ # Have the right commit checked out already
+ message(VERBOSE "Already at requested ref: ${tag_sha}")
+ return()
+
+ elseif(tag_sha STREQUAL "")
+ # We don't know about this ref yet, so we have no choice but to fetch.
+ if(NOT can_fetch)
+ message(FATAL_ERROR
+ "Requested git ref \"69ea0cd863aed1d4092b970b676924a716ff718b\" is not present locally, and not "
+ "allowed to contact remote due to UPDATE_DISCONNECTED setting."
+ )
+ endif()
+
+ # We deliberately swallow any error message at the default log level
+ # because it can be confusing for users to see a failed git command.
+ # That failure is being handled here, so it isn't an error.
+ if(NOT error_msg STREQUAL "")
+ message(VERBOSE "${error_msg}")
+ endif()
+ do_fetch()
+ set(checkout_name "69ea0cd863aed1d4092b970b676924a716ff718b")
+
+ else()
+ # We have the commit, so we know we were asked to find a commit hash
+ # (otherwise it would have been handled further above), but we don't
+ # have that commit checked out yet. We don't need to fetch from the remote.
+ set(checkout_name "69ea0cd863aed1d4092b970b676924a716ff718b")
+ if(NOT error_msg STREQUAL "")
+ message(WARNING "${error_msg}")
+ endif()
+
+ endif()
+endif()
+
+set(git_update_strategy "REBASE")
+if(git_update_strategy STREQUAL "")
+ # Backward compatibility requires REBASE as the default behavior
+ set(git_update_strategy REBASE)
+endif()
+
+if(git_update_strategy MATCHES "^REBASE(_CHECKOUT)?$")
+ # Asked to potentially try to rebase first, maybe with fallback to checkout.
+ # We can't if we aren't already on a branch and we shouldn't if that local
+ # branch isn't tracking the one we want to checkout.
+ execute_process(
+ COMMAND "/usr/bin/git" --git-dir=.git symbolic-ref -q HEAD
+ WORKING_DIRECTORY "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src"
+ OUTPUT_VARIABLE current_branch
+ OUTPUT_STRIP_TRAILING_WHITESPACE
+ # Don't test for an error. If this isn't a branch, we get a non-zero error
+ # code but empty output.
+ )
+
+ if(current_branch STREQUAL "")
+ # Not on a branch, checkout is the only sensible option since any rebase
+ # would always fail (and backward compatibility requires us to checkout in
+ # this situation)
+ set(git_update_strategy CHECKOUT)
+
+ else()
+ execute_process(
+ COMMAND "/usr/bin/git" --git-dir=.git for-each-ref "--format=%(upstream:short)" "${current_branch}"
+ WORKING_DIRECTORY "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src"
+ OUTPUT_VARIABLE upstream_branch
+ OUTPUT_STRIP_TRAILING_WHITESPACE
+ COMMAND_ERROR_IS_FATAL ANY # There is no error if no upstream is set
+ )
+ if(NOT upstream_branch STREQUAL checkout_name)
+ # Not safe to rebase when asked to checkout a different branch to the one
+ # we are tracking. If we did rebase, we could end up with arbitrary
+ # commits added to the ref we were asked to checkout if the current local
+ # branch happens to be able to rebase onto the target branch. There would
+ # be no error message and the user wouldn't know this was occurring.
+ set(git_update_strategy CHECKOUT)
+ endif()
+
+ endif()
+elseif(NOT git_update_strategy STREQUAL "CHECKOUT")
+ message(FATAL_ERROR "Unsupported git update strategy: ${git_update_strategy}")
+endif()
+
+
+# Check if stash is needed
+execute_process(
+ COMMAND "/usr/bin/git" --git-dir=.git status --porcelain
+ WORKING_DIRECTORY "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src"
+ RESULT_VARIABLE error_code
+ OUTPUT_VARIABLE repo_status
+)
+if(error_code)
+ message(FATAL_ERROR "Failed to get the status")
+endif()
+string(LENGTH "${repo_status}" need_stash)
+
+# If not in clean state, stash changes in order to be able to perform a
+# rebase or checkout without losing those changes permanently
+if(need_stash)
+ execute_process(
+ COMMAND "/usr/bin/git" --git-dir=.git stash save --quiet;--include-untracked
+ WORKING_DIRECTORY "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src"
+ COMMAND_ERROR_IS_FATAL ANY
+ )
+endif()
+
+if(git_update_strategy STREQUAL "CHECKOUT")
+ execute_process(
+ COMMAND "/usr/bin/git" --git-dir=.git checkout "${checkout_name}"
+ WORKING_DIRECTORY "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src"
+ COMMAND_ERROR_IS_FATAL ANY
+ )
+else()
+ execute_process(
+ COMMAND "/usr/bin/git" --git-dir=.git rebase "${checkout_name}"
+ WORKING_DIRECTORY "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src"
+ RESULT_VARIABLE error_code
+ OUTPUT_VARIABLE rebase_output
+ ERROR_VARIABLE rebase_output
+ )
+ if(error_code)
+ # Rebase failed, undo the rebase attempt before continuing
+ execute_process(
+ COMMAND "/usr/bin/git" --git-dir=.git rebase --abort
+ WORKING_DIRECTORY "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src"
+ )
+
+ if(NOT git_update_strategy STREQUAL "REBASE_CHECKOUT")
+ # Not allowed to do a checkout as a fallback, so cannot proceed
+ if(need_stash)
+ execute_process(
+ COMMAND "/usr/bin/git" --git-dir=.git stash pop --index --quiet
+ WORKING_DIRECTORY "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src"
+ )
+ endif()
+ message(FATAL_ERROR "\nFailed to rebase in: '/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src'."
+ "\nOutput from the attempted rebase follows:"
+ "\n${rebase_output}"
+ "\n\nYou will have to resolve the conflicts manually")
+ endif()
+
+ # Fall back to checkout. We create an annotated tag so that the user
+ # can manually inspect the situation and revert if required.
+ # We can't log the failed rebase output because MSVC sees it and
+ # intervenes, causing the build to fail even though it completes.
+ # Write it to a file instead.
+ string(TIMESTAMP tag_timestamp "%Y%m%dT%H%M%S" UTC)
+ set(tag_name _cmake_ExternalProject_moved_from_here_${tag_timestamp}Z)
+ set(error_log_file ${CMAKE_CURRENT_LIST_DIR}/rebase_error_${tag_timestamp}Z.log)
+ file(WRITE ${error_log_file} "${rebase_output}")
+ message(WARNING "Rebase failed, output has been saved to ${error_log_file}"
+ "\nFalling back to checkout, previous commit tagged as ${tag_name}")
+ execute_process(
+ COMMAND "/usr/bin/git" --git-dir=.git tag -a
+ -m "ExternalProject attempting to move from here to ${checkout_name}"
+ ${tag_name}
+ WORKING_DIRECTORY "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src"
+ COMMAND_ERROR_IS_FATAL ANY
+ )
+
+ execute_process(
+ COMMAND "/usr/bin/git" --git-dir=.git checkout "${checkout_name}"
+ WORKING_DIRECTORY "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src"
+ COMMAND_ERROR_IS_FATAL ANY
+ )
+ endif()
+endif()
+
+if(need_stash)
+ # Put back the stashed changes
+ execute_process(
+ COMMAND "/usr/bin/git" --git-dir=.git stash pop --index --quiet
+ WORKING_DIRECTORY "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src"
+ RESULT_VARIABLE error_code
+ )
+ if(error_code)
+ # Stash pop --index failed: Try again dropping the index
+ execute_process(
+ COMMAND "/usr/bin/git" --git-dir=.git reset --hard --quiet
+ WORKING_DIRECTORY "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src"
+ )
+ execute_process(
+ COMMAND "/usr/bin/git" --git-dir=.git stash pop --quiet
+ WORKING_DIRECTORY "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src"
+ RESULT_VARIABLE error_code
+ )
+ if(error_code)
+ # Stash pop failed: Restore previous state.
+ execute_process(
+ COMMAND "/usr/bin/git" --git-dir=.git reset --hard --quiet ${head_sha}
+ WORKING_DIRECTORY "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src"
+ )
+ execute_process(
+ COMMAND "/usr/bin/git" --git-dir=.git stash pop --index --quiet
+ WORKING_DIRECTORY "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src"
+ )
+ message(FATAL_ERROR "\nFailed to unstash changes in: '/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src'."
+ "\nYou will have to resolve the conflicts manually")
+ endif()
+ endif()
+endif()
+
+set(init_submodules "TRUE")
+if(init_submodules)
+ execute_process(
+ COMMAND "/usr/bin/git"
+ --git-dir=.git
+ submodule update --recursive --init
+ WORKING_DIRECTORY "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src"
+ COMMAND_ERROR_IS_FATAL ANY
+ )
+endif()
diff --git a/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/tmp/sfml-populate-mkdirs.cmake b/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/tmp/sfml-populate-mkdirs.cmake
new file mode 100644
index 0000000..ab733fb
--- /dev/null
+++ b/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/tmp/sfml-populate-mkdirs.cmake
@@ -0,0 +1,22 @@
+# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
+# file Copyright.txt or https://cmake.org/licensing for details.
+
+cmake_minimum_required(VERSION 3.5)
+
+file(MAKE_DIRECTORY
+ "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src"
+ "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build"
+ "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix"
+ "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/tmp"
+ "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp"
+ "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src"
+ "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp"
+)
+
+set(configSubDirs )
+foreach(subDir IN LISTS configSubDirs)
+ file(MAKE_DIRECTORY "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp/${subDir}")
+endforeach()
+if(cfgdir)
+ file(MAKE_DIRECTORY "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-subbuild/sfml-populate-prefix/src/sfml-populate-stamp${cfgdir}") # cfgdir has leading slash
+endif()
diff --git a/cmake-build-debug/build.ninja b/cmake-build-debug/build.ninja
new file mode 100644
index 0000000..12d57c2
--- /dev/null
+++ b/cmake-build-debug/build.ninja
@@ -0,0 +1,2085 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Ninja" Generator, CMake Version 3.28
+
+# This file contains all the build statements describing the
+# compilation DAG.
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+#
+# Which is the root file.
+# =============================================================================
+
+# =============================================================================
+# Project: 8ChocChip
+# Configurations: Debug
+# =============================================================================
+
+#############################################
+# Minimal version of Ninja required by this file
+
+ninja_required_version = 1.5
+
+
+#############################################
+# Set configuration variable for custom commands.
+
+CONFIGURATION = Debug
+# =============================================================================
+# Include auxiliary files.
+
+
+#############################################
+# Include rules file.
+
+include CMakeFiles/rules.ninja
+
+# =============================================================================
+
+#############################################
+# Logical path to working directory; prefix for absolute paths.
+
+cmake_ninja_workdir = /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/
+
+#############################################
+# Utility command for package
+
+build CMakeFiles/package.util: CUSTOM_COMMAND all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cpack --config ./CPackConfig.cmake
+ DESC = Run CPack packaging tool...
+ pool = console
+ restat = 1
+
+build package: phony CMakeFiles/package.util
+
+
+#############################################
+# Utility command for package_source
+
+build CMakeFiles/package_source.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cpack --config ./CPackSourceConfig.cmake /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CPackSourceConfig.cmake
+ DESC = Run CPack packaging tool for source...
+ pool = console
+ restat = 1
+
+build package_source: phony CMakeFiles/package_source.util
+
+
+#############################################
+# Utility command for edit_cache
+
+build CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
+ DESC = No interactive CMake dialog available...
+ restat = 1
+
+build edit_cache: phony CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake --regenerate-during-build -S/home/doom/Documents/GitHub/8ChickenChipEmulator -B/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug
+ DESC = Running CMake to regenerate build system...
+ pool = console
+ restat = 1
+
+build rebuild_cache: phony CMakeFiles/rebuild_cache.util
+
+
+#############################################
+# Utility command for list_install_components
+
+build list_install_components: phony
+
+
+#############################################
+# Utility command for install
+
+build CMakeFiles/install.util: CUSTOM_COMMAND all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -P cmake_install.cmake
+ DESC = Install the project...
+ pool = console
+ restat = 1
+
+build install: phony CMakeFiles/install.util
+
+
+#############################################
+# Utility command for install/local
+
+build CMakeFiles/install/local.util: CUSTOM_COMMAND all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
+ DESC = Installing only the local directory...
+ pool = console
+ restat = 1
+
+build install/local: phony CMakeFiles/install/local.util
+
+
+#############################################
+# Utility command for install/strip
+
+build CMakeFiles/install/strip.util: CUSTOM_COMMAND all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
+ DESC = Installing the project stripped...
+ pool = console
+ restat = 1
+
+build install/strip: phony CMakeFiles/install/strip.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /home/doom/Documents/GitHub/8ChickenChipEmulator/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for package
+
+build dependencies/CMakeFiles/package.util: CUSTOM_COMMAND dependencies/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cpack --config ./CPackConfig.cmake
+ DESC = Run CPack packaging tool...
+ pool = console
+ restat = 1
+
+build dependencies/package: phony dependencies/CMakeFiles/package.util
+
+
+#############################################
+# Utility command for package_source
+
+build dependencies/CMakeFiles/package_source.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cpack --config ./CPackSourceConfig.cmake /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CPackSourceConfig.cmake
+ DESC = Run CPack packaging tool for source...
+ pool = console
+ restat = 1
+
+build dependencies/package_source: phony dependencies/CMakeFiles/package_source.util
+
+
+#############################################
+# Utility command for edit_cache
+
+build dependencies/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/dependencies && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
+ DESC = No interactive CMake dialog available...
+ restat = 1
+
+build dependencies/edit_cache: phony dependencies/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build dependencies/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/dependencies && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake --regenerate-during-build -S/home/doom/Documents/GitHub/8ChickenChipEmulator -B/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug
+ DESC = Running CMake to regenerate build system...
+ pool = console
+ restat = 1
+
+build dependencies/rebuild_cache: phony dependencies/CMakeFiles/rebuild_cache.util
+
+
+#############################################
+# Utility command for list_install_components
+
+build dependencies/list_install_components: phony
+
+
+#############################################
+# Utility command for install
+
+build dependencies/CMakeFiles/install.util: CUSTOM_COMMAND dependencies/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/dependencies && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -P cmake_install.cmake
+ DESC = Install the project...
+ pool = console
+ restat = 1
+
+build dependencies/install: phony dependencies/CMakeFiles/install.util
+
+
+#############################################
+# Utility command for install/local
+
+build dependencies/CMakeFiles/install/local.util: CUSTOM_COMMAND dependencies/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/dependencies && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
+ DESC = Installing only the local directory...
+ pool = console
+ restat = 1
+
+build dependencies/install/local: phony dependencies/CMakeFiles/install/local.util
+
+
+#############################################
+# Utility command for install/strip
+
+build dependencies/CMakeFiles/install/strip.util: CUSTOM_COMMAND dependencies/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/dependencies && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
+ DESC = Installing the project stripped...
+ pool = console
+ restat = 1
+
+build dependencies/install/strip: phony dependencies/CMakeFiles/install/strip.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /home/doom/Documents/GitHub/8ChickenChipEmulator/dependencies/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for package
+
+build dependencies/sfml/CMakeFiles/package.util: CUSTOM_COMMAND dependencies/sfml/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cpack --config ./CPackConfig.cmake
+ DESC = Run CPack packaging tool...
+ pool = console
+ restat = 1
+
+build dependencies/sfml/package: phony dependencies/sfml/CMakeFiles/package.util
+
+
+#############################################
+# Utility command for package_source
+
+build dependencies/sfml/CMakeFiles/package_source.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cpack --config ./CPackSourceConfig.cmake /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CPackSourceConfig.cmake
+ DESC = Run CPack packaging tool for source...
+ pool = console
+ restat = 1
+
+build dependencies/sfml/package_source: phony dependencies/sfml/CMakeFiles/package_source.util
+
+
+#############################################
+# Utility command for edit_cache
+
+build dependencies/sfml/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/dependencies/sfml && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
+ DESC = No interactive CMake dialog available...
+ restat = 1
+
+build dependencies/sfml/edit_cache: phony dependencies/sfml/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build dependencies/sfml/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/dependencies/sfml && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake --regenerate-during-build -S/home/doom/Documents/GitHub/8ChickenChipEmulator -B/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug
+ DESC = Running CMake to regenerate build system...
+ pool = console
+ restat = 1
+
+build dependencies/sfml/rebuild_cache: phony dependencies/sfml/CMakeFiles/rebuild_cache.util
+
+
+#############################################
+# Utility command for list_install_components
+
+build dependencies/sfml/list_install_components: phony
+
+
+#############################################
+# Utility command for install
+
+build dependencies/sfml/CMakeFiles/install.util: CUSTOM_COMMAND dependencies/sfml/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/dependencies/sfml && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -P cmake_install.cmake
+ DESC = Install the project...
+ pool = console
+ restat = 1
+
+build dependencies/sfml/install: phony dependencies/sfml/CMakeFiles/install.util
+
+
+#############################################
+# Utility command for install/local
+
+build dependencies/sfml/CMakeFiles/install/local.util: CUSTOM_COMMAND dependencies/sfml/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/dependencies/sfml && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
+ DESC = Installing only the local directory...
+ pool = console
+ restat = 1
+
+build dependencies/sfml/install/local: phony dependencies/sfml/CMakeFiles/install/local.util
+
+
+#############################################
+# Utility command for install/strip
+
+build dependencies/sfml/CMakeFiles/install/strip.util: CUSTOM_COMMAND dependencies/sfml/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/dependencies/sfml && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
+ DESC = Installing the project stripped...
+ pool = console
+ restat = 1
+
+build dependencies/sfml/install/strip: phony dependencies/sfml/CMakeFiles/install/strip.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /home/doom/Documents/GitHub/8ChickenChipEmulator/dependencies/sfml/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for package
+
+build _deps/sfml-build/CMakeFiles/package.util: CUSTOM_COMMAND _deps/sfml-build/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cpack --config ./CPackConfig.cmake
+ DESC = Run CPack packaging tool...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/package: phony _deps/sfml-build/CMakeFiles/package.util
+
+
+#############################################
+# Utility command for package_source
+
+build _deps/sfml-build/CMakeFiles/package_source.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cpack --config ./CPackSourceConfig.cmake /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CPackSourceConfig.cmake
+ DESC = Run CPack packaging tool for source...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/package_source: phony _deps/sfml-build/CMakeFiles/package_source.util
+
+
+#############################################
+# Utility command for edit_cache
+
+build _deps/sfml-build/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
+ DESC = No interactive CMake dialog available...
+ restat = 1
+
+build _deps/sfml-build/edit_cache: phony _deps/sfml-build/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build _deps/sfml-build/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake --regenerate-during-build -S/home/doom/Documents/GitHub/8ChickenChipEmulator -B/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug
+ DESC = Running CMake to regenerate build system...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/rebuild_cache: phony _deps/sfml-build/CMakeFiles/rebuild_cache.util
+
+
+#############################################
+# Utility command for list_install_components
+
+build _deps/sfml-build/list_install_components: phony
+
+
+#############################################
+# Utility command for install
+
+build _deps/sfml-build/CMakeFiles/install.util: CUSTOM_COMMAND _deps/sfml-build/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -P cmake_install.cmake
+ DESC = Install the project...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/install: phony _deps/sfml-build/CMakeFiles/install.util
+
+
+#############################################
+# Utility command for install/local
+
+build _deps/sfml-build/CMakeFiles/install/local.util: CUSTOM_COMMAND _deps/sfml-build/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
+ DESC = Installing only the local directory...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/install/local: phony _deps/sfml-build/CMakeFiles/install/local.util
+
+
+#############################################
+# Utility command for install/strip
+
+build _deps/sfml-build/CMakeFiles/install/strip.util: CUSTOM_COMMAND _deps/sfml-build/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
+ DESC = Installing the project stripped...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/install/strip: phony _deps/sfml-build/CMakeFiles/install/strip.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/CMakeLists.txt
+# =============================================================================
+
+
+#############################################
+# Utility command for package
+
+build _deps/sfml-build/src/SFML/CMakeFiles/package.util: CUSTOM_COMMAND _deps/sfml-build/src/SFML/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cpack --config ./CPackConfig.cmake
+ DESC = Run CPack packaging tool...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/src/SFML/package: phony _deps/sfml-build/src/SFML/CMakeFiles/package.util
+
+
+#############################################
+# Utility command for package_source
+
+build _deps/sfml-build/src/SFML/CMakeFiles/package_source.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cpack --config ./CPackSourceConfig.cmake /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CPackSourceConfig.cmake
+ DESC = Run CPack packaging tool for source...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/src/SFML/package_source: phony _deps/sfml-build/src/SFML/CMakeFiles/package_source.util
+
+
+#############################################
+# Utility command for edit_cache
+
+build _deps/sfml-build/src/SFML/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
+ DESC = No interactive CMake dialog available...
+ restat = 1
+
+build _deps/sfml-build/src/SFML/edit_cache: phony _deps/sfml-build/src/SFML/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build _deps/sfml-build/src/SFML/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake --regenerate-during-build -S/home/doom/Documents/GitHub/8ChickenChipEmulator -B/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug
+ DESC = Running CMake to regenerate build system...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/src/SFML/rebuild_cache: phony _deps/sfml-build/src/SFML/CMakeFiles/rebuild_cache.util
+
+
+#############################################
+# Utility command for list_install_components
+
+build _deps/sfml-build/src/SFML/list_install_components: phony
+
+
+#############################################
+# Utility command for install
+
+build _deps/sfml-build/src/SFML/CMakeFiles/install.util: CUSTOM_COMMAND _deps/sfml-build/src/SFML/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -P cmake_install.cmake
+ DESC = Install the project...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/src/SFML/install: phony _deps/sfml-build/src/SFML/CMakeFiles/install.util
+
+
+#############################################
+# Utility command for install/local
+
+build _deps/sfml-build/src/SFML/CMakeFiles/install/local.util: CUSTOM_COMMAND _deps/sfml-build/src/SFML/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
+ DESC = Installing only the local directory...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/src/SFML/install/local: phony _deps/sfml-build/src/SFML/CMakeFiles/install/local.util
+
+
+#############################################
+# Utility command for install/strip
+
+build _deps/sfml-build/src/SFML/CMakeFiles/install/strip.util: CUSTOM_COMMAND _deps/sfml-build/src/SFML/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
+ DESC = Installing the project stripped...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/src/SFML/install/strip: phony _deps/sfml-build/src/SFML/CMakeFiles/install/strip.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for SHARED_LIBRARY target sfml-system
+
+
+#############################################
+# Order-only phony target for sfml-system
+
+build cmake_object_order_depends_target_sfml-system: phony || _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir
+
+build _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Clock.cpp.o: CXX_COMPILER__sfml-system_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/System/Clock.cpp || cmake_object_order_depends_target_sfml-system
+ DEFINES = -DSFML_SYSTEM_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Clock.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src
+ OBJECT_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir
+
+build _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Err.cpp.o: CXX_COMPILER__sfml-system_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/System/Err.cpp || cmake_object_order_depends_target_sfml-system
+ DEFINES = -DSFML_SYSTEM_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Err.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src
+ OBJECT_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir
+
+build _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Lock.cpp.o: CXX_COMPILER__sfml-system_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/System/Lock.cpp || cmake_object_order_depends_target_sfml-system
+ DEFINES = -DSFML_SYSTEM_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Lock.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src
+ OBJECT_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir
+
+build _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Mutex.cpp.o: CXX_COMPILER__sfml-system_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/System/Mutex.cpp || cmake_object_order_depends_target_sfml-system
+ DEFINES = -DSFML_SYSTEM_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Mutex.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src
+ OBJECT_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir
+
+build _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Sleep.cpp.o: CXX_COMPILER__sfml-system_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/System/Sleep.cpp || cmake_object_order_depends_target_sfml-system
+ DEFINES = -DSFML_SYSTEM_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Sleep.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src
+ OBJECT_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir
+
+build _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/String.cpp.o: CXX_COMPILER__sfml-system_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/System/String.cpp || cmake_object_order_depends_target_sfml-system
+ DEFINES = -DSFML_SYSTEM_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/String.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src
+ OBJECT_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir
+
+build _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Thread.cpp.o: CXX_COMPILER__sfml-system_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/System/Thread.cpp || cmake_object_order_depends_target_sfml-system
+ DEFINES = -DSFML_SYSTEM_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Thread.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src
+ OBJECT_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir
+
+build _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/ThreadLocal.cpp.o: CXX_COMPILER__sfml-system_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/System/ThreadLocal.cpp || cmake_object_order_depends_target_sfml-system
+ DEFINES = -DSFML_SYSTEM_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/ThreadLocal.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src
+ OBJECT_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir
+
+build _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Time.cpp.o: CXX_COMPILER__sfml-system_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/System/Time.cpp || cmake_object_order_depends_target_sfml-system
+ DEFINES = -DSFML_SYSTEM_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Time.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src
+ OBJECT_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir
+
+build _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/FileInputStream.cpp.o: CXX_COMPILER__sfml-system_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/System/FileInputStream.cpp || cmake_object_order_depends_target_sfml-system
+ DEFINES = -DSFML_SYSTEM_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/FileInputStream.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src
+ OBJECT_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir
+
+build _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/MemoryInputStream.cpp.o: CXX_COMPILER__sfml-system_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/System/MemoryInputStream.cpp || cmake_object_order_depends_target_sfml-system
+ DEFINES = -DSFML_SYSTEM_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/MemoryInputStream.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src
+ OBJECT_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir
+
+build _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ClockImpl.cpp.o: CXX_COMPILER__sfml-system_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/System/Unix/ClockImpl.cpp || cmake_object_order_depends_target_sfml-system
+ DEFINES = -DSFML_SYSTEM_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ClockImpl.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src
+ OBJECT_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix
+
+build _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/MutexImpl.cpp.o: CXX_COMPILER__sfml-system_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/System/Unix/MutexImpl.cpp || cmake_object_order_depends_target_sfml-system
+ DEFINES = -DSFML_SYSTEM_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/MutexImpl.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src
+ OBJECT_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix
+
+build _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/SleepImpl.cpp.o: CXX_COMPILER__sfml-system_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/System/Unix/SleepImpl.cpp || cmake_object_order_depends_target_sfml-system
+ DEFINES = -DSFML_SYSTEM_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/SleepImpl.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src
+ OBJECT_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix
+
+build _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ThreadImpl.cpp.o: CXX_COMPILER__sfml-system_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/System/Unix/ThreadImpl.cpp || cmake_object_order_depends_target_sfml-system
+ DEFINES = -DSFML_SYSTEM_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ThreadImpl.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src
+ OBJECT_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix
+
+build _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ThreadLocalImpl.cpp.o: CXX_COMPILER__sfml-system_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/System/Unix/ThreadLocalImpl.cpp || cmake_object_order_depends_target_sfml-system
+ DEFINES = -DSFML_SYSTEM_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ThreadLocalImpl.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src
+ OBJECT_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix
+
+
+# =============================================================================
+# Link build statements for SHARED_LIBRARY target sfml-system
+
+
+#############################################
+# Link the shared library _deps/sfml-build/lib/libsfml-system-d.so.2.6.1
+
+build _deps/sfml-build/lib/libsfml-system-d.so.2.6.1: CXX_SHARED_LIBRARY_LINKER__sfml-system_Debug _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Clock.cpp.o _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Err.cpp.o _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Lock.cpp.o _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Mutex.cpp.o _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Sleep.cpp.o _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/String.cpp.o _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Thread.cpp.o _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/ThreadLocal.cpp.o _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Time.cpp.o _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/FileInputStream.cpp.o _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/MemoryInputStream.cpp.o _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ClockImpl.cpp.o _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/MutexImpl.cpp.o _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/SleepImpl.cpp.o _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ThreadImpl.cpp.o _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir/Unix/ThreadLocalImpl.cpp.o
+ LANGUAGE_COMPILE_FLAGS = -g
+ LINK_LIBRARIES = -lpthread -lrt
+ OBJECT_DIR = _deps/sfml-build/src/SFML/System/CMakeFiles/sfml-system.dir
+ POST_BUILD = :
+ PRE_LINK = :
+ SONAME = libsfml-system-d.so.2.6
+ SONAME_FLAG = -Wl,-soname,
+ TARGET_FILE = _deps/sfml-build/lib/libsfml-system-d.so.2.6.1
+ TARGET_IMPLIB = _deps/sfml-build/lib/
+ TARGET_PDB = sfml-system-d.so.dbg
+
+
+#############################################
+# Create library symlink _deps/sfml-build/lib/libsfml-system-d.so
+
+build _deps/sfml-build/lib/libsfml-system-d.so.2.6 _deps/sfml-build/lib/libsfml-system-d.so: CMAKE_SYMLINK_LIBRARY _deps/sfml-build/lib/libsfml-system-d.so.2.6.1
+ POST_BUILD = :
+
+
+#############################################
+# Utility command for package
+
+build _deps/sfml-build/src/SFML/System/CMakeFiles/package.util: CUSTOM_COMMAND _deps/sfml-build/src/SFML/System/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cpack --config ./CPackConfig.cmake
+ DESC = Run CPack packaging tool...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/src/SFML/System/package: phony _deps/sfml-build/src/SFML/System/CMakeFiles/package.util
+
+
+#############################################
+# Utility command for package_source
+
+build _deps/sfml-build/src/SFML/System/CMakeFiles/package_source.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cpack --config ./CPackSourceConfig.cmake /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CPackSourceConfig.cmake
+ DESC = Run CPack packaging tool for source...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/src/SFML/System/package_source: phony _deps/sfml-build/src/SFML/System/CMakeFiles/package_source.util
+
+
+#############################################
+# Utility command for edit_cache
+
+build _deps/sfml-build/src/SFML/System/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/System && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
+ DESC = No interactive CMake dialog available...
+ restat = 1
+
+build _deps/sfml-build/src/SFML/System/edit_cache: phony _deps/sfml-build/src/SFML/System/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build _deps/sfml-build/src/SFML/System/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/System && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake --regenerate-during-build -S/home/doom/Documents/GitHub/8ChickenChipEmulator -B/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug
+ DESC = Running CMake to regenerate build system...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/src/SFML/System/rebuild_cache: phony _deps/sfml-build/src/SFML/System/CMakeFiles/rebuild_cache.util
+
+
+#############################################
+# Utility command for list_install_components
+
+build _deps/sfml-build/src/SFML/System/list_install_components: phony
+
+
+#############################################
+# Utility command for install
+
+build _deps/sfml-build/src/SFML/System/CMakeFiles/install.util: CUSTOM_COMMAND _deps/sfml-build/src/SFML/System/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/System && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -P cmake_install.cmake
+ DESC = Install the project...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/src/SFML/System/install: phony _deps/sfml-build/src/SFML/System/CMakeFiles/install.util
+
+
+#############################################
+# Utility command for install/local
+
+build _deps/sfml-build/src/SFML/System/CMakeFiles/install/local.util: CUSTOM_COMMAND _deps/sfml-build/src/SFML/System/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/System && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
+ DESC = Installing only the local directory...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/src/SFML/System/install/local: phony _deps/sfml-build/src/SFML/System/CMakeFiles/install/local.util
+
+
+#############################################
+# Utility command for install/strip
+
+build _deps/sfml-build/src/SFML/System/CMakeFiles/install/strip.util: CUSTOM_COMMAND _deps/sfml-build/src/SFML/System/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/System && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
+ DESC = Installing the project stripped...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/src/SFML/System/install/strip: phony _deps/sfml-build/src/SFML/System/CMakeFiles/install/strip.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for SHARED_LIBRARY target sfml-window
+
+
+#############################################
+# Order-only phony target for sfml-window
+
+build cmake_object_order_depends_target_sfml-window: phony || cmake_object_order_depends_target_sfml-system
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Clipboard.cpp.o: CXX_COMPILER__sfml-window_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window/Clipboard.cpp || cmake_object_order_depends_target_sfml-window
+ DEFINES = -DSFML_WINDOW_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Clipboard.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Context.cpp.o: CXX_COMPILER__sfml-window_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window/Context.cpp || cmake_object_order_depends_target_sfml-window
+ DEFINES = -DSFML_WINDOW_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Context.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Cursor.cpp.o: CXX_COMPILER__sfml-window_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window/Cursor.cpp || cmake_object_order_depends_target_sfml-window
+ DEFINES = -DSFML_WINDOW_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Cursor.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/GlContext.cpp.o: CXX_COMPILER__sfml-window_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window/GlContext.cpp || cmake_object_order_depends_target_sfml-window
+ DEFINES = -DSFML_WINDOW_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/GlContext.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/GlResource.cpp.o: CXX_COMPILER__sfml-window_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window/GlResource.cpp || cmake_object_order_depends_target_sfml-window
+ DEFINES = -DSFML_WINDOW_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/GlResource.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Joystick.cpp.o: CXX_COMPILER__sfml-window_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window/Joystick.cpp || cmake_object_order_depends_target_sfml-window
+ DEFINES = -DSFML_WINDOW_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Joystick.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/JoystickManager.cpp.o: CXX_COMPILER__sfml-window_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window/JoystickManager.cpp || cmake_object_order_depends_target_sfml-window
+ DEFINES = -DSFML_WINDOW_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/JoystickManager.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Keyboard.cpp.o: CXX_COMPILER__sfml-window_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window/Keyboard.cpp || cmake_object_order_depends_target_sfml-window
+ DEFINES = -DSFML_WINDOW_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Keyboard.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Mouse.cpp.o: CXX_COMPILER__sfml-window_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window/Mouse.cpp || cmake_object_order_depends_target_sfml-window
+ DEFINES = -DSFML_WINDOW_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Mouse.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Touch.cpp.o: CXX_COMPILER__sfml-window_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window/Touch.cpp || cmake_object_order_depends_target_sfml-window
+ DEFINES = -DSFML_WINDOW_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Touch.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Sensor.cpp.o: CXX_COMPILER__sfml-window_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window/Sensor.cpp || cmake_object_order_depends_target_sfml-window
+ DEFINES = -DSFML_WINDOW_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Sensor.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/SensorManager.cpp.o: CXX_COMPILER__sfml-window_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window/SensorManager.cpp || cmake_object_order_depends_target_sfml-window
+ DEFINES = -DSFML_WINDOW_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/SensorManager.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/VideoMode.cpp.o: CXX_COMPILER__sfml-window_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window/VideoMode.cpp || cmake_object_order_depends_target_sfml-window
+ DEFINES = -DSFML_WINDOW_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/VideoMode.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Vulkan.cpp.o: CXX_COMPILER__sfml-window_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window/Vulkan.cpp || cmake_object_order_depends_target_sfml-window
+ DEFINES = -DSFML_WINDOW_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Vulkan.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Window.cpp.o: CXX_COMPILER__sfml-window_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window/Window.cpp || cmake_object_order_depends_target_sfml-window
+ DEFINES = -DSFML_WINDOW_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Window.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/WindowBase.cpp.o: CXX_COMPILER__sfml-window_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window/WindowBase.cpp || cmake_object_order_depends_target_sfml-window
+ DEFINES = -DSFML_WINDOW_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/WindowBase.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/WindowImpl.cpp.o: CXX_COMPILER__sfml-window_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window/WindowImpl.cpp || cmake_object_order_depends_target_sfml-window
+ DEFINES = -DSFML_WINDOW_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/WindowImpl.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/CursorImpl.cpp.o: CXX_COMPILER__sfml-window_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/CursorImpl.cpp || cmake_object_order_depends_target_sfml-window
+ DEFINES = -DSFML_WINDOW_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/CursorImpl.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/ClipboardImpl.cpp.o: CXX_COMPILER__sfml-window_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/ClipboardImpl.cpp || cmake_object_order_depends_target_sfml-window
+ DEFINES = -DSFML_WINDOW_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/ClipboardImpl.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/InputImpl.cpp.o: CXX_COMPILER__sfml-window_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/InputImpl.cpp || cmake_object_order_depends_target_sfml-window
+ DEFINES = -DSFML_WINDOW_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/InputImpl.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/KeyboardImpl.cpp.o: CXX_COMPILER__sfml-window_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/KeyboardImpl.cpp || cmake_object_order_depends_target_sfml-window
+ DEFINES = -DSFML_WINDOW_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/KeyboardImpl.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/KeySymToKeyMapping.cpp.o: CXX_COMPILER__sfml-window_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/KeySymToKeyMapping.cpp || cmake_object_order_depends_target_sfml-window
+ DEFINES = -DSFML_WINDOW_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/KeySymToKeyMapping.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/KeySymToUnicodeMapping.cpp.o: CXX_COMPILER__sfml-window_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/KeySymToUnicodeMapping.cpp || cmake_object_order_depends_target_sfml-window
+ DEFINES = -DSFML_WINDOW_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/KeySymToUnicodeMapping.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/SensorImpl.cpp.o: CXX_COMPILER__sfml-window_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/SensorImpl.cpp || cmake_object_order_depends_target_sfml-window
+ DEFINES = -DSFML_WINDOW_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/SensorImpl.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/Display.cpp.o: CXX_COMPILER__sfml-window_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/Display.cpp || cmake_object_order_depends_target_sfml-window
+ DEFINES = -DSFML_WINDOW_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/Display.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/VideoModeImpl.cpp.o: CXX_COMPILER__sfml-window_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/VideoModeImpl.cpp || cmake_object_order_depends_target_sfml-window
+ DEFINES = -DSFML_WINDOW_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/VideoModeImpl.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/VulkanImplX11.cpp.o: CXX_COMPILER__sfml-window_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/VulkanImplX11.cpp || cmake_object_order_depends_target_sfml-window
+ DEFINES = -DSFML_WINDOW_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/VulkanImplX11.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/WindowImplX11.cpp.o: CXX_COMPILER__sfml-window_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/WindowImplX11.cpp || cmake_object_order_depends_target_sfml-window
+ DEFINES = -DSFML_WINDOW_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/WindowImplX11.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/GlxContext.cpp.o: CXX_COMPILER__sfml-window_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/GlxContext.cpp || cmake_object_order_depends_target_sfml-window
+ DEFINES = -DSFML_WINDOW_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/GlxContext.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/JoystickImpl.cpp.o: CXX_COMPILER__sfml-window_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Window/Unix/JoystickImpl.cpp || cmake_object_order_depends_target_sfml-window
+ DEFINES = -DSFML_WINDOW_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/JoystickImpl.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/vulkan -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix
+
+
+# =============================================================================
+# Link build statements for SHARED_LIBRARY target sfml-window
+
+
+#############################################
+# Link the shared library _deps/sfml-build/lib/libsfml-window-d.so.2.6.1
+
+build _deps/sfml-build/lib/libsfml-window-d.so.2.6.1: CXX_SHARED_LIBRARY_LINKER__sfml-window_Debug _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Clipboard.cpp.o _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Context.cpp.o _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Cursor.cpp.o _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/GlContext.cpp.o _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/GlResource.cpp.o _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Joystick.cpp.o _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/JoystickManager.cpp.o _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Keyboard.cpp.o _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Mouse.cpp.o _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Touch.cpp.o _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Sensor.cpp.o _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/SensorManager.cpp.o _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/VideoMode.cpp.o _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Vulkan.cpp.o _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Window.cpp.o _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/WindowBase.cpp.o _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/WindowImpl.cpp.o _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/CursorImpl.cpp.o _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/ClipboardImpl.cpp.o _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/InputImpl.cpp.o _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/KeyboardImpl.cpp.o _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/KeySymToKeyMapping.cpp.o _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/KeySymToUnicodeMapping.cpp.o _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/SensorImpl.cpp.o _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/Display.cpp.o _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/VideoModeImpl.cpp.o _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/VulkanImplX11.cpp.o _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/WindowImplX11.cpp.o _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/GlxContext.cpp.o _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir/Unix/JoystickImpl.cpp.o | _deps/sfml-build/lib/libsfml-system-d.so.2.6.1 /usr/lib/x86_64-linux-gnu/libX11.so /usr/lib/x86_64-linux-gnu/libXrandr.so /usr/lib/x86_64-linux-gnu/libXcursor.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libudev.so || _deps/sfml-build/lib/libsfml-system-d.so _deps/sfml-build/lib/libsfml-system-d.so
+ LANGUAGE_COMPILE_FLAGS = -g
+ LINK_LIBRARIES = -Wl,-rpath,/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/lib: _deps/sfml-build/lib/libsfml-system-d.so.2.6.1 -ldl /usr/lib/x86_64-linux-gnu/libX11.so /usr/lib/x86_64-linux-gnu/libXrandr.so /usr/lib/x86_64-linux-gnu/libXcursor.so /usr/lib/x86_64-linux-gnu/libGL.so /usr/lib/x86_64-linux-gnu/libudev.so
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Window/CMakeFiles/sfml-window.dir
+ POST_BUILD = :
+ PRE_LINK = :
+ SONAME = libsfml-window-d.so.2.6
+ SONAME_FLAG = -Wl,-soname,
+ TARGET_FILE = _deps/sfml-build/lib/libsfml-window-d.so.2.6.1
+ TARGET_IMPLIB = _deps/sfml-build/lib/
+ TARGET_PDB = sfml-window-d.so.dbg
+
+
+#############################################
+# Create library symlink _deps/sfml-build/lib/libsfml-window-d.so
+
+build _deps/sfml-build/lib/libsfml-window-d.so.2.6 _deps/sfml-build/lib/libsfml-window-d.so: CMAKE_SYMLINK_LIBRARY _deps/sfml-build/lib/libsfml-window-d.so.2.6.1
+ POST_BUILD = :
+
+
+#############################################
+# Utility command for package
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/package.util: CUSTOM_COMMAND _deps/sfml-build/src/SFML/Window/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cpack --config ./CPackConfig.cmake
+ DESC = Run CPack packaging tool...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/src/SFML/Window/package: phony _deps/sfml-build/src/SFML/Window/CMakeFiles/package.util
+
+
+#############################################
+# Utility command for package_source
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/package_source.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cpack --config ./CPackSourceConfig.cmake /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CPackSourceConfig.cmake
+ DESC = Run CPack packaging tool for source...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/src/SFML/Window/package_source: phony _deps/sfml-build/src/SFML/Window/CMakeFiles/package_source.util
+
+
+#############################################
+# Utility command for edit_cache
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Window && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
+ DESC = No interactive CMake dialog available...
+ restat = 1
+
+build _deps/sfml-build/src/SFML/Window/edit_cache: phony _deps/sfml-build/src/SFML/Window/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Window && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake --regenerate-during-build -S/home/doom/Documents/GitHub/8ChickenChipEmulator -B/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug
+ DESC = Running CMake to regenerate build system...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/src/SFML/Window/rebuild_cache: phony _deps/sfml-build/src/SFML/Window/CMakeFiles/rebuild_cache.util
+
+
+#############################################
+# Utility command for list_install_components
+
+build _deps/sfml-build/src/SFML/Window/list_install_components: phony
+
+
+#############################################
+# Utility command for install
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/install.util: CUSTOM_COMMAND _deps/sfml-build/src/SFML/Window/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Window && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -P cmake_install.cmake
+ DESC = Install the project...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/src/SFML/Window/install: phony _deps/sfml-build/src/SFML/Window/CMakeFiles/install.util
+
+
+#############################################
+# Utility command for install/local
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/install/local.util: CUSTOM_COMMAND _deps/sfml-build/src/SFML/Window/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Window && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
+ DESC = Installing only the local directory...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/src/SFML/Window/install/local: phony _deps/sfml-build/src/SFML/Window/CMakeFiles/install/local.util
+
+
+#############################################
+# Utility command for install/strip
+
+build _deps/sfml-build/src/SFML/Window/CMakeFiles/install/strip.util: CUSTOM_COMMAND _deps/sfml-build/src/SFML/Window/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Window && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
+ DESC = Installing the project stripped...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/src/SFML/Window/install/strip: phony _deps/sfml-build/src/SFML/Window/CMakeFiles/install/strip.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for SHARED_LIBRARY target sfml-graphics
+
+
+#############################################
+# Order-only phony target for sfml-graphics
+
+build cmake_object_order_depends_target_sfml-graphics: phony || cmake_object_order_depends_target_sfml-system cmake_object_order_depends_target_sfml-window
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/BlendMode.cpp.o: CXX_COMPILER__sfml-graphics_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/BlendMode.cpp || cmake_object_order_depends_target_sfml-graphics
+ DEFINES = -DSFML_GRAPHICS_EXPORTS -DSTBI_FAILURE_USERMSG
+ DEP_FILE = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/BlendMode.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include -isystem /usr/include/freetype2
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Color.cpp.o: CXX_COMPILER__sfml-graphics_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/Color.cpp || cmake_object_order_depends_target_sfml-graphics
+ DEFINES = -DSFML_GRAPHICS_EXPORTS -DSTBI_FAILURE_USERMSG
+ DEP_FILE = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Color.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include -isystem /usr/include/freetype2
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Font.cpp.o: CXX_COMPILER__sfml-graphics_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/Font.cpp || cmake_object_order_depends_target_sfml-graphics
+ DEFINES = -DSFML_GRAPHICS_EXPORTS -DSTBI_FAILURE_USERMSG
+ DEP_FILE = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Font.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include -isystem /usr/include/freetype2
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Glsl.cpp.o: CXX_COMPILER__sfml-graphics_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/Glsl.cpp || cmake_object_order_depends_target_sfml-graphics
+ DEFINES = -DSFML_GRAPHICS_EXPORTS -DSTBI_FAILURE_USERMSG
+ DEP_FILE = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Glsl.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include -isystem /usr/include/freetype2
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/GLCheck.cpp.o: CXX_COMPILER__sfml-graphics_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/GLCheck.cpp || cmake_object_order_depends_target_sfml-graphics
+ DEFINES = -DSFML_GRAPHICS_EXPORTS -DSTBI_FAILURE_USERMSG
+ DEP_FILE = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/GLCheck.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include -isystem /usr/include/freetype2
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/GLExtensions.cpp.o: CXX_COMPILER__sfml-graphics_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/GLExtensions.cpp || cmake_object_order_depends_target_sfml-graphics
+ DEFINES = -DSFML_GRAPHICS_EXPORTS -DSTBI_FAILURE_USERMSG
+ DEP_FILE = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/GLExtensions.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include -isystem /usr/include/freetype2
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Image.cpp.o: CXX_COMPILER__sfml-graphics_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/Image.cpp || cmake_object_order_depends_target_sfml-graphics
+ DEFINES = -DSFML_GRAPHICS_EXPORTS -DSTBI_FAILURE_USERMSG
+ DEP_FILE = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Image.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include -isystem /usr/include/freetype2
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/ImageLoader.cpp.o: CXX_COMPILER__sfml-graphics_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/ImageLoader.cpp || cmake_object_order_depends_target_sfml-graphics
+ DEFINES = -DSFML_GRAPHICS_EXPORTS -DSTBI_FAILURE_USERMSG
+ DEP_FILE = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/ImageLoader.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -fno-strict-aliasing
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include -isystem /usr/include/freetype2
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderStates.cpp.o: CXX_COMPILER__sfml-graphics_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/RenderStates.cpp || cmake_object_order_depends_target_sfml-graphics
+ DEFINES = -DSFML_GRAPHICS_EXPORTS -DSTBI_FAILURE_USERMSG
+ DEP_FILE = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderStates.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include -isystem /usr/include/freetype2
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTexture.cpp.o: CXX_COMPILER__sfml-graphics_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/RenderTexture.cpp || cmake_object_order_depends_target_sfml-graphics
+ DEFINES = -DSFML_GRAPHICS_EXPORTS -DSTBI_FAILURE_USERMSG
+ DEP_FILE = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTexture.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include -isystem /usr/include/freetype2
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTarget.cpp.o: CXX_COMPILER__sfml-graphics_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/RenderTarget.cpp || cmake_object_order_depends_target_sfml-graphics
+ DEFINES = -DSFML_GRAPHICS_EXPORTS -DSTBI_FAILURE_USERMSG
+ DEP_FILE = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTarget.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include -isystem /usr/include/freetype2
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderWindow.cpp.o: CXX_COMPILER__sfml-graphics_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/RenderWindow.cpp || cmake_object_order_depends_target_sfml-graphics
+ DEFINES = -DSFML_GRAPHICS_EXPORTS -DSTBI_FAILURE_USERMSG
+ DEP_FILE = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderWindow.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include -isystem /usr/include/freetype2
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Shader.cpp.o: CXX_COMPILER__sfml-graphics_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/Shader.cpp || cmake_object_order_depends_target_sfml-graphics
+ DEFINES = -DSFML_GRAPHICS_EXPORTS -DSTBI_FAILURE_USERMSG
+ DEP_FILE = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Shader.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include -isystem /usr/include/freetype2
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Texture.cpp.o: CXX_COMPILER__sfml-graphics_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/Texture.cpp || cmake_object_order_depends_target_sfml-graphics
+ DEFINES = -DSFML_GRAPHICS_EXPORTS -DSTBI_FAILURE_USERMSG
+ DEP_FILE = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Texture.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include -isystem /usr/include/freetype2
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/TextureSaver.cpp.o: CXX_COMPILER__sfml-graphics_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/TextureSaver.cpp || cmake_object_order_depends_target_sfml-graphics
+ DEFINES = -DSFML_GRAPHICS_EXPORTS -DSTBI_FAILURE_USERMSG
+ DEP_FILE = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/TextureSaver.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include -isystem /usr/include/freetype2
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Transform.cpp.o: CXX_COMPILER__sfml-graphics_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/Transform.cpp || cmake_object_order_depends_target_sfml-graphics
+ DEFINES = -DSFML_GRAPHICS_EXPORTS -DSTBI_FAILURE_USERMSG
+ DEP_FILE = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Transform.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include -isystem /usr/include/freetype2
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Transformable.cpp.o: CXX_COMPILER__sfml-graphics_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/Transformable.cpp || cmake_object_order_depends_target_sfml-graphics
+ DEFINES = -DSFML_GRAPHICS_EXPORTS -DSTBI_FAILURE_USERMSG
+ DEP_FILE = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Transformable.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include -isystem /usr/include/freetype2
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/View.cpp.o: CXX_COMPILER__sfml-graphics_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/View.cpp || cmake_object_order_depends_target_sfml-graphics
+ DEFINES = -DSFML_GRAPHICS_EXPORTS -DSTBI_FAILURE_USERMSG
+ DEP_FILE = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/View.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include -isystem /usr/include/freetype2
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Vertex.cpp.o: CXX_COMPILER__sfml-graphics_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/Vertex.cpp || cmake_object_order_depends_target_sfml-graphics
+ DEFINES = -DSFML_GRAPHICS_EXPORTS -DSTBI_FAILURE_USERMSG
+ DEP_FILE = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Vertex.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include -isystem /usr/include/freetype2
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Shape.cpp.o: CXX_COMPILER__sfml-graphics_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/Shape.cpp || cmake_object_order_depends_target_sfml-graphics
+ DEFINES = -DSFML_GRAPHICS_EXPORTS -DSTBI_FAILURE_USERMSG
+ DEP_FILE = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Shape.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include -isystem /usr/include/freetype2
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/CircleShape.cpp.o: CXX_COMPILER__sfml-graphics_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/CircleShape.cpp || cmake_object_order_depends_target_sfml-graphics
+ DEFINES = -DSFML_GRAPHICS_EXPORTS -DSTBI_FAILURE_USERMSG
+ DEP_FILE = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/CircleShape.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include -isystem /usr/include/freetype2
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RectangleShape.cpp.o: CXX_COMPILER__sfml-graphics_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/RectangleShape.cpp || cmake_object_order_depends_target_sfml-graphics
+ DEFINES = -DSFML_GRAPHICS_EXPORTS -DSTBI_FAILURE_USERMSG
+ DEP_FILE = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RectangleShape.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include -isystem /usr/include/freetype2
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/ConvexShape.cpp.o: CXX_COMPILER__sfml-graphics_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/ConvexShape.cpp || cmake_object_order_depends_target_sfml-graphics
+ DEFINES = -DSFML_GRAPHICS_EXPORTS -DSTBI_FAILURE_USERMSG
+ DEP_FILE = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/ConvexShape.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include -isystem /usr/include/freetype2
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Sprite.cpp.o: CXX_COMPILER__sfml-graphics_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/Sprite.cpp || cmake_object_order_depends_target_sfml-graphics
+ DEFINES = -DSFML_GRAPHICS_EXPORTS -DSTBI_FAILURE_USERMSG
+ DEP_FILE = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Sprite.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include -isystem /usr/include/freetype2
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Text.cpp.o: CXX_COMPILER__sfml-graphics_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/Text.cpp || cmake_object_order_depends_target_sfml-graphics
+ DEFINES = -DSFML_GRAPHICS_EXPORTS -DSTBI_FAILURE_USERMSG
+ DEP_FILE = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Text.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include -isystem /usr/include/freetype2
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/VertexArray.cpp.o: CXX_COMPILER__sfml-graphics_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/VertexArray.cpp || cmake_object_order_depends_target_sfml-graphics
+ DEFINES = -DSFML_GRAPHICS_EXPORTS -DSTBI_FAILURE_USERMSG
+ DEP_FILE = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/VertexArray.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include -isystem /usr/include/freetype2
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/VertexBuffer.cpp.o: CXX_COMPILER__sfml-graphics_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/VertexBuffer.cpp || cmake_object_order_depends_target_sfml-graphics
+ DEFINES = -DSFML_GRAPHICS_EXPORTS -DSTBI_FAILURE_USERMSG
+ DEP_FILE = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/VertexBuffer.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include -isystem /usr/include/freetype2
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTextureImpl.cpp.o: CXX_COMPILER__sfml-graphics_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/RenderTextureImpl.cpp || cmake_object_order_depends_target_sfml-graphics
+ DEFINES = -DSFML_GRAPHICS_EXPORTS -DSTBI_FAILURE_USERMSG
+ DEP_FILE = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTextureImpl.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include -isystem /usr/include/freetype2
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTextureImplFBO.cpp.o: CXX_COMPILER__sfml-graphics_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/RenderTextureImplFBO.cpp || cmake_object_order_depends_target_sfml-graphics
+ DEFINES = -DSFML_GRAPHICS_EXPORTS -DSTBI_FAILURE_USERMSG
+ DEP_FILE = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTextureImplFBO.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include -isystem /usr/include/freetype2
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTextureImplDefault.cpp.o: CXX_COMPILER__sfml-graphics_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Graphics/RenderTextureImplDefault.cpp || cmake_object_order_depends_target_sfml-graphics
+ DEFINES = -DSFML_GRAPHICS_EXPORTS -DSTBI_FAILURE_USERMSG
+ DEP_FILE = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTextureImplDefault.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/stb_image -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/glad/include -isystem /usr/include/freetype2
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+
+
+# =============================================================================
+# Link build statements for SHARED_LIBRARY target sfml-graphics
+
+
+#############################################
+# Link the shared library _deps/sfml-build/lib/libsfml-graphics-d.so.2.6.1
+
+build _deps/sfml-build/lib/libsfml-graphics-d.so.2.6.1: CXX_SHARED_LIBRARY_LINKER__sfml-graphics_Debug _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/BlendMode.cpp.o _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Color.cpp.o _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Font.cpp.o _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Glsl.cpp.o _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/GLCheck.cpp.o _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/GLExtensions.cpp.o _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Image.cpp.o _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/ImageLoader.cpp.o _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderStates.cpp.o _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTexture.cpp.o _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTarget.cpp.o _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderWindow.cpp.o _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Shader.cpp.o _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Texture.cpp.o _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/TextureSaver.cpp.o _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Transform.cpp.o _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Transformable.cpp.o _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/View.cpp.o _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Vertex.cpp.o _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Shape.cpp.o _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/CircleShape.cpp.o _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RectangleShape.cpp.o _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/ConvexShape.cpp.o _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Sprite.cpp.o _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/Text.cpp.o _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/VertexArray.cpp.o _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/VertexBuffer.cpp.o _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTextureImpl.cpp.o _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTextureImplFBO.cpp.o _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir/RenderTextureImplDefault.cpp.o | _deps/sfml-build/lib/libsfml-window-d.so.2.6.1 _deps/sfml-build/lib/libsfml-system-d.so.2.6.1 /usr/lib/x86_64-linux-gnu/libfreetype.so || _deps/sfml-build/lib/libsfml-system-d.so _deps/sfml-build/lib/libsfml-window-d.so _deps/sfml-build/lib/libsfml-window-d.so _deps/sfml-build/lib/libsfml-system-d.so
+ LANGUAGE_COMPILE_FLAGS = -g
+ LINK_LIBRARIES = -Wl,-rpath,/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/lib: _deps/sfml-build/lib/libsfml-window-d.so.2.6.1 _deps/sfml-build/lib/libsfml-system-d.so.2.6.1 /usr/lib/x86_64-linux-gnu/libfreetype.so
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Graphics/CMakeFiles/sfml-graphics.dir
+ POST_BUILD = :
+ PRE_LINK = :
+ SONAME = libsfml-graphics-d.so.2.6
+ SONAME_FLAG = -Wl,-soname,
+ TARGET_FILE = _deps/sfml-build/lib/libsfml-graphics-d.so.2.6.1
+ TARGET_IMPLIB = _deps/sfml-build/lib/
+ TARGET_PDB = sfml-graphics-d.so.dbg
+
+
+#############################################
+# Create library symlink _deps/sfml-build/lib/libsfml-graphics-d.so
+
+build _deps/sfml-build/lib/libsfml-graphics-d.so.2.6 _deps/sfml-build/lib/libsfml-graphics-d.so: CMAKE_SYMLINK_LIBRARY _deps/sfml-build/lib/libsfml-graphics-d.so.2.6.1
+ POST_BUILD = :
+
+
+#############################################
+# Utility command for package
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/package.util: CUSTOM_COMMAND _deps/sfml-build/src/SFML/Graphics/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cpack --config ./CPackConfig.cmake
+ DESC = Run CPack packaging tool...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/src/SFML/Graphics/package: phony _deps/sfml-build/src/SFML/Graphics/CMakeFiles/package.util
+
+
+#############################################
+# Utility command for package_source
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/package_source.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cpack --config ./CPackSourceConfig.cmake /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CPackSourceConfig.cmake
+ DESC = Run CPack packaging tool for source...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/src/SFML/Graphics/package_source: phony _deps/sfml-build/src/SFML/Graphics/CMakeFiles/package_source.util
+
+
+#############################################
+# Utility command for edit_cache
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
+ DESC = No interactive CMake dialog available...
+ restat = 1
+
+build _deps/sfml-build/src/SFML/Graphics/edit_cache: phony _deps/sfml-build/src/SFML/Graphics/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake --regenerate-during-build -S/home/doom/Documents/GitHub/8ChickenChipEmulator -B/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug
+ DESC = Running CMake to regenerate build system...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/src/SFML/Graphics/rebuild_cache: phony _deps/sfml-build/src/SFML/Graphics/CMakeFiles/rebuild_cache.util
+
+
+#############################################
+# Utility command for list_install_components
+
+build _deps/sfml-build/src/SFML/Graphics/list_install_components: phony
+
+
+#############################################
+# Utility command for install
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/install.util: CUSTOM_COMMAND _deps/sfml-build/src/SFML/Graphics/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -P cmake_install.cmake
+ DESC = Install the project...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/src/SFML/Graphics/install: phony _deps/sfml-build/src/SFML/Graphics/CMakeFiles/install.util
+
+
+#############################################
+# Utility command for install/local
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/install/local.util: CUSTOM_COMMAND _deps/sfml-build/src/SFML/Graphics/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
+ DESC = Installing only the local directory...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/src/SFML/Graphics/install/local: phony _deps/sfml-build/src/SFML/Graphics/CMakeFiles/install/local.util
+
+
+#############################################
+# Utility command for install/strip
+
+build _deps/sfml-build/src/SFML/Graphics/CMakeFiles/install/strip.util: CUSTOM_COMMAND _deps/sfml-build/src/SFML/Graphics/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
+ DESC = Installing the project stripped...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/src/SFML/Graphics/install/strip: phony _deps/sfml-build/src/SFML/Graphics/CMakeFiles/install/strip.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for SHARED_LIBRARY target sfml-audio
+
+
+#############################################
+# Order-only phony target for sfml-audio
+
+build cmake_object_order_depends_target_sfml-audio: phony || cmake_object_order_depends_target_sfml-system
+
+build _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/ALCheck.cpp.o: CXX_COMPILER__sfml-audio_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Audio/ALCheck.cpp || cmake_object_order_depends_target_sfml-audio
+ DEFINES = -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_AUDIO_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/ALCheck.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/minimp3 -isystem /usr/include/AL
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+
+build _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/AlResource.cpp.o: CXX_COMPILER__sfml-audio_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Audio/AlResource.cpp || cmake_object_order_depends_target_sfml-audio
+ DEFINES = -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_AUDIO_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/AlResource.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/minimp3 -isystem /usr/include/AL
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+
+build _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/AudioDevice.cpp.o: CXX_COMPILER__sfml-audio_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Audio/AudioDevice.cpp || cmake_object_order_depends_target_sfml-audio
+ DEFINES = -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_AUDIO_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/AudioDevice.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/minimp3 -isystem /usr/include/AL
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+
+build _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/Listener.cpp.o: CXX_COMPILER__sfml-audio_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Audio/Listener.cpp || cmake_object_order_depends_target_sfml-audio
+ DEFINES = -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_AUDIO_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/Listener.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/minimp3 -isystem /usr/include/AL
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+
+build _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/Music.cpp.o: CXX_COMPILER__sfml-audio_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Audio/Music.cpp || cmake_object_order_depends_target_sfml-audio
+ DEFINES = -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_AUDIO_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/Music.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/minimp3 -isystem /usr/include/AL
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+
+build _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/Sound.cpp.o: CXX_COMPILER__sfml-audio_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Audio/Sound.cpp || cmake_object_order_depends_target_sfml-audio
+ DEFINES = -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_AUDIO_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/Sound.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/minimp3 -isystem /usr/include/AL
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+
+build _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundBuffer.cpp.o: CXX_COMPILER__sfml-audio_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundBuffer.cpp || cmake_object_order_depends_target_sfml-audio
+ DEFINES = -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_AUDIO_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundBuffer.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/minimp3 -isystem /usr/include/AL
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+
+build _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundBufferRecorder.cpp.o: CXX_COMPILER__sfml-audio_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundBufferRecorder.cpp || cmake_object_order_depends_target_sfml-audio
+ DEFINES = -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_AUDIO_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundBufferRecorder.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/minimp3 -isystem /usr/include/AL
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+
+build _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/InputSoundFile.cpp.o: CXX_COMPILER__sfml-audio_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Audio/InputSoundFile.cpp || cmake_object_order_depends_target_sfml-audio
+ DEFINES = -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_AUDIO_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/InputSoundFile.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/minimp3 -isystem /usr/include/AL
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+
+build _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/OutputSoundFile.cpp.o: CXX_COMPILER__sfml-audio_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Audio/OutputSoundFile.cpp || cmake_object_order_depends_target_sfml-audio
+ DEFINES = -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_AUDIO_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/OutputSoundFile.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/minimp3 -isystem /usr/include/AL
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+
+build _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundRecorder.cpp.o: CXX_COMPILER__sfml-audio_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundRecorder.cpp || cmake_object_order_depends_target_sfml-audio
+ DEFINES = -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_AUDIO_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundRecorder.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/minimp3 -isystem /usr/include/AL
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+
+build _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundSource.cpp.o: CXX_COMPILER__sfml-audio_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundSource.cpp || cmake_object_order_depends_target_sfml-audio
+ DEFINES = -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_AUDIO_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundSource.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/minimp3 -isystem /usr/include/AL
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+
+build _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundStream.cpp.o: CXX_COMPILER__sfml-audio_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundStream.cpp || cmake_object_order_depends_target_sfml-audio
+ DEFINES = -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_AUDIO_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundStream.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/minimp3 -isystem /usr/include/AL
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+
+build _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileFactory.cpp.o: CXX_COMPILER__sfml-audio_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundFileFactory.cpp || cmake_object_order_depends_target_sfml-audio
+ DEFINES = -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_AUDIO_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileFactory.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/minimp3 -isystem /usr/include/AL
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+
+build _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderFlac.cpp.o: CXX_COMPILER__sfml-audio_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundFileReaderFlac.cpp || cmake_object_order_depends_target_sfml-audio
+ DEFINES = -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_AUDIO_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderFlac.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/minimp3 -isystem /usr/include/AL
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+
+build _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderMp3.cpp.o: CXX_COMPILER__sfml-audio_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundFileReaderMp3.cpp || cmake_object_order_depends_target_sfml-audio
+ DEFINES = -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_AUDIO_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderMp3.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/minimp3 -isystem /usr/include/AL
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+
+build _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderOgg.cpp.o: CXX_COMPILER__sfml-audio_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundFileReaderOgg.cpp || cmake_object_order_depends_target_sfml-audio
+ DEFINES = -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_AUDIO_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderOgg.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/minimp3 -isystem /usr/include/AL
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+
+build _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderWav.cpp.o: CXX_COMPILER__sfml-audio_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundFileReaderWav.cpp || cmake_object_order_depends_target_sfml-audio
+ DEFINES = -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_AUDIO_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderWav.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/minimp3 -isystem /usr/include/AL
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+
+build _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileWriterFlac.cpp.o: CXX_COMPILER__sfml-audio_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundFileWriterFlac.cpp || cmake_object_order_depends_target_sfml-audio
+ DEFINES = -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_AUDIO_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileWriterFlac.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/minimp3 -isystem /usr/include/AL
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+
+build _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileWriterOgg.cpp.o: CXX_COMPILER__sfml-audio_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundFileWriterOgg.cpp || cmake_object_order_depends_target_sfml-audio
+ DEFINES = -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_AUDIO_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileWriterOgg.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/minimp3 -isystem /usr/include/AL
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+
+build _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileWriterWav.cpp.o: CXX_COMPILER__sfml-audio_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src/SFML/Audio/SoundFileWriterWav.cpp || cmake_object_order_depends_target_sfml-audio
+ DEFINES = -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS -DSFML_AUDIO_EXPORTS
+ DEP_FILE = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileWriterWav.cpp.o.d
+ FLAGS = -g -fPIC -fdiagnostics-color=always -fvisibility=hidden -Wall -Wextra -Wshadow -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -Wconversion -Wsign-conversion -Wdouble-promotion -Wformat=2 -Wnull-dereference -Wold-style-cast -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wduplicated-branches
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/src -isystem /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/extlibs/headers/minimp3 -isystem /usr/include/AL
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+ OBJECT_FILE_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+
+
+# =============================================================================
+# Link build statements for SHARED_LIBRARY target sfml-audio
+
+
+#############################################
+# Link the shared library _deps/sfml-build/lib/libsfml-audio-d.so.2.6.1
+
+build _deps/sfml-build/lib/libsfml-audio-d.so.2.6.1: CXX_SHARED_LIBRARY_LINKER__sfml-audio_Debug _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/ALCheck.cpp.o _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/AlResource.cpp.o _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/AudioDevice.cpp.o _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/Listener.cpp.o _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/Music.cpp.o _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/Sound.cpp.o _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundBuffer.cpp.o _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundBufferRecorder.cpp.o _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/InputSoundFile.cpp.o _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/OutputSoundFile.cpp.o _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundRecorder.cpp.o _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundSource.cpp.o _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundStream.cpp.o _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileFactory.cpp.o _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderFlac.cpp.o _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderMp3.cpp.o _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderOgg.cpp.o _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileReaderWav.cpp.o _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileWriterFlac.cpp.o _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileWriterOgg.cpp.o _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir/SoundFileWriterWav.cpp.o | _deps/sfml-build/lib/libsfml-system-d.so.2.6.1 /usr/lib/x86_64-linux-gnu/libopenal.so /usr/lib/x86_64-linux-gnu/libvorbisenc.so /usr/lib/x86_64-linux-gnu/libvorbisfile.so /usr/lib/x86_64-linux-gnu/libvorbis.so /usr/lib/x86_64-linux-gnu/libogg.so /usr/lib/x86_64-linux-gnu/libFLAC.so || _deps/sfml-build/lib/libsfml-system-d.so _deps/sfml-build/lib/libsfml-system-d.so
+ LANGUAGE_COMPILE_FLAGS = -g
+ LINK_LIBRARIES = -Wl,-rpath,/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/lib: _deps/sfml-build/lib/libsfml-system-d.so.2.6.1 /usr/lib/x86_64-linux-gnu/libopenal.so /usr/lib/x86_64-linux-gnu/libvorbisenc.so /usr/lib/x86_64-linux-gnu/libvorbisfile.so /usr/lib/x86_64-linux-gnu/libvorbis.so /usr/lib/x86_64-linux-gnu/libogg.so /usr/lib/x86_64-linux-gnu/libFLAC.so
+ OBJECT_DIR = _deps/sfml-build/src/SFML/Audio/CMakeFiles/sfml-audio.dir
+ POST_BUILD = :
+ PRE_LINK = :
+ SONAME = libsfml-audio-d.so.2.6
+ SONAME_FLAG = -Wl,-soname,
+ TARGET_FILE = _deps/sfml-build/lib/libsfml-audio-d.so.2.6.1
+ TARGET_IMPLIB = _deps/sfml-build/lib/
+ TARGET_PDB = sfml-audio-d.so.dbg
+
+
+#############################################
+# Create library symlink _deps/sfml-build/lib/libsfml-audio-d.so
+
+build _deps/sfml-build/lib/libsfml-audio-d.so.2.6 _deps/sfml-build/lib/libsfml-audio-d.so: CMAKE_SYMLINK_LIBRARY _deps/sfml-build/lib/libsfml-audio-d.so.2.6.1
+ POST_BUILD = :
+
+
+#############################################
+# Utility command for package
+
+build _deps/sfml-build/src/SFML/Audio/CMakeFiles/package.util: CUSTOM_COMMAND _deps/sfml-build/src/SFML/Audio/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cpack --config ./CPackConfig.cmake
+ DESC = Run CPack packaging tool...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/src/SFML/Audio/package: phony _deps/sfml-build/src/SFML/Audio/CMakeFiles/package.util
+
+
+#############################################
+# Utility command for package_source
+
+build _deps/sfml-build/src/SFML/Audio/CMakeFiles/package_source.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cpack --config ./CPackSourceConfig.cmake /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CPackSourceConfig.cmake
+ DESC = Run CPack packaging tool for source...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/src/SFML/Audio/package_source: phony _deps/sfml-build/src/SFML/Audio/CMakeFiles/package_source.util
+
+
+#############################################
+# Utility command for edit_cache
+
+build _deps/sfml-build/src/SFML/Audio/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Audio && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
+ DESC = No interactive CMake dialog available...
+ restat = 1
+
+build _deps/sfml-build/src/SFML/Audio/edit_cache: phony _deps/sfml-build/src/SFML/Audio/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build _deps/sfml-build/src/SFML/Audio/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Audio && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake --regenerate-during-build -S/home/doom/Documents/GitHub/8ChickenChipEmulator -B/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug
+ DESC = Running CMake to regenerate build system...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/src/SFML/Audio/rebuild_cache: phony _deps/sfml-build/src/SFML/Audio/CMakeFiles/rebuild_cache.util
+
+
+#############################################
+# Utility command for list_install_components
+
+build _deps/sfml-build/src/SFML/Audio/list_install_components: phony
+
+
+#############################################
+# Utility command for install
+
+build _deps/sfml-build/src/SFML/Audio/CMakeFiles/install.util: CUSTOM_COMMAND _deps/sfml-build/src/SFML/Audio/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Audio && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -P cmake_install.cmake
+ DESC = Install the project...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/src/SFML/Audio/install: phony _deps/sfml-build/src/SFML/Audio/CMakeFiles/install.util
+
+
+#############################################
+# Utility command for install/local
+
+build _deps/sfml-build/src/SFML/Audio/CMakeFiles/install/local.util: CUSTOM_COMMAND _deps/sfml-build/src/SFML/Audio/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Audio && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
+ DESC = Installing only the local directory...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/src/SFML/Audio/install/local: phony _deps/sfml-build/src/SFML/Audio/CMakeFiles/install/local.util
+
+
+#############################################
+# Utility command for install/strip
+
+build _deps/sfml-build/src/SFML/Audio/CMakeFiles/install/strip.util: CUSTOM_COMMAND _deps/sfml-build/src/SFML/Audio/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Audio && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
+ DESC = Installing the project stripped...
+ pool = console
+ restat = 1
+
+build _deps/sfml-build/src/SFML/Audio/install/strip: phony _deps/sfml-build/src/SFML/Audio/CMakeFiles/install/strip.util
+
+# =============================================================================
+# Write statements declared in CMakeLists.txt:
+# /home/doom/Documents/GitHub/8ChickenChipEmulator/CMakeLists.txt
+# =============================================================================
+
+# =============================================================================
+# Object build statements for EXECUTABLE target 8ChocChip
+
+
+#############################################
+# Order-only phony target for 8ChocChip
+
+build cmake_object_order_depends_target_8ChocChip: phony || cmake_object_order_depends_target_sfml-audio cmake_object_order_depends_target_sfml-graphics cmake_object_order_depends_target_sfml-system cmake_object_order_depends_target_sfml-window
+
+build src/CMakeFiles/8ChocChip.dir/main.cpp.o: CXX_COMPILER__8ChocChip_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/src/main.cpp || cmake_object_order_depends_target_8ChocChip
+ DEP_FILE = src/CMakeFiles/8ChocChip.dir/main.cpp.o.d
+ FLAGS = -g -fdiagnostics-color=always
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include
+ OBJECT_DIR = src/CMakeFiles/8ChocChip.dir
+ OBJECT_FILE_DIR = src/CMakeFiles/8ChocChip.dir
+
+build src/CMakeFiles/8ChocChip.dir/Keyboard.cpp.o: CXX_COMPILER__8ChocChip_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/src/Keyboard.cpp || cmake_object_order_depends_target_8ChocChip
+ DEP_FILE = src/CMakeFiles/8ChocChip.dir/Keyboard.cpp.o.d
+ FLAGS = -g -fdiagnostics-color=always
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include
+ OBJECT_DIR = src/CMakeFiles/8ChocChip.dir
+ OBJECT_FILE_DIR = src/CMakeFiles/8ChocChip.dir
+
+build src/CMakeFiles/8ChocChip.dir/Speaker.cpp.o: CXX_COMPILER__8ChocChip_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/src/Speaker.cpp || cmake_object_order_depends_target_8ChocChip
+ DEP_FILE = src/CMakeFiles/8ChocChip.dir/Speaker.cpp.o.d
+ FLAGS = -g -fdiagnostics-color=always
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include
+ OBJECT_DIR = src/CMakeFiles/8ChocChip.dir
+ OBJECT_FILE_DIR = src/CMakeFiles/8ChocChip.dir
+
+build src/CMakeFiles/8ChocChip.dir/Renderer.cpp.o: CXX_COMPILER__8ChocChip_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/src/Renderer.cpp || cmake_object_order_depends_target_8ChocChip
+ DEP_FILE = src/CMakeFiles/8ChocChip.dir/Renderer.cpp.o.d
+ FLAGS = -g -fdiagnostics-color=always
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include
+ OBJECT_DIR = src/CMakeFiles/8ChocChip.dir
+ OBJECT_FILE_DIR = src/CMakeFiles/8ChocChip.dir
+
+build src/CMakeFiles/8ChocChip.dir/Cpu.cpp.o: CXX_COMPILER__8ChocChip_unscanned_Debug /home/doom/Documents/GitHub/8ChickenChipEmulator/src/Cpu.cpp || cmake_object_order_depends_target_8ChocChip
+ DEP_FILE = src/CMakeFiles/8ChocChip.dir/Cpu.cpp.o.d
+ FLAGS = -g -fdiagnostics-color=always
+ INCLUDES = -I/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-src/include
+ OBJECT_DIR = src/CMakeFiles/8ChocChip.dir
+ OBJECT_FILE_DIR = src/CMakeFiles/8ChocChip.dir
+
+
+# =============================================================================
+# Link build statements for EXECUTABLE target 8ChocChip
+
+
+#############################################
+# Link the executable src/8ChocChip
+
+build src/8ChocChip: CXX_EXECUTABLE_LINKER__8ChocChip_Debug src/CMakeFiles/8ChocChip.dir/main.cpp.o src/CMakeFiles/8ChocChip.dir/Keyboard.cpp.o src/CMakeFiles/8ChocChip.dir/Speaker.cpp.o src/CMakeFiles/8ChocChip.dir/Renderer.cpp.o src/CMakeFiles/8ChocChip.dir/Cpu.cpp.o | _deps/sfml-build/lib/libsfml-graphics-d.so.2.6.1 _deps/sfml-build/lib/libsfml-audio-d.so.2.6.1 _deps/sfml-build/lib/libsfml-window-d.so.2.6.1 _deps/sfml-build/lib/libsfml-system-d.so.2.6.1 || _deps/sfml-build/lib/libsfml-audio-d.so _deps/sfml-build/lib/libsfml-graphics-d.so _deps/sfml-build/lib/libsfml-system-d.so _deps/sfml-build/lib/libsfml-window-d.so _deps/sfml-build/lib/libsfml-graphics-d.so _deps/sfml-build/lib/libsfml-audio-d.so _deps/sfml-build/lib/libsfml-window-d.so _deps/sfml-build/lib/libsfml-system-d.so
+ FLAGS = -g
+ LINK_LIBRARIES = -Wl,-rpath,/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/lib _deps/sfml-build/lib/libsfml-graphics-d.so.2.6.1 _deps/sfml-build/lib/libsfml-audio-d.so.2.6.1 _deps/sfml-build/lib/libsfml-window-d.so.2.6.1 _deps/sfml-build/lib/libsfml-system-d.so.2.6.1
+ OBJECT_DIR = src/CMakeFiles/8ChocChip.dir
+ POST_BUILD = :
+ PRE_LINK = :
+ TARGET_FILE = src/8ChocChip
+ TARGET_PDB = 8ChocChip.dbg
+
+
+#############################################
+# Utility command for package
+
+build src/CMakeFiles/package.util: CUSTOM_COMMAND src/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cpack --config ./CPackConfig.cmake
+ DESC = Run CPack packaging tool...
+ pool = console
+ restat = 1
+
+build src/package: phony src/CMakeFiles/package.util
+
+
+#############################################
+# Utility command for package_source
+
+build src/CMakeFiles/package_source.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cpack --config ./CPackSourceConfig.cmake /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/CPackSourceConfig.cmake
+ DESC = Run CPack packaging tool for source...
+ pool = console
+ restat = 1
+
+build src/package_source: phony src/CMakeFiles/package_source.util
+
+
+#############################################
+# Utility command for edit_cache
+
+build src/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/src && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
+ DESC = No interactive CMake dialog available...
+ restat = 1
+
+build src/edit_cache: phony src/CMakeFiles/edit_cache.util
+
+
+#############################################
+# Utility command for rebuild_cache
+
+build src/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/src && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake --regenerate-during-build -S/home/doom/Documents/GitHub/8ChickenChipEmulator -B/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug
+ DESC = Running CMake to regenerate build system...
+ pool = console
+ restat = 1
+
+build src/rebuild_cache: phony src/CMakeFiles/rebuild_cache.util
+
+
+#############################################
+# Utility command for list_install_components
+
+build src/list_install_components: phony
+
+
+#############################################
+# Utility command for install
+
+build src/CMakeFiles/install.util: CUSTOM_COMMAND src/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/src && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -P cmake_install.cmake
+ DESC = Install the project...
+ pool = console
+ restat = 1
+
+build src/install: phony src/CMakeFiles/install.util
+
+
+#############################################
+# Utility command for install/local
+
+build src/CMakeFiles/install/local.util: CUSTOM_COMMAND src/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/src && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
+ DESC = Installing only the local directory...
+ pool = console
+ restat = 1
+
+build src/install/local: phony src/CMakeFiles/install/local.util
+
+
+#############################################
+# Utility command for install/strip
+
+build src/CMakeFiles/install/strip.util: CUSTOM_COMMAND src/all
+ COMMAND = cd /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/src && /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
+ DESC = Installing the project stripped...
+ pool = console
+ restat = 1
+
+build src/install/strip: phony src/CMakeFiles/install/strip.util
+
+# =============================================================================
+# Target aliases.
+
+build 8ChocChip: phony src/8ChocChip
+
+build libsfml-audio-d.so: phony _deps/sfml-build/lib/libsfml-audio-d.so
+
+build libsfml-graphics-d.so: phony _deps/sfml-build/lib/libsfml-graphics-d.so
+
+build libsfml-system-d.so: phony _deps/sfml-build/lib/libsfml-system-d.so
+
+build libsfml-window-d.so: phony _deps/sfml-build/lib/libsfml-window-d.so
+
+build sfml-audio: phony _deps/sfml-build/lib/libsfml-audio-d.so
+
+build sfml-graphics: phony _deps/sfml-build/lib/libsfml-graphics-d.so
+
+build sfml-system: phony _deps/sfml-build/lib/libsfml-system-d.so
+
+build sfml-window: phony _deps/sfml-build/lib/libsfml-window-d.so
+
+# =============================================================================
+# Folder targets.
+
+# =============================================================================
+
+#############################################
+# Folder: /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug
+
+build all: phony dependencies/all src/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build
+
+build _deps/sfml-build/all: phony _deps/sfml-build/src/SFML/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML
+
+build _deps/sfml-build/src/SFML/all: phony _deps/sfml-build/src/SFML/System/all _deps/sfml-build/src/SFML/Window/all _deps/sfml-build/src/SFML/Graphics/all _deps/sfml-build/src/SFML/Audio/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Audio
+
+build _deps/sfml-build/src/SFML/Audio/all: phony _deps/sfml-build/lib/libsfml-audio-d.so
+
+# =============================================================================
+
+#############################################
+# Folder: /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Graphics
+
+build _deps/sfml-build/src/SFML/Graphics/all: phony _deps/sfml-build/lib/libsfml-graphics-d.so
+
+# =============================================================================
+
+#############################################
+# Folder: /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/System
+
+build _deps/sfml-build/src/SFML/System/all: phony _deps/sfml-build/lib/libsfml-system-d.so
+
+# =============================================================================
+
+#############################################
+# Folder: /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/src/SFML/Window
+
+build _deps/sfml-build/src/SFML/Window/all: phony _deps/sfml-build/lib/libsfml-window-d.so
+
+# =============================================================================
+
+#############################################
+# Folder: /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/dependencies
+
+build dependencies/all: phony dependencies/sfml/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/dependencies/sfml
+
+build dependencies/sfml/all: phony _deps/sfml-build/all
+
+# =============================================================================
+
+#############################################
+# Folder: /home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/src
+
+build src/all: phony src/8ChocChip
+
+# =============================================================================
+# Built-in targets
+
+
+#############################################
+# Re-run CMake if any of its inputs changed.
+
+build build.ninja: RERUN_CMAKE | /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/BasicConfigVersion-SameMajorVersion.cmake.in /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeCInformation.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeCXXInformation.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeCommonLanguageInclude.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeGenericSystem.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeInitializeConfigs.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeLanguageInformation.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakePackageConfigHelpers.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeParseArguments.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeSystemSpecificInformation.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeSystemSpecificInitialize.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CPack.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CPackComponent.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CheckFunctionExists.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CheckLibraryExists.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Compiler/CMakeCommonCompilerMacros.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Compiler/GNU-C.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Compiler/GNU-CXX.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Compiler/GNU.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/ExternalProject/shared_internal_commands.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FetchContent.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FetchContent/CMakeLists.cmake.in /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindGit.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindOpenAL.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindOpenGL.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindPackageMessage.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindX11.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/GNUInstallDirs.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Platform/Linux-GNU-C.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Platform/Linux-GNU-CXX.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Platform/Linux-GNU.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Platform/Linux-Initialize.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Platform/Linux.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Platform/UnixPaths.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/WriteBasicConfigVersionFile.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Templates/CPackConfig.cmake.in /home/doom/Documents/GitHub/8ChickenChipEmulator/CMakeLists.txt /home/doom/Documents/GitHub/8ChickenChipEmulator/dependencies/CMakeLists.txt /home/doom/Documents/GitHub/8ChickenChipEmulator/dependencies/sfml/CMakeLists.txt /home/doom/Documents/GitHub/8ChickenChipEmulator/src/CMakeLists.txt CMakeCache.txt CMakeFiles/3.28.1/CMakeCCompiler.cmake CMakeFiles/3.28.1/CMakeCXXCompiler.cmake CMakeFiles/3.28.1/CMakeSystem.cmake _deps/sfml-src/CMakeLists.txt _deps/sfml-src/cmake/CompilerOptionsOverride.cmake _deps/sfml-src/cmake/CompilerWarnings.cmake _deps/sfml-src/cmake/Config.cmake _deps/sfml-src/cmake/Macros.cmake _deps/sfml-src/cmake/Modules/FindFLAC.cmake _deps/sfml-src/cmake/Modules/FindFreetype.cmake _deps/sfml-src/cmake/Modules/FindUDev.cmake _deps/sfml-src/cmake/Modules/FindVORBIS.cmake _deps/sfml-src/cmake/SFMLConfig.cmake.in _deps/sfml-src/cmake/SFMLConfigDependencies.cmake.in _deps/sfml-src/src/SFML/Audio/CMakeLists.txt _deps/sfml-src/src/SFML/CMakeLists.txt _deps/sfml-src/src/SFML/Graphics/CMakeLists.txt _deps/sfml-src/src/SFML/System/CMakeLists.txt _deps/sfml-src/src/SFML/Window/CMakeLists.txt _deps/sfml-src/tools/pkg-config/sfml-all.pc.in _deps/sfml-src/tools/pkg-config/sfml-audio.pc.in _deps/sfml-src/tools/pkg-config/sfml-graphics.pc.in _deps/sfml-src/tools/pkg-config/sfml-network.pc.in _deps/sfml-src/tools/pkg-config/sfml-system.pc.in _deps/sfml-src/tools/pkg-config/sfml-window.pc.in
+ pool = console
+
+
+#############################################
+# A missing CMake input file is not an error.
+
+build /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/BasicConfigVersion-SameMajorVersion.cmake.in /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeCInformation.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeCXXInformation.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeCommonLanguageInclude.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeGenericSystem.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeInitializeConfigs.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeLanguageInformation.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakePackageConfigHelpers.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeParseArguments.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeSystemSpecificInformation.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CMakeSystemSpecificInitialize.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CPack.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CPackComponent.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CheckFunctionExists.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/CheckLibraryExists.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Compiler/CMakeCommonCompilerMacros.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Compiler/GNU-C.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Compiler/GNU-CXX.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Compiler/GNU.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/ExternalProject/shared_internal_commands.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FetchContent.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FetchContent/CMakeLists.cmake.in /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindGit.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindOpenAL.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindOpenGL.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindPackageMessage.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/FindX11.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/GNUInstallDirs.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Platform/Linux-GNU-C.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Platform/Linux-GNU-CXX.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Platform/Linux-GNU.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Platform/Linux-Initialize.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Platform/Linux.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/Platform/UnixPaths.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Modules/WriteBasicConfigVersionFile.cmake /home/doom/.local/share/JetBrains/Toolbox/apps/clion-nova/bin/cmake/linux/x64/share/cmake-3.28/Templates/CPackConfig.cmake.in /home/doom/Documents/GitHub/8ChickenChipEmulator/CMakeLists.txt /home/doom/Documents/GitHub/8ChickenChipEmulator/dependencies/CMakeLists.txt /home/doom/Documents/GitHub/8ChickenChipEmulator/dependencies/sfml/CMakeLists.txt /home/doom/Documents/GitHub/8ChickenChipEmulator/src/CMakeLists.txt CMakeCache.txt CMakeFiles/3.28.1/CMakeCCompiler.cmake CMakeFiles/3.28.1/CMakeCXXCompiler.cmake CMakeFiles/3.28.1/CMakeSystem.cmake _deps/sfml-src/CMakeLists.txt _deps/sfml-src/cmake/CompilerOptionsOverride.cmake _deps/sfml-src/cmake/CompilerWarnings.cmake _deps/sfml-src/cmake/Config.cmake _deps/sfml-src/cmake/Macros.cmake _deps/sfml-src/cmake/Modules/FindFLAC.cmake _deps/sfml-src/cmake/Modules/FindFreetype.cmake _deps/sfml-src/cmake/Modules/FindUDev.cmake _deps/sfml-src/cmake/Modules/FindVORBIS.cmake _deps/sfml-src/cmake/SFMLConfig.cmake.in _deps/sfml-src/cmake/SFMLConfigDependencies.cmake.in _deps/sfml-src/src/SFML/Audio/CMakeLists.txt _deps/sfml-src/src/SFML/CMakeLists.txt _deps/sfml-src/src/SFML/Graphics/CMakeLists.txt _deps/sfml-src/src/SFML/System/CMakeLists.txt _deps/sfml-src/src/SFML/Window/CMakeLists.txt _deps/sfml-src/tools/pkg-config/sfml-all.pc.in _deps/sfml-src/tools/pkg-config/sfml-audio.pc.in _deps/sfml-src/tools/pkg-config/sfml-graphics.pc.in _deps/sfml-src/tools/pkg-config/sfml-network.pc.in _deps/sfml-src/tools/pkg-config/sfml-system.pc.in _deps/sfml-src/tools/pkg-config/sfml-window.pc.in: phony
+
+
+#############################################
+# Clean all the built files.
+
+build clean: CLEAN
+
+
+#############################################
+# Print all primary targets available.
+
+build help: HELP
+
+
+#############################################
+# Make the all target the default.
+
+default all
diff --git a/cmake-build-debug/cmake_install.cmake b/cmake-build-debug/cmake_install.cmake
new file mode 100644
index 0000000..56e721c
--- /dev/null
+++ b/cmake-build-debug/cmake_install.cmake
@@ -0,0 +1,64 @@
+# Install script for directory: /home/doom/Documents/GitHub/8ChickenChipEmulator
+
+# Set the install prefix
+if(NOT DEFINED CMAKE_INSTALL_PREFIX)
+ set(CMAKE_INSTALL_PREFIX "/usr/local")
+endif()
+string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+ if(BUILD_TYPE)
+ string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+ CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+ else()
+ set(CMAKE_INSTALL_CONFIG_NAME "Debug")
+ endif()
+ message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+endif()
+
+# Set the component getting installed.
+if(NOT CMAKE_INSTALL_COMPONENT)
+ if(COMPONENT)
+ message(STATUS "Install component: \"${COMPONENT}\"")
+ set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+ else()
+ set(CMAKE_INSTALL_COMPONENT)
+ endif()
+endif()
+
+# Install shared libraries without execute permission?
+if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+ set(CMAKE_INSTALL_SO_NO_EXE "1")
+endif()
+
+# Is this installation the result of a crosscompile?
+if(NOT DEFINED CMAKE_CROSSCOMPILING)
+ set(CMAKE_CROSSCOMPILING "FALSE")
+endif()
+
+# Set default install directory permissions.
+if(NOT DEFINED CMAKE_OBJDUMP)
+ set(CMAKE_OBJDUMP "/usr/bin/objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+ # Include the install script for the subdirectory.
+ include("/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/dependencies/cmake_install.cmake")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+ # Include the install script for the subdirectory.
+ include("/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/src/cmake_install.cmake")
+endif()
+
+if(CMAKE_INSTALL_COMPONENT)
+ set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
+else()
+ set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
+endif()
+
+string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
+ "${CMAKE_INSTALL_MANIFEST_FILES}")
+file(WRITE "/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/${CMAKE_INSTALL_MANIFEST}"
+ "${CMAKE_INSTALL_MANIFEST_CONTENT}")
diff --git a/cmake-build-debug/dependencies/cmake_install.cmake b/cmake-build-debug/dependencies/cmake_install.cmake
new file mode 100644
index 0000000..c26bea3
--- /dev/null
+++ b/cmake-build-debug/dependencies/cmake_install.cmake
@@ -0,0 +1,49 @@
+# Install script for directory: /home/doom/Documents/GitHub/8ChickenChipEmulator/dependencies
+
+# Set the install prefix
+if(NOT DEFINED CMAKE_INSTALL_PREFIX)
+ set(CMAKE_INSTALL_PREFIX "/usr/local")
+endif()
+string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+ if(BUILD_TYPE)
+ string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+ CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+ else()
+ set(CMAKE_INSTALL_CONFIG_NAME "Debug")
+ endif()
+ message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+endif()
+
+# Set the component getting installed.
+if(NOT CMAKE_INSTALL_COMPONENT)
+ if(COMPONENT)
+ message(STATUS "Install component: \"${COMPONENT}\"")
+ set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+ else()
+ set(CMAKE_INSTALL_COMPONENT)
+ endif()
+endif()
+
+# Install shared libraries without execute permission?
+if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+ set(CMAKE_INSTALL_SO_NO_EXE "1")
+endif()
+
+# Is this installation the result of a crosscompile?
+if(NOT DEFINED CMAKE_CROSSCOMPILING)
+ set(CMAKE_CROSSCOMPILING "FALSE")
+endif()
+
+# Set default install directory permissions.
+if(NOT DEFINED CMAKE_OBJDUMP)
+ set(CMAKE_OBJDUMP "/usr/bin/objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+ # Include the install script for the subdirectory.
+ include("/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/dependencies/sfml/cmake_install.cmake")
+endif()
+
diff --git a/cmake-build-debug/dependencies/sfml/cmake_install.cmake b/cmake-build-debug/dependencies/sfml/cmake_install.cmake
new file mode 100644
index 0000000..b666427
--- /dev/null
+++ b/cmake-build-debug/dependencies/sfml/cmake_install.cmake
@@ -0,0 +1,49 @@
+# Install script for directory: /home/doom/Documents/GitHub/8ChickenChipEmulator/dependencies/sfml
+
+# Set the install prefix
+if(NOT DEFINED CMAKE_INSTALL_PREFIX)
+ set(CMAKE_INSTALL_PREFIX "/usr/local")
+endif()
+string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+ if(BUILD_TYPE)
+ string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+ CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+ else()
+ set(CMAKE_INSTALL_CONFIG_NAME "Debug")
+ endif()
+ message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+endif()
+
+# Set the component getting installed.
+if(NOT CMAKE_INSTALL_COMPONENT)
+ if(COMPONENT)
+ message(STATUS "Install component: \"${COMPONENT}\"")
+ set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+ else()
+ set(CMAKE_INSTALL_COMPONENT)
+ endif()
+endif()
+
+# Install shared libraries without execute permission?
+if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+ set(CMAKE_INSTALL_SO_NO_EXE "1")
+endif()
+
+# Is this installation the result of a crosscompile?
+if(NOT DEFINED CMAKE_CROSSCOMPILING)
+ set(CMAKE_CROSSCOMPILING "FALSE")
+endif()
+
+# Set default install directory permissions.
+if(NOT DEFINED CMAKE_OBJDUMP)
+ set(CMAKE_OBJDUMP "/usr/bin/objdump")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+ # Include the install script for the subdirectory.
+ include("/home/doom/Documents/GitHub/8ChickenChipEmulator/cmake-build-debug/_deps/sfml-build/cmake_install.cmake")
+endif()
+
diff --git a/cmake-build-debug/src/8ChickenChipEmulator b/cmake-build-debug/src/8ChickenChipEmulator
new file mode 100755
index 0000000..b605aac
Binary files /dev/null and b/cmake-build-debug/src/8ChickenChipEmulator differ
diff --git a/cmake-build-debug/src/8ChocChip b/cmake-build-debug/src/8ChocChip
new file mode 100755
index 0000000..3e768d7
Binary files /dev/null and b/cmake-build-debug/src/8ChocChip differ
diff --git a/cmake-build-debug/src/CMakeFiles/8ChickenChipEmulator.dir/Cpu.cpp.o b/cmake-build-debug/src/CMakeFiles/8ChickenChipEmulator.dir/Cpu.cpp.o
new file mode 100644
index 0000000..3e31188
Binary files /dev/null and b/cmake-build-debug/src/CMakeFiles/8ChickenChipEmulator.dir/Cpu.cpp.o differ
diff --git a/cmake-build-debug/src/CMakeFiles/8ChickenChipEmulator.dir/Keyboard.cpp.o b/cmake-build-debug/src/CMakeFiles/8ChickenChipEmulator.dir/Keyboard.cpp.o
new file mode 100644
index 0000000..143cc9e
Binary files /dev/null and b/cmake-build-debug/src/CMakeFiles/8ChickenChipEmulator.dir/Keyboard.cpp.o differ
diff --git a/cmake-build-debug/src/CMakeFiles/8ChickenChipEmulator.dir/Renderer.cpp.o b/cmake-build-debug/src/CMakeFiles/8ChickenChipEmulator.dir/Renderer.cpp.o
new file mode 100644
index 0000000..c887394
Binary files /dev/null and b/cmake-build-debug/src/CMakeFiles/8ChickenChipEmulator.dir/Renderer.cpp.o differ
diff --git a/cmake-build-debug/src/CMakeFiles/8ChickenChipEmulator.dir/Speaker.cpp.o b/cmake-build-debug/src/CMakeFiles/8ChickenChipEmulator.dir/Speaker.cpp.o
new file mode 100644
index 0000000..8434d91
Binary files /dev/null and b/cmake-build-debug/src/CMakeFiles/8ChickenChipEmulator.dir/Speaker.cpp.o differ
diff --git a/cmake-build-debug/src/CMakeFiles/8ChickenChipEmulator.dir/main.cpp.o b/cmake-build-debug/src/CMakeFiles/8ChickenChipEmulator.dir/main.cpp.o
new file mode 100644
index 0000000..20f3fdc
Binary files /dev/null and b/cmake-build-debug/src/CMakeFiles/8ChickenChipEmulator.dir/main.cpp.o differ
diff --git a/cmake-build-debug/src/CMakeFiles/8ChocChip.dir/Cpu.cpp.o b/cmake-build-debug/src/CMakeFiles/8ChocChip.dir/Cpu.cpp.o
new file mode 100644
index 0000000..f1c4abe
Binary files /dev/null and b/cmake-build-debug/src/CMakeFiles/8ChocChip.dir/Cpu.cpp.o differ
diff --git a/cmake-build-debug/src/CMakeFiles/8ChocChip.dir/Keyboard.cpp.o b/cmake-build-debug/src/CMakeFiles/8ChocChip.dir/Keyboard.cpp.o
new file mode 100644
index 0000000..17641e2
Binary files /dev/null and b/cmake-build-debug/src/CMakeFiles/8ChocChip.dir/Keyboard.cpp.o differ
diff --git a/cmake-build-debug/src/CMakeFiles/8ChocChip.dir/Renderer.cpp.o b/cmake-build-debug/src/CMakeFiles/8ChocChip.dir/Renderer.cpp.o
new file mode 100644
index 0000000..ed676c7
Binary files /dev/null and b/cmake-build-debug/src/CMakeFiles/8ChocChip.dir/Renderer.cpp.o differ
diff --git a/cmake-build-debug/src/CMakeFiles/8ChocChip.dir/Speaker.cpp.o b/cmake-build-debug/src/CMakeFiles/8ChocChip.dir/Speaker.cpp.o
new file mode 100644
index 0000000..d2f53a3
Binary files /dev/null and b/cmake-build-debug/src/CMakeFiles/8ChocChip.dir/Speaker.cpp.o differ
diff --git a/cmake-build-debug/src/CMakeFiles/8ChocChip.dir/main.cpp.o b/cmake-build-debug/src/CMakeFiles/8ChocChip.dir/main.cpp.o
new file mode 100644
index 0000000..492c0f8
Binary files /dev/null and b/cmake-build-debug/src/CMakeFiles/8ChocChip.dir/main.cpp.o differ
diff --git a/cmake-build-debug/src/cmake_install.cmake b/cmake-build-debug/src/cmake_install.cmake
new file mode 100644
index 0000000..585745c
--- /dev/null
+++ b/cmake-build-debug/src/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /home/doom/Documents/GitHub/8ChickenChipEmulator/src
+
+# Set the install prefix
+if(NOT DEFINED CMAKE_INSTALL_PREFIX)
+ set(CMAKE_INSTALL_PREFIX "/usr/local")
+endif()
+string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+ if(BUILD_TYPE)
+ string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+ CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+ else()
+ set(CMAKE_INSTALL_CONFIG_NAME "Debug")
+ endif()
+ message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+endif()
+
+# Set the component getting installed.
+if(NOT CMAKE_INSTALL_COMPONENT)
+ if(COMPONENT)
+ message(STATUS "Install component: \"${COMPONENT}\"")
+ set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+ else()
+ set(CMAKE_INSTALL_COMPONENT)
+ endif()
+endif()
+
+# Install shared libraries without execute permission?
+if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+ set(CMAKE_INSTALL_SO_NO_EXE "1")
+endif()
+
+# Is this installation the result of a crosscompile?
+if(NOT DEFINED CMAKE_CROSSCOMPILING)
+ set(CMAKE_CROSSCOMPILING "FALSE")
+endif()
+
+# Set default install directory permissions.
+if(NOT DEFINED CMAKE_OBJDUMP)
+ set(CMAKE_OBJDUMP "/usr/bin/objdump")
+endif()
+
diff --git a/dependencies/CMakeLists.txt b/dependencies/CMakeLists.txt
new file mode 100644
index 0000000..a0676bc
--- /dev/null
+++ b/dependencies/CMakeLists.txt
@@ -0,0 +1,9 @@
+include(FetchContent)
+
+FetchContent_Declare(
+ sfml
+ GIT_REPOSITORY "https://github.com/SFML/SFML"
+ GIT_TAG 69ea0cd863aed1d4092b970b676924a716ff718b # 2.6.1
+)
+
+add_subdirectory(sfml)
\ No newline at end of file
diff --git a/dependencies/sfml/CMakeLists.txt b/dependencies/sfml/CMakeLists.txt
new file mode 100644
index 0000000..5f8b04c
--- /dev/null
+++ b/dependencies/sfml/CMakeLists.txt
@@ -0,0 +1,5 @@
+message(STATUS "Fetching SFML...")
+
+set(SFML_BUILD_NETWORK FALSE)
+
+FetchContent_MakeAvailable(sfml)
\ No newline at end of file
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
new file mode 100644
index 0000000..d566ca9
--- /dev/null
+++ b/src/CMakeLists.txt
@@ -0,0 +1,10 @@
+add_executable(8ChocChip main.cpp
+ Keyboard.cpp
+ Keyboard.h
+ Speaker.cpp
+ Speaker.h
+ Renderer.cpp
+ Renderer.h
+ Cpu.cpp
+ Cpu.h)
+target_link_libraries(8ChocChip PRIVATE sfml-graphics sfml-audio)
\ No newline at end of file
diff --git a/src/Cpu.cpp b/src/Cpu.cpp
new file mode 100644
index 0000000..b192094
--- /dev/null
+++ b/src/Cpu.cpp
@@ -0,0 +1,314 @@
+//
+// Created by doom on 19/03/24.
+//
+
+#include "Cpu.h"
+
+Cpu::Cpu(Renderer* renderer, Keyboard* keyboard, Speaker* speaker) {
+ this->memory.resize(4096);
+ this->registers.resize(16);
+ this->address = 0;
+ this->delay = 0;
+ this->soundTimer = 0;
+ this->pc = 0x200; // Starting position for reading instructions. At least for most programs
+ this->paused = false;
+ this->speed = 10; // Game speed
+
+ this->renderer = renderer;
+ this->keyboard = keyboard;
+ this->speaker = speaker;
+}
+
+void Cpu::loadSpritesIntoMemory() {
+ std::vector sprites = {
+ 0xF0, 0x90, 0x90, 0x90, 0xF0, // 0
+ 0x20, 0x60, 0x20, 0x20, 0x70, // 1
+ 0xF0, 0x10, 0xF0, 0x80, 0xF0, // 2
+ 0xF0, 0x10, 0xF0, 0x10, 0xF0, // 3
+ 0x90, 0x90, 0xF0, 0x10, 0x10, // 4
+ 0xF0, 0x80, 0xF0, 0x10, 0xF0, // 5
+ 0xF0, 0x80, 0xF0, 0x90, 0xF0, // 6
+ 0xF0, 0x10, 0x20, 0x40, 0x40, // 7
+ 0xF0, 0x90, 0xF0, 0x90, 0xF0, // 8
+ 0xF0, 0x90, 0xF0, 0x10, 0xF0, // 9
+ 0xF0, 0x90, 0xF0, 0x90, 0x90, // A
+ 0xE0, 0x90, 0xE0, 0x90, 0xE0, // B
+ 0xF0, 0x80, 0x80, 0x80, 0xF0, // C
+ 0xE0, 0x90, 0x90, 0x90, 0xE0, // D
+ 0xF0, 0x80, 0xF0, 0x80, 0xF0, // E
+ 0xF0, 0x80, 0xF0, 0x80, 0x80 // F
+ };
+
+ for (int i = 0; i < sprites.size(); i++) {
+ this->memory[i] = sprites[i];
+ }
+}
+
+void Cpu::loadProgramIntoMemory(const char *filename) {
+ std::ifstream file(filename, std::ios::binary | std::ios::ate);
+ if (file.is_open()) {
+ std::streampos size = file.tellg();
+ std::vector buffer(size);
+ file.seekg(0, std::ios::beg);
+ file.read(buffer.data(), size);
+ file.close();
+
+ // Load ROM into memory
+ std::copy(buffer.begin(), buffer.end(), this->memory.begin() + 0x200);
+ }
+}
+
+void Cpu::cycle() {
+ for (int i = 0; i < this->speed; i++) {
+ if (this->paused) continue;
+
+ u_int16_t opcode = (this->memory[this->pc] << 8 | this->memory[this->pc + 1]);
+ runInstruction(opcode);
+ }
+
+ if (!this->paused) {
+ updateTimers();
+ }
+
+ // Play sound until timer runs out
+ if (this->soundTimer > 0) {
+ this->speaker->play();
+ } else {
+ this->speaker->stop();
+ }
+}
+
+void Cpu::runInstruction(u_int16_t opcode) {
+ this->pc += 2;
+
+ u_int8_t x = (opcode & 0x0F00) >> 8;
+ u_int8_t y = (opcode & 0x00F0) >> 4;
+
+ switch (opcode & 0xF000) {
+ case 0x0000:
+ switch (opcode) {
+ // Clear screen
+ case 0x00E0:
+ this->renderer->clear();
+ break;
+ case 0x00EE:
+ this->pc = this->stack.back();
+ this->stack.pop_back();
+ break;
+ default:
+ break;
+ }
+
+ break;
+ case 0x1000:
+ this->pc = (opcode & 0xFFF);
+ break;
+ case 0x2000:
+ this->stack.push_back(this->pc);
+ this->pc = (opcode & 0xFFF);
+ break;
+ case 0x3000:
+ if (this->registers[x] == (opcode & 0xFF)) {
+ this->pc += 2;
+ }
+ break;
+ case 0x4000:
+ if (this->registers[x] != (opcode & 0xFF)) {
+ this->pc += 2;
+ }
+ break;
+ case 0x5000:
+ if (this->registers[x] == this->registers[y]) {
+ this->pc += 2;
+ }
+ break;
+ case 0x6000:
+ this->registers[x] = (opcode & 0xFF);
+ break;
+ case 0x7000:
+ this->registers[x] += (opcode & 0xFF);
+ break;
+ case 0x8000:
+ switch (opcode & 0xF) {
+ case 0x0:
+ this->registers[x] = this->registers[y];
+ break;
+ case 0x1:
+ this->registers[x] |= this->registers[y];
+ break;
+ case 0x2:
+ this->registers[x] &= this->registers[y];
+ break;
+ case 0x3:
+ this->registers[x] ^= this->registers[y];
+ break;
+ case 0x4: {
+ const u_int16_t sum = this->registers[x] += this->registers[y];
+
+ this->registers[0xF] = 0;
+
+ if (sum > 0xFF) {
+ this->registers[0xF] = 1;
+ }
+
+ this->registers[x] = sum;
+ }
+ case 0x5: {
+ this->registers[0xF] = 0;
+
+ if (this->registers[x] > this->registers[y]) {
+ this->registers[0xF] = 1;
+ }
+
+ this->registers[x] -= this->registers[y];
+ }
+ case 0x6:
+ this->registers[0xF] = (this->registers[x] & 0x1);
+
+ this->registers[x] >>= 1;
+ break;
+ case 0x7:
+ this->registers[0xF] = 0;
+
+ if (this->registers[y] > this->registers[x]) {
+ this->registers[0xF] = 1;
+ }
+
+ this->registers[x] = this->registers[y] - this->registers[x];
+ break;
+ case 0xE:
+ this->registers[0xF] = (this->registers[x] & 0x80);
+ this->registers[x] <<= 1;
+ break;
+ default:
+ break;
+ }
+
+ break;
+ case 0x9000:
+ if (this->registers[x] != this->registers[y]) {
+ this->pc += 2;
+ }
+ break;
+ case 0xA000:
+ this->address = (opcode & 0xFFF);
+ break;
+ case 0xB000:
+ this->pc = (opcode & 0xFFF) + this->registers[0];
+ break;
+ case 0xC000: {
+ std::random_device rd;
+ std::mt19937 gen(rd());
+ std::uniform_int_distribution dis(0, 0xFF);
+
+ // Generate a random number
+ const uint16_t rand_num = dis(gen);
+
+ this->registers[x] = rand_num & (opcode & 0xFF);
+ break;
+ }
+ case 0xD000: {
+ const uint16_t width = 8;
+ const uint16_t height = (opcode & 0xF);
+
+ this->registers[0xF] = 0;
+
+ for (uint16_t row = 0; row < height; row++) {
+ uint8_t sprite = this->memory[this->address + row];
+
+ for (uint16_t col = 0; col < width; col++) {
+ // If the bit (sprite) is not 0, render/erase the pixel
+ if ((sprite & 0x80) > 0) {
+ // If setPixel returns 1, which means a pixel was erased, set VF to 1
+ if (this->renderer->setPixel(this->registers[x] + col, this->registers[y] + row)) {
+ this->registers[0xF] = 1;
+ }
+ }
+
+ // Shift the sprite left 1. This will move the next next col/bit of the sprite into the first position.
+ // Ex. 10010000 << 1 will become 0010000
+ sprite <<= 1;
+ }
+ }
+ break;
+ }
+ case 0xE000:
+ switch (opcode & 0xFF) {
+ case 0x9E:
+ if (this->keyboard->isKeyPressed(this->registers[x])) {
+ this->pc += 2;
+ }
+ break;
+ case 0xA1:
+ if (!this->keyboard->isKeyPressed(this->registers[x])) {
+ this->pc += 2;
+ }
+ break;
+ default:
+ break;
+ }
+
+ break;
+ case 0xF000:
+ switch (opcode & 0xFF) {
+ case 0x07:
+ this->registers[x] = this->delay;
+ break;
+ case 0x0A:
+ this->paused = true;
+
+ this->keyboard->onNextKeyPress = [&](uint8_t key) {
+ this->registers[x] = key;
+ this->paused = false;
+ };
+ break;
+ case 0x15:
+ this->delay = this->registers[x];
+ break;
+ case 0x18:
+ this->soundTimer = this->registers[x];
+ break;
+ case 0x1E:
+ this->address += this->registers[x];
+ break;
+ case 0x29:
+ this->address = this->registers[x] * 5;
+ break;
+ case 0x33:
+ this->memory[this->address] = this->registers[x] / 100;
+
+ this->memory[this->address + 1] = (this->registers[x] % 100) / 10;
+
+ this->memory[this->address + 2] = this->registers[x] % 10;
+ break;
+ case 0x55:
+ for (uint16_t registerIndex = 0; registerIndex <= x; registerIndex++) {
+ this->memory[this->address + registerIndex] = this->registers[registerIndex];
+ }
+ break;
+ case 0x65:
+ for (uint16_t registerIndex = 0; registerIndex <= x; registerIndex++) {
+ this->registers[registerIndex] = this->memory[this->address + registerIndex];
+ }
+ break;
+ default:
+ break;
+ }
+
+ break;
+
+ default:
+ std::cerr << "Unknown code" << opcode << std::endl;
+ break;
+ }
+}
+
+void Cpu::updateTimers() {
+ if (this->delay > 0) {
+ this->delay -= 1;
+ }
+
+ if (this->soundTimer > 0) {
+ this->soundTimer -= 1;
+ }
+}
diff --git a/src/Cpu.h b/src/Cpu.h
new file mode 100644
index 0000000..18bb5ae
--- /dev/null
+++ b/src/Cpu.h
@@ -0,0 +1,43 @@
+//
+// Created by doom on 19/03/24.
+//
+
+#ifndef CPU_H
+#define CPU_H
+
+#include
+#include
+#include
+#include
+#include "Keyboard.h"
+#include "Speaker.h"
+#include "Renderer.h"
+
+class Cpu {
+public:
+ Cpu(Renderer* renderer, Keyboard* keyboard, Speaker* speaker);
+
+ void loadSpritesIntoMemory();
+ void loadProgramIntoMemory(const char *filename);
+
+ void cycle();
+ void runInstruction(u_int16_t opcode);
+ void updateTimers();
+private:
+ std::vector memory;
+ std::vector registers;
+ u_int16_t address;
+ u_int8_t delay;
+ u_int8_t soundTimer;
+
+ u_int16_t pc;
+ std::vector stack;
+ bool paused;
+ int8_t speed;
+
+ Renderer* renderer;
+ Keyboard* keyboard;
+ Speaker* speaker;
+};
+
+#endif //CPU_H
diff --git a/src/Keyboard.cpp b/src/Keyboard.cpp
new file mode 100644
index 0000000..d274125
--- /dev/null
+++ b/src/Keyboard.cpp
@@ -0,0 +1,35 @@
+//
+// Created by doom on 19/03/24.
+//
+
+#include "Keyboard.h"
+
+#include
+
+void Keyboard::setOnNextKeyPress(std::function callback) {
+ this->onNextKeyPress = std::move(callback);
+}
+
+void Keyboard::handleEvent(sf::Event event) {
+ if (event.type == sf::Event::KeyPressed || event.type == sf::Event::KeyReleased) {
+ int keyCode = event.key.code;
+ auto keyMapIter = this->KEYMAP.find(keyCode);
+ if (keyMapIter != this->KEYMAP.end()) {
+ uint8_t key = keyMapIter->second;
+ if (event.type == sf::Event::KeyPressed) {
+ this->keysPressed[key] = true;
+ if (this->onNextKeyPress) {
+ this->onNextKeyPress(key);
+ this->onNextKeyPress = nullptr;
+ }
+ } else {
+ this->keysPressed[key] = false;
+ }
+ }
+ }
+}
+
+
+bool Keyboard::isKeyPressed(int keyCode) {
+ return keysPressed[keyCode];
+}
diff --git a/src/Keyboard.h b/src/Keyboard.h
new file mode 100644
index 0000000..cdf3956
--- /dev/null
+++ b/src/Keyboard.h
@@ -0,0 +1,43 @@
+//
+// Created by doom on 19/03/24.
+//
+
+#ifndef KEYBOARD_H
+#define KEYBOARD_H
+
+#include
+#include
+#include
+#include
+
+class Keyboard {
+public:
+ std::unordered_map keysPressed;
+ std::function onNextKeyPress;
+ std::unordered_map KEYMAP = {
+ {27, 0x1}, // 1
+ {28, 0x2}, // 2
+ {29, 0x3}, // 3
+ {30, 0xc}, // 4
+ {16, 0x4}, // Q
+ {22, 0x5}, // W
+ {4, 0x6}, // E
+ {17, 0xD}, // R
+ {0, 0x7}, // A
+ {18, 0x8}, // S
+ {3, 0x9}, // D
+ {5, 0xE}, // F
+ {25, 0xA}, // Z
+ {23, 0x0}, // X
+ {2, 0xB}, // C
+ {21, 0xF} // V
+ };
+
+ void setOnNextKeyPress(std::function callback);
+ void handleEvent(sf::Event event);
+ bool isKeyPressed(int keyCode);
+};
+
+
+
+#endif //KEYBOARD_H
diff --git a/src/Renderer.cpp b/src/Renderer.cpp
new file mode 100644
index 0000000..d3e250b
--- /dev/null
+++ b/src/Renderer.cpp
@@ -0,0 +1,61 @@
+//
+// Created by doom on 19/03/24.
+//
+
+#include "Renderer.h"
+
+Renderer::Renderer() {
+ this->scale = 15; // Scale up because 64 x 32 would be tiny on our screens now
+ this->display.resize(this->columns * this->rows);
+}
+
+void Renderer::render(sf::RenderWindow* window) {
+ // Render the display
+ for (uint16_t y = 0; y < this->rows; ++y) {
+ for (uint16_t x = 0; x < this->columns; ++x) {
+ if (this->display[y * this->columns + x]) {
+ drawRectangle(*window, x * this->scale, y * this->scale, this->scale, this->scale);
+ }
+ }
+ }
+}
+
+bool Renderer::setPixel(uint8_t x, uint16_t y) {
+ // Wrap around if x or y is out of bounds
+ x %= this->columns;
+ y %= this->rows;
+
+ uint16_t pixelLoc = x + (y * this->columns);
+ this->display[pixelLoc] = !this->display[pixelLoc];
+
+ return !this->display[pixelLoc];
+}
+
+void Renderer::clear() {
+ for (uint16_t y = 0; y < this->rows; ++y) {
+ for (uint16_t x = 0; x < this->columns; ++x) {
+ if (this->display[y * this->columns + x]) {
+ setPixel(x, y);
+ }
+ }
+ }
+}
+
+void Renderer::drawRectangle(sf::RenderWindow &window, int x, int y, int width, int height) {
+ sf::RectangleShape rectangle(sf::Vector2f(width, height));
+ rectangle.setPosition(x, y);
+ rectangle.setFillColor(sf::Color::White);
+ window.draw(rectangle);
+}
+
+uint16_t Renderer::getColumns() const {
+ return this->columns;
+}
+
+uint16_t Renderer::getRows() const {
+ return this->rows;
+}
+
+uint8_t Renderer::getScale() const {
+ return this->scale;
+}
diff --git a/src/Renderer.h b/src/Renderer.h
new file mode 100644
index 0000000..5a233f8
--- /dev/null
+++ b/src/Renderer.h
@@ -0,0 +1,33 @@
+//
+// Created by doom on 19/03/24.
+//
+
+#ifndef RENDERER_H
+#define RENDERER_H
+
+#include
+#include
+
+class Renderer {
+public:
+ Renderer();
+
+ bool setPixel(uint8_t x, uint16_t y);
+
+ void clear();
+
+ void render(sf::RenderWindow* window);
+
+ uint16_t getColumns() const;
+ uint16_t getRows() const;
+ uint8_t getScale() const;
+private:
+ std::vector display;
+ uint8_t scale;
+ uint16_t columns = 64;
+ uint16_t rows = 32;
+
+ void drawRectangle(sf::RenderWindow& window, int x, int y, int width, int height);
+};
+
+#endif //RENDERER_H
diff --git a/src/Speaker.cpp b/src/Speaker.cpp
new file mode 100644
index 0000000..e1b6a84
--- /dev/null
+++ b/src/Speaker.cpp
@@ -0,0 +1,31 @@
+//
+// Created by doom on 19/03/24.
+//
+
+#include "Speaker.h"
+#include
+
+Speaker::Speaker() {
+
+ this->sound.setVolume(100.f);
+ this->sound.setLoop(true);
+
+ const unsigned int sampleRate = 44100;
+ const unsigned int frequency = 440;
+ sf::Int16 samples[sampleRate];
+ for (unsigned int i = 0; i < sampleRate; ++i) {
+ samples[i] = static_cast(32767 * std::sin(2 * 3.14159265 * frequency * i / sampleRate)); // Mmmm yum pi
+ }
+ this->soundBuffer.loadFromSamples(samples, sampleRate, 1, sampleRate);
+
+ this->sound.setBuffer(this->soundBuffer);
+}
+
+void Speaker::play() {
+ this->sound.play();
+}
+
+void Speaker::stop() {
+ this->sound.stop();
+}
+
diff --git a/src/Speaker.h b/src/Speaker.h
new file mode 100644
index 0000000..65a32b9
--- /dev/null
+++ b/src/Speaker.h
@@ -0,0 +1,23 @@
+//
+// Created by doom on 19/03/24.
+//
+
+#ifndef SPEAKER_H
+#define SPEAKER_H
+
+#include
+
+class Speaker {
+public:
+ Speaker();
+
+ void play();
+ void stop();
+private:
+ sf::SoundBuffer soundBuffer;
+ sf::Sound sound;
+};
+
+
+
+#endif //SPEAKER_H
diff --git a/src/main.cpp b/src/main.cpp
new file mode 100644
index 0000000..eb2c436
--- /dev/null
+++ b/src/main.cpp
@@ -0,0 +1,68 @@
+#include
+#include
+#include
+
+#include "Cpu.h"
+#include "Keyboard.h"
+#include "Renderer.h"
+#include "Speaker.h"
+
+int main(int argc, char** argv)
+{
+ if (argc < 2) {
+ std::cerr << "Usage: " << argv[0] << " " << std::endl;
+ return 1;
+ }
+
+ if (std::filesystem::exists(argv[1])) {
+ std::cout << argv[1] << std::endl;
+ } else {
+ std::cerr << "Can not find file" << std::endl;
+ return 1;
+ }
+
+ Renderer renderer;
+ Speaker speaker;
+ Keyboard keyboard;
+ Cpu cpu(&renderer, &keyboard, &speaker);
+
+ cpu.loadSpritesIntoMemory();
+
+ cpu.loadProgramIntoMemory(argv[1]);
+
+ sf::RenderWindow window(sf::VideoMode(renderer.getColumns() * renderer.getScale(), renderer.getRows() * renderer.getScale()), "CHIP-8 Emulator", sf::Style::Titlebar | sf::Style::Close);
+ // TODO: Add icon - window.setIcon();
+
+ sf::Clock clock;
+
+ while (window.isOpen()) {
+ sf::Event event{};
+ while (window.pollEvent(event)) {
+ if (event.type == sf::Event::Closed) {
+ window.close();
+ }
+
+ // Handle keyboard inputs
+ keyboard.handleEvent(event);
+ }
+
+ // Run a cycle of the emulator
+ cpu.cycle();
+
+ // Clear the window
+ window.clear(sf::Color::Black);
+
+ // Render the window
+ renderer.render(&window);
+ window.display();
+
+ // Keep it at 60fps
+ sf::Time elapsed = clock.restart();
+ sf::Time targetFrameTime = sf::seconds(1.0f / 60.0f);
+ if (elapsed < targetFrameTime) {
+ sleep(targetFrameTime - elapsed);
+ }
+ }
+
+ return 0;
+}
\ No newline at end of file