mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-20 14:10:27 -06:00
9 lines
118 B
C++
9 lines
118 B
C++
#include <pangomm.h>
|
|
#include <pangomm/init.h>
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
Pango::init();
|
|
return 0;
|
|
}
|