
ADD_EXECUTABLE( point_set_to_mesh point_set_to_mesh.cpp main.cpp )

TARGET_LINK_LIBRARIES( point_set_to_mesh 3dObjects )

