TurkeyMan / premake-cmake

cmake output for premake5
BSD 3-Clause "New" or "Revised" License
23 stars 4 forks source link

It doesn't work in Premake5 #1

Closed Geequlim closed 7 years ago

Geequlim commented 9 years ago

Hello TurkeyMan , thanks for your scripts.

There are some probelms in this module.

I add the quote and required _cmake module in my script but it doesn't work when I execute

$ premake5 cmake

Here is the outputed message

$ premake5 cmake
$ Building configurations...
$ Running action 'cmake'...
$ Error: /Users/Geequlim/.premake/cmake/_cmake.lua:35: attempt to call field 'getmakefilename' (a nil value)

My version of premake is premake-5.0-alpha4 macosx

TurkeyMan commented 9 years ago

You're right. It's still work-in-progress. I'll finish it some day.

greshnoff commented 7 years ago

hi, any update?

TurkeyMan commented 7 years ago

i haven't worked on it. my own need for this is gone. sorry!

Geequlim commented 7 years ago

@greshnoff Try here https://github.com/Geequlim/premake-modules or https://github.com/Geequlim/genproject.

I have switched to scons :)