Page MenuHome

GTest: use INC/INC_SYS for Libmv/OSD tests
ClosedPublic

Authored by Ray Molenkamp (LazyDodo) on Jul 23 2021, 4:20 PM.

Details

Summary

Doing a pass on modernizing our cmake which requires
things no longer relying on global include dirs
being setup by a coincidental previous target.

this diff transitions libmv/osd tests to our
blender_add_test_executable macro that explicitly
takes the required directories as a parameter.

While this diff doesn't fix the use of global
include dirs, it is a cleanup required for upcoming
patches that do address that problem.

Diff Detail

Repository
rB Blender

Event Timeline

Ray Molenkamp (LazyDodo) requested review of this revision.Jul 23 2021, 4:20 PM
Ray Molenkamp (LazyDodo) created this revision.
This revision is now accepted and ready to land.Jul 23 2021, 5:01 PM