Advertisement
Jack282

RUN.bat

Apr 9th, 2024
1,124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.37 KB | Source Code | 0 0
  1. SET CMAKE_BUILD_TYPE=Release
  2. SET LOC=%~dp0
  3. SET APPDATA=%LOC%AppData
  4. SET CMAKE_PREFIX_PATH=D:\Users\JackHarro\Projects\Forks\Animated cursors in OBS\win64\include
  5. SET QTDIR=D:\Users\JackHarro\Projects\Forks\Animated cursors in OBS\win64\qt\5.15.2\msvc2019_64\include
  6. SET Qt5Widgets_DIR=%QTDIR%
  7.  
  8. CMAKE -S . -B .\release
  9. REM CD release
  10. REM CMAKE --build . --profile Release
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement