CMAKE_MINIMUM_REQUIRED(VERSION 2.6 FATAL_ERROR)
PROJECT(testmod C)
ADD_LIBRARY(testmod MODULE testmod.c)
