From dc878e2c30acb0edd062ee05c56f013547bf698c Mon Sep 17 00:00:00 2001 From: Marc Zinnschlag Date: Sat, 22 Oct 2011 22:40:31 +0200 Subject: [PATCH] testing MSVC fix, another try --- cmake/OpenMWMacros.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/OpenMWMacros.cmake b/cmake/OpenMWMacros.cmake index edda9af197..8263763a22 100644 --- a/cmake/OpenMWMacros.cmake +++ b/cmake/OpenMWMacros.cmake @@ -2,7 +2,7 @@ macro (add_openmw_dir dir) set (files) foreach (u ${ARGN}) -list (APPEND files "${dir}/${u}") +list (APPEND files "${dir}/${u}.*") list (APPEND OPENMW_FILES "${dir}/${u}") endforeach (u) source_group ("apps\\openmw\\${dir}" FILES ${files})