12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "git_url":"https://github.com/o3de/o3de-azslc.git",
- "git_tag":"1.8.22",
- "package_name":"azslc",
- "package_version":"1.8.22-rev1",
- "package_url":"https://github.com/o3de/o3de-azslc",
- "package_license":"CUSTOM",
- "package_license_file":"LICENSE.txt",
- "cmake_find_target":"Findazslc.cmake",
- "Platforms":{
- "Windows":{
- "Windows":{
- "cmake_find_template":"Findazslc.cmake.Windows",
- "custom_build_cmd": [
- "build_azslc_windows.cmd"
- ],
- "custom_install_cmd": [
- "install_azslc_windows.cmd"
- ]
- }
- },
- "Darwin":{
- "Mac":{
- "cmake_find_template":"Findazslc.cmake.Mac",
- "custom_build_cmd": [
- "./build_azslc_mac.sh"
- ],
- "custom_install_cmd": [
- "./install_azslc_mac.sh"
- ]
- }
- },
- "Linux":{
- "Linux":{
- "cmake_find_template":"Findazslc.cmake.Linux",
- "custom_build_cmd": [
- "./build_azslc_linux.sh"
- ],
- "custom_install_cmd": [
- "./install_azslc_linux.sh"
- ]
- },
- "Linux-aarch64": "@Linux"
- }
- }
- }
|