cmake_minimum_required(VERSION 3.10.0)
project(TestProject VERSION 0.1)

add_executable(test-exe main.cpp)
