efl/src/tests/edje_cxx/cxx_compile_test.cc

15 lines
181 B
C++

#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <Edje.h>
#include <Edje.hh>
#include <iostream>
int main()
{
std::cout << "Edje C++ headers compile";
return 0;
}