mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-15 01:17:00 +00:00
Add missing framework for MacOSX builds.
This commit is contained in:
parent
4ea2af7ea5
commit
8d32fcb7d4
@ -4,7 +4,7 @@
|
|||||||
# brew install glfw3
|
# brew install glfw3
|
||||||
#
|
#
|
||||||
|
|
||||||
CXXFLAGS=-framework OpenGL -framework Cocoa -framework IOKit
|
CXXFLAGS=-framework OpenGL -framework Cocoa -framework IOKit -framework CoreVideo
|
||||||
CXXFLAGS+=-I/usr/local/Cellar/glew/1.10.0/include -I/usr/local/Cellar/glfw3/3.0.4/include
|
CXXFLAGS+=-I/usr/local/Cellar/glew/1.10.0/include -I/usr/local/Cellar/glfw3/3.0.4/include
|
||||||
CXXFLAGS+=-L/usr/local/Cellar/glew/1.10.0/lib -L/usr/local/Cellar/glfw3/3.0.4/lib
|
CXXFLAGS+=-L/usr/local/Cellar/glew/1.10.0/lib -L/usr/local/Cellar/glfw3/3.0.4/lib
|
||||||
CXXFLAGS+=-lglew -lglfw3
|
CXXFLAGS+=-lglew -lglfw3
|
||||||
|
Loading…
Reference in New Issue
Block a user