forked from mirror/openmw-tes3mp
Removed prefix from filename and changed name as only the race dialog will be placed in it.
This commit is contained in:
parent
415426c30b
commit
93608ca892
3 changed files with 2 additions and 2 deletions
|
@ -35,14 +35,14 @@ source_group(apps\\openmw\\mwinput FILES ${GAMEINPUT} ${GAMEINPUT_HEADER})
|
||||||
|
|
||||||
set(GAMEGUI_HEADER
|
set(GAMEGUI_HEADER
|
||||||
mwgui/mw_layouts.hpp
|
mwgui/mw_layouts.hpp
|
||||||
mwgui/mw_chargen.hpp
|
mwgui/race.hpp
|
||||||
mwgui/window_manager.hpp
|
mwgui/window_manager.hpp
|
||||||
mwgui/console.hpp
|
mwgui/console.hpp
|
||||||
)
|
)
|
||||||
set(GAMEGUI
|
set(GAMEGUI
|
||||||
mwgui/window_manager.cpp
|
mwgui/window_manager.cpp
|
||||||
mwgui/console.cpp
|
mwgui/console.cpp
|
||||||
mwgui/mw_chargen.cpp
|
mwgui/race.cpp
|
||||||
)
|
)
|
||||||
source_group(apps\\openmw\\mwgui FILES ${GAMEGUI_HEADER} ${GAMEGUI})
|
source_group(apps\\openmw\\mwgui FILES ${GAMEGUI_HEADER} ${GAMEGUI})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue