build sample with cmake on Linux

This commit is contained in:
Seo Youngjin
2021-03-23 17:00:09 +09:00
committed by Anonymous Maarten
parent 6f5e6fe4e8
commit 36f95294fb
9 changed files with 75 additions and 0 deletions

9
README.cmake Normal file
View File

@@ -0,0 +1,9 @@
Build with cmake
================
Linux
mkdir build
cd build
cmake .. -DLIBRW_PLATFORM=GL3 -DLIBRW_GL3_GFXLIB=SDL2
make