T
twostars
Separate projects for tests (#755)
* CMake: Separate server & client projects to lib/exe
* VS: Add separate projects
Also group them to be slightly less obnoxious.
* Move the server projects into unique namespaces
This helps avoid clashes between names (particularly with things like CUser, or common constants).
* Rename lib* to project.Core
This helps sort it in the IDE to be slightly less of an inconvenience.
Github Commit Görüntüle...
See Commints...
..
* CMake: Separate server & client projects to lib/exe
* VS: Add separate projects
Also group them to be slightly less obnoxious.
* Move the server projects into unique namespaces
This helps avoid clashes between names (particularly with things like CUser, or common constants).
* Rename lib* to project.Core
This helps sort it in the IDE to be slightly less of an inconvenience.
Github Commit Görüntüle...
See Commints...
..