# Copyright (C) 2007-2012 LuaDist.
# Created by Peter Drahoš
# Redistribution and use of this file is allowed according to the terms of the MIT license.
# For details see the COPYRIGHT file distributed with LuaDist.
# Please note that the package source code is licensed under its own license.

project ( slnunicode C )
cmake_minimum_required ( VERSION 2.8 )
include ( cmake/dist.cmake )
include ( lua )

add_definitions ( -DluaI_openlib=luaL_openlib )
# workaround Lua 5.0 compat

install_lua_module ( unicode slnunico.c slnudata.c unicode.def )
install_test ( unitest )
