diff options
author | jacopograndi <jak.sk8@hotmail.it> | 2021-09-06 20:11:36 +0200 |
---|---|---|
committer | jacopograndi <jak.sk8@hotmail.it> | 2021-09-06 20:11:36 +0200 |
commit | 411d2f6d6a6e5370d33f0f54b2f2de7147a9d977 (patch) | |
tree | 82b631079a3d7226ce6384f695f2e3b213a2c635 /CMakeLists.txt | |
parent | 522a43d16e812e10ff69747ee916918b4bd29f2f (diff) |
started ai
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a6bab2..ed7acb4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,6 +24,11 @@ add_executable(sdl_test game/tech.cpp game/tech.h game/player.h game/constants.h + game/ai/action.cpp game/ai/action.h + game/ai/generator.h + game/ai/engine.h + game/ai/evaluator.h + game/ai/tactic.h umath/vec2.h) target_include_directories(sdl_test PUBLIC "C:/MinGW_libs/include") |