2021-05-15 18:22:44 +02:00
|
|
|
set(VCAI_SRCS
|
|
|
|
StdInc.cpp
|
|
|
|
|
|
|
|
Pathfinding/AIPathfinderConfig.cpp
|
|
|
|
Pathfinding/AIPathfinder.cpp
|
|
|
|
Pathfinding/AINodeStorage.cpp
|
2021-05-15 19:59:43 +02:00
|
|
|
Pathfinding/Actors.cpp
|
2021-05-16 13:38:53 +02:00
|
|
|
Pathfinding/Actions/SpecialAction.cpp
|
2021-05-15 18:22:44 +02:00
|
|
|
Pathfinding/Actions/BattleAction.cpp
|
2021-05-16 13:57:26 +02:00
|
|
|
Pathfinding/Actions/QuestAction.cpp
|
|
|
|
Pathfinding/Actions/BuyArmyAction.cpp
|
2021-05-15 18:22:44 +02:00
|
|
|
Pathfinding/Actions/BoatActions.cpp
|
|
|
|
Pathfinding/Actions/TownPortalAction.cpp
|
|
|
|
Pathfinding/Rules/AILayerTransitionRule.cpp
|
|
|
|
Pathfinding/Rules/AIMovementAfterDestinationRule.cpp
|
|
|
|
Pathfinding/Rules/AIMovementToDestinationRule.cpp
|
|
|
|
Pathfinding/Rules/AIPreviousNodeRule.cpp
|
|
|
|
AIUtility.cpp
|
2020-05-04 17:58:43 +02:00
|
|
|
Analyzers/ArmyManager.cpp
|
|
|
|
Analyzers/HeroManager.cpp
|
|
|
|
Engine/FuzzyEngines.cpp
|
|
|
|
Engine/FuzzyHelper.cpp
|
|
|
|
Engine/AIMemory.cpp
|
2021-05-15 18:22:44 +02:00
|
|
|
Goals/AbstractGoal.cpp
|
2021-05-16 13:38:53 +02:00
|
|
|
Goals/Composition.cpp
|
2021-05-15 18:22:44 +02:00
|
|
|
Goals/BuildBoat.cpp
|
|
|
|
Goals/BuildThis.cpp
|
2021-05-16 13:11:35 +02:00
|
|
|
Goals/DismissHero.cpp
|
2021-05-15 18:22:44 +02:00
|
|
|
Goals/BuyArmy.cpp
|
|
|
|
Goals/AdventureSpellCast.cpp
|
|
|
|
Goals/Trade.cpp
|
|
|
|
Goals/RecruitHero.cpp
|
|
|
|
Goals/DigAtTile.cpp
|
2021-05-15 20:56:31 +02:00
|
|
|
Goals/ExecuteHeroChain.cpp
|
2021-05-15 21:04:26 +02:00
|
|
|
Goals/ExchangeSwapTownHeroes.cpp
|
2021-05-16 13:56:35 +02:00
|
|
|
Goals/CompleteQuest.cpp
|
|
|
|
Markers/ArmyUpgrade.cpp
|
|
|
|
Markers/HeroExchange.cpp
|
|
|
|
Markers/UnlockCluster.cpp
|
2021-05-16 14:00:24 +02:00
|
|
|
Markers/DefendTown.cpp
|
2021-05-15 18:23:05 +02:00
|
|
|
Engine/Nullkiller.cpp
|
2021-05-16 13:56:42 +02:00
|
|
|
Engine/DeepDecomposer.cpp
|
2021-05-15 18:23:38 +02:00
|
|
|
Engine/PriorityEvaluator.cpp
|
2021-05-16 13:14:17 +02:00
|
|
|
Analyzers/DangerHitMapAnalyzer.cpp
|
|
|
|
Analyzers/BuildAnalyzer.cpp
|
2021-05-16 13:45:12 +02:00
|
|
|
Analyzers/ObjectClusterizer.cpp
|
2021-05-15 18:23:11 +02:00
|
|
|
Behaviors/CaptureObjectsBehavior.cpp
|
|
|
|
Behaviors/RecruitHeroBehavior.cpp
|
2021-05-15 20:57:31 +02:00
|
|
|
Behaviors/BuyArmyBehavior.cpp
|
2021-05-16 12:53:32 +02:00
|
|
|
Behaviors/DefenceBehavior.cpp
|
2021-05-15 21:04:26 +02:00
|
|
|
Behaviors/StartupBehavior.cpp
|
2021-05-16 13:14:17 +02:00
|
|
|
Behaviors/BuildingBehavior.cpp
|
2021-05-16 13:19:07 +02:00
|
|
|
Behaviors/GatherArmyBehavior.cpp
|
2021-05-16 13:45:12 +02:00
|
|
|
Behaviors/ClusterBehavior.cpp
|
2021-05-15 18:22:44 +02:00
|
|
|
main.cpp
|
|
|
|
VCAI.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
set(VCAI_HEADERS
|
|
|
|
StdInc.h
|
|
|
|
|
|
|
|
Pathfinding/AIPathfinderConfig.h
|
|
|
|
Pathfinding/AIPathfinder.h
|
|
|
|
Pathfinding/AINodeStorage.h
|
2021-05-15 19:59:43 +02:00
|
|
|
Pathfinding/Actors.h
|
2021-05-16 13:38:53 +02:00
|
|
|
Pathfinding/Actions/SpecialAction.h
|
2021-05-15 18:22:44 +02:00
|
|
|
Pathfinding/Actions/BattleAction.h
|
2021-05-16 13:57:26 +02:00
|
|
|
Pathfinding/Actions/QuestAction.h
|
|
|
|
Pathfinding/Actions/BuyArmyAction.h
|
2021-05-15 18:22:44 +02:00
|
|
|
Pathfinding/Actions/BoatActions.h
|
|
|
|
Pathfinding/Actions/TownPortalAction.h
|
|
|
|
Pathfinding/Rules/AILayerTransitionRule.h
|
|
|
|
Pathfinding/Rules/AIMovementAfterDestinationRule.h
|
|
|
|
Pathfinding/Rules/AIMovementToDestinationRule.h
|
|
|
|
Pathfinding/Rules/AIPreviousNodeRule.h
|
|
|
|
AIUtility.h
|
2020-05-04 17:58:43 +02:00
|
|
|
Analyzers/ArmyManager.h
|
|
|
|
Analyzers/HeroManager.h
|
|
|
|
Engine/FuzzyEngines.h
|
|
|
|
Engine/FuzzyHelper.h
|
|
|
|
Engine/AIMemory.h
|
2021-05-15 18:22:44 +02:00
|
|
|
Goals/AbstractGoal.h
|
|
|
|
Goals/CGoal.h
|
2021-05-16 13:38:53 +02:00
|
|
|
Goals/Composition.h
|
2021-05-15 18:22:44 +02:00
|
|
|
Goals/Invalid.h
|
|
|
|
Goals/BuildBoat.h
|
|
|
|
Goals/BuildThis.h
|
2021-05-16 13:11:35 +02:00
|
|
|
Goals/DismissHero.h
|
2021-05-15 18:22:44 +02:00
|
|
|
Goals/BuyArmy.h
|
|
|
|
Goals/AdventureSpellCast.h
|
|
|
|
Goals/Trade.h
|
|
|
|
Goals/RecruitHero.h
|
|
|
|
Goals/DigAtTile.h
|
2021-05-15 20:56:31 +02:00
|
|
|
Goals/ExecuteHeroChain.h
|
2021-05-15 21:04:26 +02:00
|
|
|
Goals/ExchangeSwapTownHeroes.h
|
2021-05-16 13:56:35 +02:00
|
|
|
Goals/CompleteQuest.h
|
2021-05-15 18:22:44 +02:00
|
|
|
Goals/Goals.h
|
2021-05-16 13:56:35 +02:00
|
|
|
Markers/ArmyUpgrade.h
|
|
|
|
Markers/HeroExchange.h
|
|
|
|
Markers/UnlockCluster.h
|
2021-05-16 14:00:24 +02:00
|
|
|
Markers/DefendTown.h
|
2021-05-15 18:23:05 +02:00
|
|
|
Engine/Nullkiller.h
|
2021-05-16 13:56:42 +02:00
|
|
|
Engine/DeepDecomposer.h
|
2021-05-15 18:23:38 +02:00
|
|
|
Engine/PriorityEvaluator.h
|
2021-05-16 13:14:17 +02:00
|
|
|
Analyzers/DangerHitMapAnalyzer.h
|
|
|
|
Analyzers/BuildAnalyzer.h
|
2021-05-16 13:45:12 +02:00
|
|
|
Analyzers/ObjectClusterizer.h
|
2021-05-15 18:23:11 +02:00
|
|
|
Behaviors/CaptureObjectsBehavior.h
|
|
|
|
Behaviors/RecruitHeroBehavior.h
|
2021-05-15 20:57:31 +02:00
|
|
|
Behaviors/BuyArmyBehavior.h
|
2021-05-16 12:53:32 +02:00
|
|
|
Behaviors/DefenceBehavior.h
|
2021-05-15 21:04:26 +02:00
|
|
|
Behaviors/StartupBehavior.h
|
2021-05-16 13:14:17 +02:00
|
|
|
Behaviors/BuildingBehavior.h
|
2021-05-16 13:19:07 +02:00
|
|
|
Behaviors/GatherArmyBehavior.h
|
2021-05-16 13:45:12 +02:00
|
|
|
Behaviors/ClusterBehavior.h
|
2021-05-15 18:22:44 +02:00
|
|
|
VCAI.h
|
|
|
|
)
|
|
|
|
|
|
|
|
assign_source_group(${VCAI_SRCS} ${VCAI_HEADERS})
|
|
|
|
|
|
|
|
if(ANDROID) # android compiles ai libs into main lib directly, so we skip this library and just reuse sources list
|
|
|
|
return()
|
|
|
|
endif()
|
|
|
|
|
|
|
|
add_library(VCAI SHARED ${VCAI_SRCS} ${VCAI_HEADERS})
|
2019-04-07 06:31:47 +02:00
|
|
|
|
|
|
|
if(FL_FOUND)
|
|
|
|
target_include_directories(VCAI PUBLIC ${FL_INCLUDE_DIRS})
|
|
|
|
else()
|
|
|
|
target_include_directories(VCAI PUBLIC ${CMAKE_HOME_DIRECTORY}/AI/FuzzyLite/fuzzylite)
|
|
|
|
endif()
|
|
|
|
target_include_directories(VCAI PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
|
|
|
|
2021-05-15 18:22:44 +02:00
|
|
|
if(FL_FOUND)
|
2019-04-07 06:31:47 +02:00
|
|
|
target_link_libraries(VCAI PRIVATE ${FL_LIBRARIES} vcmi)
|
2021-05-15 18:22:44 +02:00
|
|
|
else()
|
2019-04-07 06:31:47 +02:00
|
|
|
target_link_libraries(VCAI PRIVATE fl-static vcmi)
|
2021-05-15 18:22:44 +02:00
|
|
|
endif()
|
|
|
|
|
2020-09-02 19:16:24 +02:00
|
|
|
target_link_libraries(VCAI PRIVATE TBB::tbb)
|
|
|
|
|
2021-05-15 18:22:44 +02:00
|
|
|
vcmi_set_output_dir(VCAI "AI")
|
|
|
|
|
|
|
|
set_target_properties(VCAI PROPERTIES ${PCH_PROPERTIES})
|
|
|
|
cotire(VCAI)
|
|
|
|
|
|
|
|
install(TARGETS VCAI RUNTIME DESTINATION ${AI_LIB_DIR} LIBRARY DESTINATION ${AI_LIB_DIR})
|