Open ohayoyogi opened 1 year ago
Hi, I'm Windows user. I wrote CMakeLists.txt to support Windows SDL.
Build command is below.
cd freej2me/src/sdl2 mkdir build cd build cmake .. -DCMAKE_INSTALL_PREFIX=%USERPROFILE%\freej2me -G "Visual Studio 17 2022" cmake --build . --config RELEASE --target INSTALL
Could you review this?
Hi, I'm Windows user. I wrote CMakeLists.txt to support Windows SDL.
Build command is below.
Could you review this?