7
0
mirror of https://gitlab.com/raylibtemplates/rt.git synced 2026-06-28 03:06:18 -04:00

Remove xxd build step from CMakeLists.txt

Asset headers should be in the repository instead of built now
This commit is contained in:
Maple Redleaf
2025-12-19 11:10:51 -06:00
parent b1f494c5d8
commit 093eb8388f
4 changed files with 14 additions and 42 deletions

View File

@@ -1,7 +1,6 @@
#include "../data/cube.png.h"
#include "raylib.h"
#include <cmath>
#include <raylib-cpp.hpp>
#if defined(PLATFORM_WEB)
#include <emscripten/emscripten.h>