cmake_minimum_required(VERSION 3.1)
project(test_package LANGUAGES CXX)

add_executable(${PROJECT_NAME} test_package.cpp)
