mirror of
https://github.com/mangosfour/server.git
synced 2026-01-02 01:37:05 +00:00
[11167] Added CMake support
(based on cipherCOM's commit 0039476) Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
c9942fb0cc
commit
a81cf28610
43 changed files with 3465 additions and 4 deletions
15
createprojects.bat
Executable file
15
createprojects.bat
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
@ECHO off
|
||||
mkdir build
|
||||
cd build
|
||||
|
||||
if %1!==! goto without
|
||||
|
||||
cmake .. -G %1
|
||||
if errorlevel 1 call cmake --help
|
||||
goto end
|
||||
|
||||
:without
|
||||
cmake ..
|
||||
|
||||
:end
|
||||
cd ..
|
||||
Loading…
Add table
Add a link
Reference in a new issue