ApShaders/build.bat

5 lines
211 B
Batchfile

@echo off
set ARNOLD_LOCATION=D:\library\external\Arnold-5.1.1.1
cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_INSTALL_PREFIX=C:\workspace\apShaders\install ..
cmake --build . --target install --config Release