

add_executable(test_string_color main.cpp)
target_link_libraries(test_string_color phoenix_core)

add_test(NAME TestStringColor
	COMMAND ${CMAKE_CURRENT_BINARY_DIR}/test_string_color
	WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
)


