aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/plugins/Team_Duell/CMakeLists.txt
blob: 7201f47177736c79775d9e6dfa6cc73dce8fc05f (plain) (blame)
1
2
3
4
5
6
7
8
# $URL$
# $Id$
pascal_add_module(team_duell TeamDuell.dpr
  OUTPUT_DIR ${USDX_PLUGIN_DIR}
  PACKAGES sdl opengl
  EXCLUDE_FROM_ALL
)
add_dependencies(plugins team_duell)