summaryrefslogtreecommitdiff
path: root/CMake
AgeCommit message (Collapse)Author
2022-11-23Use shallow clone for vcpkg (#2006)m4xw
2022-10-04set version in build.c from CmakeLists.txt version info (#1678)th-2021
2022-08-16[cmake] Improve OTRExporter asset extraction script, Lower required CMake to ↵Zaxus125
3.16 (#1196) * supply ZAPD.out path as an argument to extract_assets.py rather than regenerating the script Generating an entirely new script file to change a string is excessive. Instead, extract_assets.py takes in one optional positional argument that contains the path to ZAPD.out, the original purpose for the string replacement. This also removes the need for the file(CHMOD ...) command, which bumps the minimum cmake version all the way up to 3.19. Additionally, there was an extra script being generated in OTRExporter/CMakeLists.txt that used the same CHMOD logic, but did not accurately declare its minimum version to 3.19, this removes that unused logic. * OTRExporter: accept a rom path as an argument to extract_assets.py
2022-08-08fix path to ZAPD (#1092)th-2021
2022-08-05Move to cmake across all platforms (#363)th-2021