summaryrefslogtreecommitdiffstats
path: root/graphics-libs/coin/CONFIGURE
blob: 6878702c504e4f4b5442b5a6f8b395ac936a0e12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
source $GRIMOIRE/CMAKE_CONFIGURE
config_query_option  COIN_OPTS  "Enable 3ds import capabilities?" y \
                     "-DHAVE_3DS_IMPORT_CAPABILITIES=true"  "-DHAVE_3DS_IMPORT_CAPABILITIES=false"  &&
config_query_option  COIN_OPTS  "Enable nodekit support?" y \
                     "-DHAVE_NODEKITS=true"  "-DHAVE_NODEKITS=false"  &&
config_query_option  COIN_OPTS  "Enable dragger support?" y \
                     "-DHAVE_DRAGGERS=true"  "-DHAVE_DRAGGERS=false"  &&
config_query_option  COIN_OPTS  "Enable manipulators?" y \
                     "-DHAVE_MANIPULATORS=true"  "-DHAVE_MANIPULATORS=false"  &&
config_query_option  COIN_OPTS  "Enable VRML97 support?" y \
                     "-DHAVE_VRML97=true"  "-DHAVE_VRML97=false"  &&
config_query_option  COIN_OPTS  "Enable thread safe traversals?" y \
                     "-DCOIN_THREADSAFE=true"  "-DCOIN_THREADSAFE=false"