Skip to content

Enable exports in executable

Nicolas Fella requested to merge work/export into master

BaseMode acts as entry point for the view plugins and thus needs to be exported. Bumping the min. CMake version to 3.16 triggered a behavior change that made the executable not export things by default. Therefore we need to manually reenable it.

See https://cmake.org/cmake/help/latest/policy/CMP0065.html

Edited by Nicolas Fella

Merge request reports