Browse Source

Update CMakeLists.txt

Dydzio 7 years ago
parent
commit
123ca6c417
1 changed files with 2 additions and 0 deletions
  1. 2 0
      AI/VCAI/CMakeLists.txt

+ 2 - 0
AI/VCAI/CMakeLists.txt

@@ -11,6 +11,7 @@ set(VCAI_SRCS
 		AIUtility.cpp
 		AIhelper.cpp
 		ResourceManager.cpp
+		MapObjectsEvaluator.cpp
 		Fuzzy.cpp
 		Goals.cpp
 		main.cpp
@@ -23,6 +24,7 @@ set(VCAI_HEADERS
 		AIUtility.h
 		AIhelper.h
 		ResourceManager.h
+		MapObjectsEvaluator.h
 		Fuzzy.h
 		Goals.h
 		VCAI.h