File raylib-3.0.0-noexamples.patch of Package raylib
diff -urEbw raylib-3.0.0/CMakeLists.txt raylib-3.0.0.new/CMakeLists.txt --- raylib-3.0.0/CMakeLists.txt 2020-04-01 11:07:01.000000000 +0200 +++ raylib-3.0.0.new/CMakeLists.txt 2020-04-29 22:12:32.184784329 +0200 @@ -43,12 +43,4 @@ add_subdirectory(src) -if (${BUILD_EXAMPLES}) - add_subdirectory(examples) -endif() - -if (${BUILD_GAMES}) - add_subdirectory(games) -endif() - enable_testing()