~widelands-dev/widelands/bug-1808169-disable-focus

« back to all changes in this revision

Viewing changes to src/network/game_server/CMakeLists.txt

  • Committer: qcs
  • Date: 2010-02-05 01:13:20 UTC
  • Revision ID: git-v1:136d6c48811c97ec1f98301726134b0de66f868c
Manual merge of cmake-migration branch to trunk

git-svn-id: https://widelands.svn.sourceforge.net/svnroot/widelands/trunk@5030 37b2a8de-5219-0410-9f54-a31bc463ab9c

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
file(GLOB WL_NETWORK_GAME_SERVER_SRCS *.cpp)
 
2
 
 
3
add_library(widelands_network_game_server ${WL_NETWORK_GAME_SERVER_SRCS})
 
4