Build fixes
This commit is contained in:
@@ -2,14 +2,12 @@
|
||||
set ROOT=%~dp0%
|
||||
pushd "%ROOT%"
|
||||
|
||||
set PATH=%ROOT%..\..\bin;%PATH%
|
||||
REM call 3rd_party\CEF\create.cmd Debug
|
||||
set PATH=%ROOT%\bin;%ROOT%;%PATH%
|
||||
call 3rd_party\CEF\create.cmd Debug
|
||||
|
||||
mkdir build
|
||||
mkdir build\debug
|
||||
pushd build\debug
|
||||
cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_BUILD_TYPE=Debug -DSIADRIVE_INSTALL_FOLDER="%ROOT%build\Debug\dist" ..\..
|
||||
cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_BUILD_TYPE=Debug -DSIADRIVE_INSTALL_FOLDER="%ROOT%dist\Debug" ..\..
|
||||
cmake --build . --config Debug && cmake --build . --target install --config Debug
|
||||
popd
|
||||
|
||||
|
Reference in New Issue
Block a user