mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
5 lines
261 B
Bash
5 lines
261 B
Bash
# The workspace is the root of the repository
|
|
# The script is run from the root of the repository
|
|
cmake -DCMAKE_PREFIX_PATH='/opt/qt/6.8.3/gcc_64' -DCMAKE_BUILD_TYPE:STRING=Release -G "Ninja"
|
|
cmake --build . --target xTools
|
|
cmake --build . --target xTools_linux |