Set path_to_3rd, cmake will automatically download and extract third-party packages.
cmake -S . -B build -G "Visual Studio 17 2022" -D3RD_PATH=${path_to_3rd}
cmake --build build
python .\assets\shaders\compileshaders.py
Launcher.exe --module sample_module_name
AssetTool -e D:\Code\Engine\SkyEngine -p D:\Code\Engine\SkyEngine\sample\RDSceneProject