Add build modes. Engine - build framework only. Tests - build unit tests only. TestGame - build TestGame and engine libraries. All - build all. Add scripts for easy build projects in different modes. "build_tests.bat" - create build directory, configure tests project and build there. "build_Engine.bat" - create build directory, configure engine projects, build there and copy header files to "build/bin/include".
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@echo off
|
||||
mkdir build
|
||||
cd build
|
||||
cmake .. -A x64
|
||||
cmake -DBUILD_MODE=All .. -A x64
|
||||
pause
|
||||
Reference in New Issue
Block a user