mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- fixed CMake configuration
CMake Error at src/CMakeLists.txt:1188 (add_executable): Cannot find source file: gamedata/textures/bitmap.cpp
This commit is contained in:
parent
ab8d2ef62d
commit
f5a98ed7fa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue