cmake_minimum_required (VERSION 3.0)
project (TestLib CXX)

add_library (TestLib
	test-lib.cpp
	test-lib.h
)