From e513c3676ddd5a56bd043ba97a4ae5cb6b489958 Mon Sep 17 00:00:00 2001 From: Koncord Date: Tue, 2 Aug 2016 17:53:56 +0800 Subject: [PATCH] Added forgotten header to project --- apps/openmw-mp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openmw-mp/CMakeLists.txt b/apps/openmw-mp/CMakeLists.txt index 5a182c871..3f204e611 100644 --- a/apps/openmw-mp/CMakeLists.txt +++ b/apps/openmw-mp/CMakeLists.txt @@ -60,7 +60,7 @@ set(SERVER set(SERVER_HEADER Script/Types.hpp Script/Script.hpp Script/SystemInterface.hpp - Script/ScriptFunction.hpp Script/Platform.hpp + Script/ScriptFunction.hpp Script/Platform.hpp Script/Language.hpp Script/ScriptFunctions.hpp Script/API/TimerAPI.hpp Script/API/PublicFnAPI.hpp ${PawnScript_Headers} ${LuaScript_Headers}