|
@@ -89,4 +89,7 @@ add_executable(ansi-color ansi-color.c)
|
|
|
add_executable(ansi-to-src ansi-to-src.cpp)
|
|
|
|
|
|
add_executable(images images.cpp images.h)
|
|
|
+add_executable(render-test render-test.cpp render.cpp terminal.cpp utils.cpp)
|
|
|
+target_link_libraries(render-test zf_log)
|
|
|
+target_compile_definitions(render-test PUBLIC ZF_LOG_DEF_LEVEL=ZF_LOG_VERBOSE)
|
|
|
|