Преглед изворни кода

Build system: Fix directory name for case sensitive file systems

Might help people who try crosscompiling from linux to windows
nemerle пре 9 година
родитељ
комит
423e19ff95
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      Source/BansheeGLRenderAPI/CMakeSources.cmake

+ 3 - 3
Source/BansheeGLRenderAPI/CMakeSources.cmake

@@ -34,9 +34,9 @@ set(BS_BANSHEEGLRENDERAPI_INC_NOFILTER
 
 set(BS_BANSHEEGLRENDERAPI_SRC_WIN32
 	"Source/win32/BsWin32Context.cpp"
-	"Source/Win32/BsWin32GLSupport.cpp"
-	"Source/Win32/BsWin32RenderWindow.cpp"
-	"Source/Win32/BsWin32VideoModeInfo.cpp"
+	"Source/win32/BsWin32GLSupport.cpp"
+	"Source/win32/BsWin32RenderWindow.cpp"
+	"Source/win32/BsWin32VideoModeInfo.cpp"
 )
 
 set(BS_BANSHEEGLRENDERAPI_SRC_NOFILTER