mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 14:20:06 -06:00
If an INTERFACE library has HEADER_SETS, and its header sets contain files generated by a custom command, the library needs to participate in the buildsystem so that the files will be generated. Fixes: #23422
7 lines
56 B
C
7 lines
56 B
C
#include <dependency.h>
|
|
|
|
int main(void)
|
|
{
|
|
return 0;
|
|
}
|