Skip to content

Commit

Permalink
Cleanup|Server: Apply Turbo for server sources
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jul 27, 2016
1 parent 5e580f7 commit 5beae8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doomsday/apps/server/CMakeLists.txt
Expand Up @@ -20,7 +20,9 @@ add_definitions (-D__DOOMSDAY__=1 -D__SERVER__=1)

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

deng_merge_sources (server src/server/*.cpp)

# TODO: Get rid of these, shared code should be in libdoomsday.
set (src ../client)
Expand Down

0 comments on commit 5beae8b

Please sign in to comment.