Selaa lähdekoodia

Better reflex our project. It isn't mystic.

Steve Thielemann 4 vuotta sitten
vanhempi
commit
9c0ae7bb2c
2 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 4 4
      CMakeLists.txt
  2. 0 0
      hharry.cpp

+ 4 - 4
CMakeLists.txt

@@ -86,10 +86,10 @@ add_subdirectory(zf_log)
 # )
 # add_executable(yourProj ${SOURCES})
 
-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_INFO)
+add_executable(hharry hharry.cpp lastseen.cpp terminal.cpp render.cpp utils.cpp images.h)
+target_link_libraries(hharry util)
+target_link_libraries(hharry zf_log)
+target_compile_definitions(hharry PUBLIC ZF_LOG_DEF_LEVEL=ZF_LOG_INFO)
 
 add_executable(try-re try-re.c)
 

+ 0 - 0
mystic.cpp → hharry.cpp