1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-20 20:23:03 +02:00
vcmi/AI/GeniusAI/Makefile.am

19 lines
420 B
Makefile
Raw Normal View History

pkglib_LTLIBRARIES = GeniusAI.la
GeniusAI_la_LIBADD = $(top_builddir)/lib/libvcmi.la
GeniusAI_la_LDFLAGS = -L$(top_builddir)/lib -module
GeniusAI_la_SOURCES = \
2009-08-19 07:45:33 +03:00
AIPriorities.cpp \
AIPriorities.h \
2009-05-11 07:58:50 +03:00
BattleHelper.cpp \
2009-08-19 07:45:33 +03:00
BattleHelper.h \
2009-05-11 07:58:50 +03:00
BattleLogic.cpp \
2009-08-19 07:45:33 +03:00
BattleLogic.h \
CGeniusAI.cpp \
CGeniusAI.h \
2009-08-19 07:45:33 +03:00
Common.h \
2009-05-11 07:58:50 +03:00
DLLMain.cpp \
2009-08-19 07:45:33 +03:00
GeneralAI.cpp \
GeneralAI.h \
neuralNetwork.cpp \
neuralNetwork.h