|
@@ -88,6 +88,6 @@ add_executable(try-re try-re.c)
|
|
|
add_executable(ansi-color ansi-color.c)
|
|
|
add_executable(ansi-to-src ansi-to-src.cpp utils.cpp)
|
|
|
|
|
|
-add_executable(images images.cpp render.cpp terminal.cpp utils.cpp)
|
|
|
+add_executable(images images.cpp utils.cpp)
|
|
|
target_link_libraries(images zf_log)
|
|
|
|