mirror of
https://github.com/aap/librw.git
synced 2024-11-24 12:45:43 +00:00
10 lines
134 B
CMake
10 lines
134 B
CMake
|
Build with cmake
|
||
|
================
|
||
|
|
||
|
Linux
|
||
|
|
||
|
mkdir build
|
||
|
cd build
|
||
|
cmake .. -DLIBRW_PLATFORM=GL3 -DLIBRW_GL3_GFXLIB=SDL2
|
||
|
make
|