mirror of
https://github.com/reactos/CMake.git
synced 2025-01-25 05:04:37 +00:00
5a2fc3d696
Teach cmGlobalGenerator::CheckTargets to include OBJECT_LIBRARY targets in the check for source file existence. Extend the RunCMake.ObjectLibrary test to cover this case.
2 lines
32 B
CMake
2 lines
32 B
CMake
add_library(A OBJECT missing.c)
|