mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
8 lines
112 B
C
8 lines
112 B
C
#include <gmodule.h>
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
gboolean b = g_module_supported();
|
|
return 0;
|
|
}
|