Skip to content

(build): configure child projects fails

Flavien BRIDAULT requested to merge 737-build-configure-child-projects-fails into dev

Description

To fix the problem, we no longer export PCH targets and we no longer export modules .lib. On top of the initial problem, we also always build utest, utestData and module_utest instead of only building them when SIGHT_BUILD_TESTS is ON. Child projects may need them even if unit tests were not built in Sight.

Closes #737 (closed)

How to test it?

Build a child project with Sight on Windows

Edited by Flavien BRIDAULT

Merge request reports