You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xbzk
6065e9aa09
[cmake] Reduce spam on builds for MSVC ( #3454 )
Fix for disable-warning-as-error flags set for MSVC not CLANG dripping into externals and causing override warnings on Ninja (cl)
Signed-off-by: xbzk <xbzk@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3454
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
Reviewed-by: Maufeat <sahyno1996@gmail.com>
Co-authored-by: xbzk <xbzk@eden-emu.dev>
Co-committed-by: xbzk <xbzk@eden-emu.dev>
7 months ago
..
package
[tools] fix cpm fetch not grabbing ci packages (#3427)
7 months ago
README.md
[cmake, docs, tools] update CPMUtil (#3183)
8 months ago
common.sh
[tools] fix CPMUtil not properly fetching qt externals (#3407)
7 months ago
format.sh
[cmake, docs, tools] update CPMUtil (#3183)
8 months ago
migrate.sh
[cmake, tools] update CPMUtil and add support for CPMUtil bundled Qt, module updates, cleanups (#3289)
7 months ago
package.sh
[cmake, tools] update CPMUtil and add support for CPMUtil bundled Qt, module updates, cleanups (#3289)
7 months ago
update.sh
[cmake, tools] update CPMUtil and add support for CPMUtil bundled Qt, module updates, cleanups (#3289)
7 months ago
CPMUtil Tooling
CPMUtil's tooling entirely revolves around the cpmutil.sh script. It contains various functions to aid with package maintenance, such as sanity checks, updates, formatting, prefetching, adding/removing packages, and much more. These are now self-documenting, so view the scripts yourself or run the cpmutil script for help.