From 5c7a665639dbeecde5affd09f992cc42de23283e Mon Sep 17 00:00:00 2001 From: Grunaka Date: Sun, 22 Nov 2015 18:48:54 +0100 Subject: [PATCH] Add CBot.h, CBotEnums.h and CBotDefines.h in CMakeLists.txt. --- src/CBot/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/CBot/CMakeLists.txt b/src/CBot/CMakeLists.txt index 0d1cc7cd..91f08748 100644 --- a/src/CBot/CMakeLists.txt +++ b/src/CBot/CMakeLists.txt @@ -1,4 +1,7 @@ set(SOURCES + CBot.h + CBotEnums.h + CBotDefines.h CBotUtils.cpp CBotFileUtils.cpp CBotClass.cpp