Added cmake to %PATH% (#4066)

It's later used in OpenAL building.
This commit is contained in:
Roman Voropaev 2017-11-15 23:16:44 +03:00 committed by Christoph
parent 1c8db1e2e9
commit 63669c1612
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ Add **GYP** and **Ninja** to your PATH:
Open **x86 Native Tools Command Prompt for VS 2017.bat**, go to ***BuildPath*** and run
SET PATH=%cd%\ThirdParty\Perl\bin;%cd%\ThirdParty\Python27;%cd%\ThirdParty\NASM;%cd%\ThirdParty\jom;%cd%\ThirdParty\yasm;%PATH%
SET PATH=%cd%\ThirdParty\Perl\bin;%cd%\ThirdParty\Python27;%cd%\ThirdParty\NASM;%cd%\ThirdParty\jom;%cd%\ThirdParty\cmake\bin;%cd%\ThirdParty\yasm;%PATH%
git clone --recursive https://github.com/telegramdesktop/tdesktop.git