atari-py icon indicating copy to clipboard operation
atari-py copied to clipboard

CMakeLists.txt changed to help with building on Windows

Open SagaraBattousai opened this issue 3 years ago • 0 comments

Changed atari_py's CMakeLists.txt to add fPIC in a CMake style so as to be fully portable and link with a pre installed ZLIB (i.e. not needed to be in src). Note zlib.dll will require being copied to the atari_py/ale_interface directory next to ale_c.dll

SagaraBattousai avatar Aug 19 '21 17:08 SagaraBattousai