Преглед на файлове

mystic is dependant on images.h now. Really!

david преди 4 години
родител
ревизия
03f8763520
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -78,7 +78,7 @@ add_subdirectory(zf_log)
 # )
 # add_executable(yourProj ${SOURCES})
 
-add_executable(mystic mystic.cpp lastseen.cpp terminal.cpp render.cpp utils.cpp)
+add_executable(mystic mystic.cpp lastseen.cpp terminal.cpp render.cpp utils.cpp images.h)
 target_link_libraries(mystic util)
 target_link_libraries(mystic zf_log)
 target_compile_definitions(mystic PUBLIC ZF_LOG_DEF_LEVEL=ZF_LOG_VERBOSE)