index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
FindGTK2
/
glibmm
/
main.cpp
blob: 3cdc0bd9438cac4b2baf4782d4d2735e82e425e4 (
plain
)
1
2
3
4
5
6
7
#include <glibmm/init.h> int main(int, char**) { Glib::init(); return 0; }