add_executable(convex_hull convex_hull.cpp)
set_target_properties(convex_hull PROPERTIES FOLDER tpie)
target_link_libraries(convex_hull tpie)
