Commit 602cbc88 authored by nanahira's avatar nanahira Committed by GitHub

fix vs build

parent 39628506
......@@ -2,7 +2,11 @@ project "cminiaudio"
kind "StaticLib"
files { "*.c", "*.h" }
forceincludes { "./stb_vorbis.h" }
filter "action:vs*"
forceincludes { "stb_vorbis.h" }
filter "not action:vs*"
forceincludes { "./stb_vorbis.h" }
filter "system:linux"
links { "dl", "pthread", "m" }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment