diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 0a337398d..438a70267 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -748,6 +748,7 @@ set (PCH_SOURCES common/audio/music/i_soundfont.cpp common/audio/music/music_config.cpp common/thirdparty/sfmt/SFMT.cpp + common/textures/texture.cpp common/textures/animtexture.cpp common/textures/bitmap.cpp common/textures/m_png.cpp @@ -841,7 +842,6 @@ set (PCH_SOURCES core/textures/buildtiles.cpp - core/textures/texture.cpp core/textures/imagetexture.cpp core/textures/imagehelpers.cpp diff --git a/source/core/textures/texture.cpp b/source/common/textures/texture.cpp similarity index 100% rename from source/core/textures/texture.cpp rename to source/common/textures/texture.cpp diff --git a/source/core/textures/textures.h b/source/common/textures/textures.h similarity index 100% rename from source/core/textures/textures.h rename to source/common/textures/textures.h