YunzhuLi / PyFleX

Customized Python APIs for NVIDIA FleX
Other
119 stars 28 forks source link

cmakelist for windows #3

Open sguerin13 opened 4 years ago

sguerin13 commented 4 years ago

Hello,

I'd like to use this for a project for one of my classes but I am not familiar with cmake. I am trying to hack something together but it would be awesome to have a cmakelist for building it out on windows.

YunzhuLi commented 4 years ago

Hi Steve, I built this package on a Linux machine, and I haven't tested it on other operating systems. The original FleX simulator supports Windows, so I suppose it is possible to alter this package to run on a Windows machine. You may refer to the following file to see how you can make the adaptation. CMakeLists

sguerin13 commented 4 years ago

Windows doesn't have the posix multithreading library so that ended up being a roadblock for the windows implementation. Created a linux partition and ran it without issue.

Impressive work, thanks for sharing it on github.