|
@@ -1,6 +1,6 @@
|
|
cmake_minimum_required(VERSION 3.10)
|
|
cmake_minimum_required(VERSION 3.10)
|
|
|
|
|
|
-project(MyProject)
|
|
|
|
|
|
+project(horrible-harry)
|
|
|
|
|
|
|
|
|
|
###########
|
|
###########
|
|
@@ -102,10 +102,11 @@ add_executable(ansi-to-src ansi-to-src.cpp utils.cpp)
|
|
add_executable(images images.cpp utils.cpp images.h)
|
|
add_executable(images images.cpp utils.cpp images.h)
|
|
target_link_libraries(images zf_log)
|
|
target_link_libraries(images zf_log)
|
|
|
|
|
|
|
|
+# Or possibly ./build_images.sh
|
|
|
|
|
|
add_custom_command(
|
|
add_custom_command(
|
|
OUTPUT images.h
|
|
OUTPUT images.h
|
|
- COMMAND ./build_images.sh
|
|
|
|
|
|
+ COMMAND ../build_images.sh
|
|
DEPENDS ansi-to-src ghost.ans ghead.ans wolf.ans panther.ans bat.ans skull.ans skull-blink.ans icu.ans
|
|
DEPENDS ansi-to-src ghost.ans ghead.ans wolf.ans panther.ans bat.ans skull.ans skull-blink.ans icu.ans
|
|
COMMENT "Generating images.h."
|
|
COMMENT "Generating images.h."
|
|
)
|
|
)
|