cmake_minimum_required(VERSION 2.8.12)
project(PackageTest CXX)

add_library(hello hello.cpp)
