From f5a98ed7faf97bfd36751cb9b93f15d2e5f1d1a6 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sun, 12 Apr 2020 10:59:09 +0300 Subject: [PATCH] - fixed CMake configuration CMake Error at src/CMakeLists.txt:1188 (add_executable): Cannot find source file: gamedata/textures/bitmap.cpp --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b492c2fc5..a550135d3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1067,7 +1067,7 @@ set (PCH_SOURCES common/fonts/v_text.cpp common/textures/hw_ihwtexture.cpp common/textures/hw_material.cpp - gamedata/textures/bitmap.cpp + common/textures/bitmap.cpp common/textures/m_png.cpp common/textures/texture.cpp common/textures/image.cpp