From 77d1f1f8a114ae62c20d9e3b67235bb315ba4b2f Mon Sep 17 00:00:00 2001 From: Marc Zinnschlag Date: Sat, 22 Oct 2011 16:46:28 +0200 Subject: [PATCH] testing MSVC fix --- cmake/OpenMWMacros.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/OpenMWMacros.cmake b/cmake/OpenMWMacros.cmake index 9b4e2bd4e..edda9af19 100644 --- a/cmake/OpenMWMacros.cmake +++ b/cmake/OpenMWMacros.cmake @@ -5,5 +5,5 @@ foreach (u ${ARGN}) list (APPEND files "${dir}/${u}") list (APPEND OPENMW_FILES "${dir}/${u}") endforeach (u) -source_group (apps\\openmw\\${dir} FILES ${files}) +source_group ("apps\\openmw\\${dir}" FILES ${files}) endmacro (add_openmw_dir)