Skip to content

Fixing compilation with -DBUILD_SHARED_LIBS=ON

Azamat H. Hackimov requested to merge winterheart/netradiant:build_fix into master

Libraries under libs should be forced STATIC since there circular dependencies and implicit linking with external libraries. Otherwise compilation will fails with underlinking errors.

Merge request reports