Rafael Kitover
Rafael Kitover
Is there a way to add a hook so that when this package is updated I can run this command?
I am running an insider build and I don't have the `C:\Windows\system32\bash.exe` executable. The other two entries are in the same order in my `$env:PATH` with the scoop shim taking...
I will take a look.
@Wolftein Which `install()` commands did you remove?
I should note that `FetchContent` should be used with `EXCLUDE_FROM_ALL` to disable the installation of any files from things you are just using as a library, component or whatever. Unless...
Try this: ```cmake add_dependencies(FAudio-static SDL3-static) ``` . That can be anywhere.
Should I fix how the `uncrustify` program is installed into the deps folder then?
@dundargoc do you think this solution is more correct, this is probably the best I can do here.
What do you think about adding `stylua` to deps for the `formatlua` target? I won't do that here though.
Yeah that's what I meant, it would be more difficult though because it uses cargo not cmake.