Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jul 17, 2020
1 parent 95808db commit 5e3b561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/apps/server/CMakeLists.txt
Expand Up @@ -14,7 +14,7 @@ include_directories (include ../client/include ${DE_API_DIR})
add_definitions (-D__DOOMSDAY__=1 -D__SERVER__=1)

file (GLOB API_HEADERS ../api/*.h)
file (GLOB_RECURSE HEADERS include/*)
file (GLOB_RECURSE HEADERS include/*.h)
file (GLOB SOURCES src/*.cpp)

deng_merge_sources (server src/server/*.cpp)
Expand Down

0 comments on commit 5e3b561

Please sign in to comment.