Try to install after build
This commit is contained in:
@@ -10,7 +10,7 @@ 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 --build . --config Debug
|
||||
cmake --build . --config Debug && cmake --build . --target install --config Debug
|
||||
popd
|
||||
|
||||
pause
|
||||
|
Reference in New Issue
Block a user