I have a cmake build script that works on Linux. I’m trying to get the script to also build on Windows, but haven’t been able to get cmake to find lua. I have cygwin installed, and CLion adds /cygdrive to the paths.
I setup and environment variable LUA_DIR that points to C:\Program Files\lua\5.3. Earlier today cmake was able to find the version number, and the path for LUA_INCLUDE_DIR, but couldn’t find LUA_LIBRARY. (I have a lib directory in the LUA_DIR path, with all the libs) Now, it’s not able to find anything.
Anyone able to help out?