Skip to content

gamepacks: install them in a gamepacks/ subdirectory

Thomas Debesse requested to merge illwieckz/netradiant:gamepacks into master

This not only unclutters the installation dir, it makes cmake job easier at installing files, not having to use GLOB that requires to run the cmake configure step again between build and install step¹.

_____ 
¹note that this is still required for lib bundling, but not required anymore for gamepacks, so half the job is done to get rid of that double cmake configure step.

Merge request reports