mirror of
https://github.com/reactos/CMake.git
synced 2024-12-19 01:27:11 +00:00
8 lines
84 B
C++
8 lines
84 B
C++
#include <glibmm/init.h>
|
|
|
|
int main(int, char**)
|
|
{
|
|
Glib::init();
|
|
return 0;
|
|
}
|