mirror of
https://github.com/reactos/CMake.git
synced 2024-12-02 00:26:18 +00:00
7 lines
56 B
C++
7 lines
56 B
C++
#include "testlib.h"
|
|
|
|
float TestLib()
|
|
{
|
|
return 1.0;
|
|
}
|