Adjust sourcize.c to use _snprintf if using MSVC.
[SquirrelJME.git] / nanocoat / lib / 3rdparty / CMakeLists.txt
blob7ea0746b9a92e6c82f0b72f6ebc1c4e4dde78422
1 # ---------------------------------------------------------------------------
2 # SquirrelJME
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 # ---------------------------------------------------------------------------
9 # Lua implementation
10 if(SQUIRRELJME_ENABLE_LUA)
11         add_subdirectory(lua)
12 endif()