mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06: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;
|
|
}
|