
add_executable(test_option_type main.cpp)
target_link_libraries(test_option_type phoenix_option_parser)


add_test(NAME TestOptionType
	COMMAND ${CMAKE_CURRENT_BINARY_DIR}/test_option_type
	WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
)





