
add_executable(test_field_type main.cpp)
target_link_libraries(test_field_type phoenix_protocol_buffer ${LID_LIB_DEPENDENCIES})

add_test(NAME TestFieldType
	COMMAND ${CMAKE_CURRENT_BINARY_DIR}/test_field_type
	WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
)

