mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
Add tests to cover transitive usage requirements on installation and export of targets that link to object libraries. Issue: #14778
5 lines
41 B
C
5 lines
41 B
C
int testLib9ObjPub(void)
|
|
{
|
|
return 0;
|
|
}
|