1. Help with CMake

Hello,

I recently came across this. [https://github.com/diaes256/clirrlicht] I tried using Visual Studio 17 to build the cmake file, but was unable to. I kept getting the error unable to find IRRLICHT_DIR. This was originally built under Linux, I am trying to build this under windows 7 64-bit ultimate. I'm not sure which directories I'd need to set or which ones I might be missing. Oh yes, this is related to Euphoria. Because, I believe if I can get this to build correctly under windows, I can make a wrapper to use Irrlicht with Euphoria. I can provide any additional information if it is needed.

new topic     » topic index » view message » categorize

2. Re: Help with CMake

Try adding this to the set instructions around line 3-6:

set(IRRLICHT_DIR "C:/path/to/irrlict") 

-Greg

new topic     » goto parent     » topic index » view message » categorize

3. Re: Help with CMake

ghaberek said...

Try adding this to the set instructions around line 3-6:

set(IRRLICHT_DIR "C:/path/to/irrlict") 

-Greg

I can't believe the solution was so simple. It worked! Now I can start working on a wrapper. Thanks. :)

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu