File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ set(SHAREDLIST_sgame
1919)
2020
2121set (COMMONLIST
22+ ${COMMON_DIR} /Assert.h
2223 ${COMMON_DIR} /Color.h
2324 ${COMMON_DIR} /Color.cpp
2425 ${COMMON_DIR} /Command .cpp
@@ -212,8 +213,11 @@ endforeach()
212213set (SERVERLIST
213214 ${ENGINE_DIR} /botlib/bot_api.h
214215 ${ENGINE_DIR} /botlib/bot_convert.cpp
216+ ${ENGINE_DIR} /botlib/bot_convert.h
217+ ${ENGINE_DIR} /botlib/bot_debug.h
215218 ${ENGINE_DIR} /botlib/bot_load.cpp
216219 ${ENGINE_DIR} /botlib/bot_local.cpp
220+ ${ENGINE_DIR} /botlib/bot_local.h
217221 ${ENGINE_DIR} /botlib/bot_nav.cpp
218222 ${ENGINE_DIR} /botlib/bot_navdraw.h
219223 ${ENGINE_DIR} /botlib/bot_types.h
@@ -235,6 +239,7 @@ set(SERVERLIST
235239
236240set (ENGINELIST
237241 ${ENGINE_DIR} /framework /Application.cpp
242+ ${ENGINE_DIR} /framework /Application.h
238243 ${ENGINE_DIR} /framework /BaseCommands.cpp
239244 ${ENGINE_DIR} /framework /BaseCommands.h
240245 ${ENGINE_DIR} /framework /CommandBufferHost.cpp
You can’t perform that action at this time.
0 commit comments