blob: 5a3f6c248baa19872bcb9ea489095da4913b1ee8 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# $URL$
# $Id$
pascal_add_module(hold_the_line Hold_The_Line.dpr
OUTPUT_DIR ${USDX_PLUGIN_DIR}
PACKAGES sdl opengl
EXCLUDE_FROM_ALL
)
add_dependencies(plugins hold_the_line)
|