mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2025-12-20 03:20:05 +01:00
17 lines
177 B
C++
17 lines
177 B
C++
#if INCLUDE_LIBEI
|
|
#include <libei.h>
|
|
#endif
|
|
|
|
#if INCLUDE_LIBEIS
|
|
#include <libeis.h>
|
|
#endif
|
|
|
|
/* This is a build-test only */
|
|
|
|
using namespace std;
|
|
|
|
int
|
|
main(void)
|
|
{
|
|
return 0;
|
|
}
|