initialize repository

This commit is contained in:
Daniel Wolf 2022-03-16 12:36:48 -04:00
commit e519361d61
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
3 changed files with 25 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
.kdev4/*
.vs/*
build*/*
*.kate-swp
*.kdev4
*.swp

15
LICENSE.md Normal file
View File

@ -0,0 +1,15 @@
ISC License
===========
_Copyright © 2021 Daniel Wolf <<nephatrine@gmail.com>>_
Permission to use, copy, modify, and/or distribute this software for any purpose with or without
fee is hereby granted, provided that the above copyright notice and this permission notice appear
in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
THIS SOFTWARE.

4
README.md Normal file
View File

@ -0,0 +1,4 @@
# NXBuild
This is just the latest set of shared CMake scripts we use to build projects. It has gone through
many iterations and is in a constant state of flux. I do not suggest anyone else use it.