cmake_minimum_required (VERSION 3.22)
project ("gp_cpp")

enable_testing() 

add_subdirectory ("gp_cpp")

