cmake_minimum_required(VERSION 3.0)
file (GLOB Sources "*.cpp" "*.h")

add_library(APiTest SHARED ${Sources} "Source.def")
