index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
FindGTK2
/
gthread
/
main.c
blob: 9606401ab4812601a966bc205dab49c1cc455e10 (
plain
)
1
2
3
4
5
6
7
#include <glib.h>
int
main
(
int
argc
,
char
*
argv
[])
{
g_thread_init
(
NULL
);
return
0
;
}