mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 12:19:54 -05:00
7d19246138
Issue: #21752
7 lines
67 B
C
7 lines
67 B
C
#include <mylib/mylib.h>
|
|
|
|
void myconsuminglib(void)
|
|
{
|
|
mylib();
|
|
}
|