mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2025-12-29 23:00:08 +01:00
And a basic build test for C++ to make sure including the headers doesn't completely fail. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
12 lines
125 B
C++
12 lines
125 B
C++
#include <libei.h>
|
|
#include <libeis.h>
|
|
|
|
/* This is a build-test only */
|
|
|
|
using namespace std;
|
|
|
|
int
|
|
main(void)
|
|
{
|
|
return 0;
|
|
}
|