You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cmake): Fix public includes of obj_basisu_cbind by adding (only) BasisU include directories to its public interface. (#883)
There are two commits.
The first commit adds BasisU specific include directories to the target
`obj_basisu_cbind`'s public interface. Now targets that add
`obj_basisu_cbind` as dependency automatically have the correct include
directories setup.
The second commit makes use of the first's improvements, by simplifying
`transcodetests` include directory setup.
0 commit comments