This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding compiler definitions for platforms (#839)
* Adding compiler definitions for platforms * updated submodules * updated gltf submodule * added more assembly info Co-authored-by: Stephen Hodgson <hodgson.designs@gmail.com>
- Loading branch information
1 parent
1df6888
commit 5b7377b
Showing
3 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// Copyright (c) XRTK. All rights reserved. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
|
||
#define XRTK_EDITOR | ||
|
||
using System.Reflection; | ||
|
||
[assembly: AssemblyTitle("com.xrtk.core.editor")] | ||
[assembly: AssemblyCompany("XRTK")] | ||
[assembly: AssemblyCopyright("Copyright (c) XRTK. All rights reserved.")] |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters