Files
cmake/Tests/RunCMake/FASTBuild/InterfaceWithPrivateSource-check.cmake
Eduard Voronkin af8f4ca675 FASTBuild: fix iface targets with private sources
When `PRIVATE` sources are added to an `INTERFACE`
target A and A is a dependency of B - the target A
ends up in "direct dependencies" of the B targets
and it messes up the generated `fbuild.bff` file.

Fixes: #27644
2026-02-27 10:13:14 -05:00

5 lines
135 B
CMake

# We just check that generation succeeds,
# so any regex is fine.
set(REGEX_TO_MATCH ".*")
include(${RunCMake_SOURCE_DIR}/check.cmake)