mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-24 09:09:43 -05:00
11 lines
100 B
C++
11 lines
100 B
C++
#include "testlib.h"
|
|
|
|
int main ()
|
|
{
|
|
if(TestLib() != 1.0)
|
|
{
|
|
return -1;
|
|
}
|
|
return 0;
|
|
}
|