project( lib1 )

set( SRC lib1.h lib1.c lib1.def )

add_library( lib1 SHARED ${SRC} )
