mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 06:47:08 -05:00
1f9ef25130
Co-Authored-by: Bryon Bean <bryon.bean@kitware.com>
9 lines
119 B
C
9 lines
119 B
C
extern void test_rpath(void);
|
|
extern void test_runpath(void);
|
|
|
|
void toplib(void)
|
|
{
|
|
test_rpath();
|
|
test_runpath();
|
|
}
|