Browse Source

Failed to compile, outdated images.h file.

wordplay.cpp didn't know owl and specter.
Tried making sure that images.h is dependency
for anything compiling wordplay.cpp.
Steve Thielemann 4 years ago
parent
commit
1164502960
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -92,7 +92,7 @@ endif()
 add_test(NAME test-render
   COMMAND test-render)
 
-add_executable(test-mangle test-mangle.cpp wordplay.cpp render.cpp terminal.cpp charman.cpp lastseen.cpp logs_utils.cpp)
+add_executable(test-mangle test-mangle.cpp wordplay.cpp render.cpp terminal.cpp charman.cpp lastseen.cpp logs_utils.cpp images.h)
 add_dependencies(test-mangle gtest)
 target_link_libraries(test-mangle gtest_main)
 target_link_libraries(test-mangle zf_log)