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