cmake_minimum_required(VERSION 3.10) add_executable(VTPtest testVTP.cc) target_link_libraries(VTPtest VTPLib)