Build: Merged extern workspace to main (and only) workspace

Also removed extern libraries precompiled binaries
This commit is contained in:
Lynix
2018-01-06 02:45:20 +01:00
parent acc24158ec
commit 61ecedfe8c
2 changed files with 55 additions and 53 deletions

View File

@@ -5,6 +5,7 @@ Build system/unit tests:
- Units tests are now part of the "test" exclusion category
- Fix project exclusion not working (but correctly excluding projects relying upon it)
- Upgraded Catch to v2.0.1
- ⚠️ Merged NazaraExtlibs workspace to main workspace (allowing `make` command to work without -f parameter) and removed extern libraries precompiled
Nazara Engine:
- VertexMapper:GetComponentPtr no longer throw an error if component is disabled or incompatible with template type, instead a null pointer is returned.