Added fov.* files to CMakeLists.txt
This commit is contained in:
parent
0521610335
commit
e234f4d3b7
1 changed files with 2 additions and 0 deletions
|
@ -190,6 +190,7 @@ set(guichan_SRCS
|
|||
source_group(guichan FILES ${guichan_SRCS})
|
||||
|
||||
set(map_SRCS
|
||||
src/map/fov.cpp
|
||||
src/map/map.cpp
|
||||
src/map/map_draw.cpp
|
||||
src/map/map_fog.cpp
|
||||
|
@ -528,6 +529,7 @@ set(stratagus_generic_HDRS
|
|||
src/include/editor.h
|
||||
src/include/online_service.h
|
||||
src/include/font.h
|
||||
src/include/fov.h
|
||||
src/include/game.h
|
||||
src/include/icons.h
|
||||
src/include/interface.h
|
||||
|
|
Loading…
Reference in a new issue