|
@@ -30,7 +30,7 @@ solution "nanovg" |
|
|
|
|
|
|
|
|
configuration { "macosx" } |
|
|
configuration { "macosx" } |
|
|
links { "glfw3" } |
|
|
links { "glfw3" } |
|
|
linkoptions { "-framework OpenGL", "-framework Cocoa", "-framework IOKit" } |
|
|
|
|
|
|
|
|
linkoptions { "-framework OpenGL", "-framework Cocoa", "-framework IOKit", "-framework CoreVideo" } |
|
|
|
|
|
|
|
|
configuration "Debug" |
|
|
configuration "Debug" |
|
|
defines { "DEBUG" } |
|
|
defines { "DEBUG" } |
|
@@ -57,7 +57,7 @@ solution "nanovg" |
|
|
|
|
|
|
|
|
configuration { "macosx" } |
|
|
configuration { "macosx" } |
|
|
links { "glfw3" } |
|
|
links { "glfw3" } |
|
|
linkoptions { "-framework OpenGL", "-framework Cocoa", "-framework IOKit" } |
|
|
|
|
|
|
|
|
linkoptions { "-framework OpenGL", "-framework Cocoa", "-framework IOKit", "-framework CoreVideo" } |
|
|
|
|
|
|
|
|
configuration "Debug" |
|
|
configuration "Debug" |
|
|
defines { "DEBUG" } |
|
|
defines { "DEBUG" } |
|
|