DarkRadiant: master f80b6d89

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 04.12.2020 15:01 master a151ee87
Changeset Install binary and its shared library dependencies

Install the darkradiant binary and the shared libraries it links against
(wxutil, math etc), and set a relative -rpath so that the executable can find
its libraries. Unlike with Automake, the use of "$ORIGIN/.." just works without
needing to figure out how to escape the syntax through two levels of shell
scripts plus the Makefile.

The binary does now start to run without any linker error, but the application
does not yet work because it cannot load the main module (probably because it
is called 'libradiantcore.so' not 'radiantcore.so').
mod - CMakeLists.txt Diff File