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

Commit 12942e1

Browse files
author
kapec
committed
Added build scripts
1 parent 8243d5b commit 12942e1

File tree

3 files changed

+477
-12
lines changed

3 files changed

+477
-12
lines changed

CMakeLists.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Copyright (C) 2011 LuaDist.
2+
# Created by Peter Kapec
3+
# Redistribution and use of this file is allowed according to the terms of the MIT license.
4+
# For details see the COPYRIGHT file distributed with LuaDist.
5+
# Please note that the package source code is licensed under its own license.
6+
7+
project ( lua-bit-numberlua NONE)
8+
cmake_minimum_required ( VERSION 2.6 )
9+
include ( dist.cmake )
10+
11+
INSTALL(DIRECTORY module/lmod/bit DESTINATION ${INSTALL_LMOD})
12+
INSTALL(FILES COPYRIGHT DESTINATION ${INSTALL_DATA})

0 commit comments

Comments
 (0)