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: ce68cbd6bc91c7028edc020c7a54c523a9f2fb49 (
plain
)
1
2
3
4
5
6
7
#include <glib.h>
int
main
(
int
argc
,
char
*
argv
[])
{
g_thread_init
(
NULL
);
return
0
;
}