libinput/test/build-cxx.cc
Peter Hutterer c6f87ade84 meson.build: drop the separate cpp flags
All we care about for C++ is that we build.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2020-09-09 13:57:39 +10:00

11 lines
108 B
C++

#include <libinput.h>
/* This is a build-test only */
using namespace std;
int
main(void)
{
return 0;
}