1 # ---------------------------------------------------------------------------
3 # Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
4 # ---------------------------------------------------------------------------
5 # SquirrelJME is under the Mozilla Public License Version 2.0.
6 # See license.mkd for licensing and copyright information.
7 # ---------------------------------------------------------------------------
8 # DESCRIPTION: Asset support
10 # Packing asset base directories
11 set(SQUIRRELJME_ASSET_RAW
12 "${CMAKE_SOURCE_DIR}/cmake/packing")
13 set(SQUIRRELJME_ASSET_BIN
14 "${CMAKE_BINARY_DIR}/packing")
16 # Decode all files accordingly
17 squirreljme_decode_dir("${SQUIRRELJME_ASSET_RAW}"
18 "${SQUIRRELJME_ASSET_BIN}")