Files
linuxdeploy/tests/simple_library/simple_library.cpp
2018-10-24 13:09:59 +02:00

8 lines
104 B
C++

#include "CImg.h"
using namespace cimg_library;
extern "C" {
void hello_world() {
cimg::info();
}
}