libinput/test/build-cxx.cc

12 lines
125 B
C++
Raw Normal View History

2014-03-24 23:45:05 +01:00
#include <libinput.h>
/* This is a build-test only */
using namespace std;
int
main(int argc, char **argv)
{
return 0;
}