rename file
This commit is contained in:
parent
6f5419b2d8
commit
3f69d0ac71
4 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
#include "game_state.h"
|
||||
#include "download.h"
|
||||
#include "cli_interface.h"
|
||||
#include "state_explorer.h"
|
||||
|
||||
|
||||
namespace Hanabi {
|
||||
|
|
Loading…
Reference in a new issue