Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Commit

Permalink
Unbuilt
Browse files Browse the repository at this point in the history
Constructing and filling the unbuilt folder for compilation by CMake
  • Loading branch information
TommyGymer committed Sep 16, 2021
1 parent 215db8d commit 8e9b229
Show file tree
Hide file tree
Showing 3,752 changed files with 847,275 additions and 9 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 2 additions & 1 deletion .obsidian/app.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"showLineNumber": true,
"alwaysUpdateLinks": true
"alwaysUpdateLinks": true,
"attachmentFolderPath": "Built"
}
14 changes: 7 additions & 7 deletions .obsidian/workspace
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"state": {
"type": "markdown",
"state": {
"file": "Building/Libraries/GLEW.md",
"mode": "source"
"file": "Building/CMake.md",
"mode": "preview"
}
}
}
Expand Down Expand Up @@ -68,7 +68,7 @@
"state": {
"type": "backlink",
"state": {
"file": "Building/Libraries/GLEW.md",
"file": "Building/CMake.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
Expand All @@ -88,15 +88,15 @@
},
"active": "06c71da559f95b34",
"lastOpenFiles": [
"Building/CMake.md",
"Building/Requirements.md",
"Untitled.md",
"Building/Libraries/GLEW.md",
"Building/Libraries/Bullet.md",
"Building/Libraries/Assimp.md",
"Building/Libraries/AntTweakBar.md",
"Index.md",
"Building/Requirements.md",
"Building/Libraries/GLM.md",
"Building/Libraries/GLFW.md",
"Untitled.md",
"Building/Libraries/Asset Importer.md"
"Building/Libraries/GLFW.md"
]
}
5 changes: 5 additions & 0 deletions Building/CMake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## CMake
---
A C++ compiler and linker

[CMake Tutorial](http://www.cmake.org/cmake/help/cmake_tutorial.html)
2 changes: 1 addition & 1 deletion Building/Requirements.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Build Requirements
---
#### Programs
1. CMake
1. [[CMake]]
2. Visual Studio

#### Libraries
Expand Down
32 changes: 32 additions & 0 deletions Built/ALL_BUILD.vcxproj.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LocalDebuggerEnvironment></LocalDebuggerEnvironment>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerCommand></LocalDebuggerCommand>
<LocalDebuggerCommandArguments></LocalDebuggerCommandArguments>
<LocalDebuggerWorkingDirectory>C:/Users/Tom/Documents/GitHub/Flight-Sim/Unbuilt/src/</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LocalDebuggerEnvironment></LocalDebuggerEnvironment>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerCommand></LocalDebuggerCommand>
<LocalDebuggerCommandArguments></LocalDebuggerCommandArguments>
<LocalDebuggerWorkingDirectory>C:/Users/Tom/Documents/GitHub/Flight-Sim/Unbuilt/src/</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
<LocalDebuggerEnvironment></LocalDebuggerEnvironment>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerCommand></LocalDebuggerCommand>
<LocalDebuggerCommandArguments></LocalDebuggerCommandArguments>
<LocalDebuggerWorkingDirectory>C:/Users/Tom/Documents/GitHub/Flight-Sim/Unbuilt/src/</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
<LocalDebuggerEnvironment></LocalDebuggerEnvironment>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerCommand></LocalDebuggerCommand>
<LocalDebuggerCommandArguments></LocalDebuggerCommandArguments>
<LocalDebuggerWorkingDirectory>C:/Users/Tom/Documents/GitHub/Flight-Sim/Unbuilt/src/</LocalDebuggerWorkingDirectory>
</PropertyGroup>

</Project>
Loading

0 comments on commit 8e9b229

Please sign in to comment.