diff --git a/CMakeLists.txt b/CMakeLists.txt index 19d75acc9db..e925e04b864 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -378,9 +378,9 @@ function(set_glob VAR GLOBBING EXTS DIRECTORY) # ... list(APPEND LIST_BUT_NOT_GLOB ${file}) endif() endforeach() - # if(LIST_BUT_NOT_GLOB) - message(AUTHOR_WARNING "Entries only present in ${VAR}: ${LIST_BUT_NOT_GLOB}") - # endif() + if(LIST_BUT_NOT_GLOB) + message(AUTHOR_WARNING "Entries only present in ${VAR}: ${LIST_BUT_NOT_GLOB}") + endif() set(GLOB_BUT_NOT_LIST) foreach(file ${GLOB_RESULT}) if(NOT file IN_LIST FILES) diff --git a/src/game/client/components/tclient/bindwheel.cpp b/src/game/client/components/tclient/bindwheel.cpp index 8fef0d95654..218bf2f93c1 100644 --- a/src/game/client/components/tclient/bindwheel.cpp +++ b/src/game/client/components/tclient/bindwheel.cpp @@ -2,8 +2,8 @@ #include #include -#include "chat.h" -#include "emoticon.h" +#include "../chat.h" +#include "../emoticon.h" #include #include diff --git a/src/game/client/components/tclient/tater.cpp b/src/game/client/components/tclient/tater.cpp index bbf22909711..cca696b0d72 100644 --- a/src/game/client/components/tclient/tater.cpp +++ b/src/game/client/components/tclient/tater.cpp @@ -4,8 +4,8 @@ #include #include -#include "chat.h" -#include "emoticon.h" +#include "../chat.h" +#include "../emoticon.h" #include #include