Skip to content

Commit 5e35304

Browse files
committed
Fix compile error maybe?
1 parent 4fd168a commit 5e35304

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Core/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,11 @@ add_library(nanovg STATIC
6565
vendor/nanovg/src/nanovg_gl.h
6666
vendor/nanovg/src/nanovg_gl_utils.h
6767
vendor/nanovg/src/fontstash.h
68-
vendor/nanovg/src/stb_image.h
6968
vendor/nanovg/src/stb_truetype.h
7069
)
7170

71+
target_link_libraries(nanovg PRIVATE stbi)
72+
7273
set(SOLOUD_BACKEND_OGGVORBIS OFF)
7374
file(GLOB_RECURSE SOLOUD_SOURCES CONFIGURE_DEPENDS "vendor/soloud/src/*.cpp" "vendor/soloud/src/*.h")
7475
add_library(soloud STATIC ${SOLOUD_SOURCES})

Sandbox/assets/font.ttf

476 KB
Binary file not shown.

0 commit comments

Comments
 (0)