From ba2fc27c2d58db520b092c89002be85ab10d94ea Mon Sep 17 00:00:00 2001 From: gugus Date: Mon, 16 Jan 2012 18:10:16 +0100 Subject: [PATCH] oups forgot Cmake stuff --- extern/mygui_3.0.1/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/extern/mygui_3.0.1/CMakeLists.txt b/extern/mygui_3.0.1/CMakeLists.txt index d66298225..2cbe8aabe 100644 --- a/extern/mygui_3.0.1/CMakeLists.txt +++ b/extern/mygui_3.0.1/CMakeLists.txt @@ -67,6 +67,7 @@ configure_file("${SDIR}/openmw_windows.skin.xml" "${DDIR}/openmw_windows.skin.xm configure_file("${SDIR}/openmw_messagebox_layout.xml" "${DDIR}/openmw_messagebox_layout.xml" COPYONLY) configure_file("${SDIR}/openmw_interactive_messagebox_layout.xml" "${DDIR}/openmw_interactive_messagebox_layout.xml" COPYONLY) configure_file("${SDIR}/openmw_journal_layout.xml" "${DDIR}/openmw_journal_layout.xml" COPYONLY) +configure_file("${SDIR}/openmw_journal_skin.xml" "${DDIR}/openmw_journal_skin.xml" COPYONLY) configure_file("${SDIR}/smallbars.png" "${DDIR}/smallbars.png" COPYONLY) configure_file("${SDIR}/transparent.png" "${DDIR}/transparent.png" COPYONLY) configure_file("${SDIR}/VeraMono.ttf" "${DDIR}/VeraMono.ttf" COPYONLY)