From 0837eb3bd53eccc2c9c1f949e4031d758654c3f5 Mon Sep 17 00:00:00 2001 From: Jason Maskell Date: Mon, 23 May 2016 10:49:51 +0200 Subject: Moved media to a more central location. Changed CMake to compile shaders to that new location. --- test/d3d11/ocean_cufft_app.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/d3d11/ocean_cufft_app.cpp') diff --git a/test/d3d11/ocean_cufft_app.cpp b/test/d3d11/ocean_cufft_app.cpp index 63dd697..e083fc6 100644 --- a/test/d3d11/ocean_cufft_app.cpp +++ b/test/d3d11/ocean_cufft_app.cpp @@ -256,7 +256,7 @@ INT WINAPI WinMain( HINSTANCE, HINSTANCE, LPSTR cmdline, int ) #endif g_pTestParams = new TestParams(cmdline); - g_pTestParams->MediaDirectory = "D:\\Projects\\WaveworksGit\\WWLibrary\\test\\media"; + g_pTestParams->MediaDirectory = "..\\..\\media\\test"; std::wstring_convert> converter; -- cgit v1.2.3