rename file

This commit is contained in:
Maximilian Keßler 2023-11-12 14:58:25 +01:00
parent 6f5419b2d8
commit 3f69d0ac71
Signed by: max
GPG Key ID: BCC5A619923C0BA5
4 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ find_package(Boost 1.81 COMPONENTS program_options REQUIRED)
include_directories(.)
include_directories(${Boost_INCLUDE_DIR})
add_executable(endgame-analyzer src/main.cpp src/cli_interface.cpp src/download.cpp
add_executable(endgame-analyzer src/main.cpp src/state_explorer.cpp src/download.cpp
src/game_state.cpp)
target_link_libraries(endgame-analyzer cpr)

View File

@ -7,7 +7,7 @@
#include "game_state.h"
#include "download.h"
#include "cli_interface.h"
#include "state_explorer.h"
namespace Hanabi {