Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add cmake #131

Closed
wants to merge 1 commit into from
Closed

add cmake #131

wants to merge 1 commit into from

Conversation

sonoro1234
Copy link

@sonoro1234 sonoro1234 commented Dec 3, 2019

This allows building with

cmake -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DLUA_LIB=c:/anima/lua51.dll -DLUA_INC=C:/supercolliderrepos/Lua2SC/lua-5.1.5/src -DLUA_LIBDIR=c:/anima ../../luafilesystem

mingw32-make install

Of course it will work with other compilers, system, toolchains setting
LUA_LIB
LUA_INC
LUA_LIBDIR

and using make install, nmake install or whatever

Tested on win32 mingw, win32 nmake(MSVC) and linux gcc

@coveralls
Copy link
Collaborator

Coverage Status

Coverage remained the same at 80.234% when pulling bcbefe7 on sonoro1234:cmake into 04bdaf9 on keplerproject:master.

@sonoro1234
Copy link
Author

coveralls seems not a person @hishamhm has something to say?

@hishamhm
Copy link
Member

This package builds on all platforms with luarocks using builtin mode. There are no plans to support additional build systems, sorry!

@hishamhm hishamhm closed this Apr 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants