summaryrefslogtreecommitdiffstats
path: root/Tests/FindGTK2/pangomm/main.cpp
blob: 32ec914e7c77c429cbf6d4927adf307b2ea9a216 (plain)
1
2
3
4
5
6
7
8
#include <pangomm.h>
#include <pangomm/init.h>

int main(int argc, char *argv[])
{
    Pango::init();
    return 0;
}