cmake_minimum_required(VERSION 3.13)
project(VCGNanoplyExamples)

add_subdirectory(nanoply_demo)
add_subdirectory(nanoply_vcg)
