Skip to content

Commit a83e985

Browse files
committed
Add all missing header files to cmake
1 parent 477a3e9 commit a83e985

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ set(SHAREDLIST_sgame
1919
)
2020

2121
set(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()
212213
set(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

236240
set(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

0 commit comments

Comments
 (0)