mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
7 lines
242 B
Batchfile
7 lines
242 B
Batchfile
where.exe cmake.exe
|
|
where.exe gcc.exe
|
|
dir
|
|
echo %PATH%
|
|
cmake -DCMAKE_PREFIX_PATH:PATH=C:/Qt/6.8.3/mingw_64 -DCMAKE_BUILD_TYPE:STRING=Release -G "MinGW Makefiles"
|
|
cmake --build . --parallel 4 --target xTools
|
|
cmake --build . --target xTools_zip |