Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Added build and dist files. Work in progress on standardization.
Browse files Browse the repository at this point in the history
  • Loading branch information
drahosp committed Mar 9, 2012
1 parent ab7fdfd commit fa7b151
Show file tree
Hide file tree
Showing 3 changed files with 480 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CMakeLists.txt
@@ -0,0 +1,16 @@
# Copyright (C) 2007-2012 LuaDist.
# Created by Peter Drahoš, Peter Kapec
# 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 ( luanativeobjects NONE )
cmake_minimum_required ( VERSION 2.6 )
include ( dist.cmake )

install ( DIRECTORY native_objects DESTINATION ${INSTALL_LMOD} )
install_data ( project_template )
install_example ( examples/ )
install_lua_module ( record record.lua )
install_lua_executable ( native_objects native_objects.lua )
install_data ( COPYRIGHT README.md TODO.md )

0 comments on commit fa7b151

Please sign in to comment.