CMake/Tests/Module/FindDependency/main.cpp

18 lines
211 B
C++
Raw Normal View History

2014-02-27 00:30:18 +04:00
#ifndef HAVE_PACK1
#error Expected HAVE_PACK1
#endif
#ifndef HAVE_PACK2
#error Expected HAVE_PACK2
#endif
#ifndef HAVE_PACK3
#error Expected HAVE_PACK3
#endif
int main(int argc, char** argv)
{
return 0;
}