Added fov.* files to CMakeLists.txt

This commit is contained in:
alyokhin 2020-05-29 17:06:12 +03:00
parent 0521610335
commit e234f4d3b7

View file

@ -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