mirror of
https://github.com/Drezil/imgui.git
synced 2025-08-19 18:33:14 +02:00
Tweak MacOS X Makefile for likely scenario
This commit is contained in:
@ -5,7 +5,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
CXXFLAGS=-framework OpenGL -framework Cocoa -framework IOKit
|
CXXFLAGS=-framework OpenGL -framework Cocoa -framework IOKit
|
||||||
#CXXFLAGS+=-L/usr/local/Cellar/glew/1.10.0/lib -L/usr/local/Cellar/glfw3/3.0.4/lib
|
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+=-lglew -lglfw3
|
CXXFLAGS+=-lglew -lglfw3
|
||||||
CXXFLAGS+=-I../../
|
CXXFLAGS+=-I../../
|
||||||
CXXFLAGS+= -D__APPLE__
|
CXXFLAGS+= -D__APPLE__
|
||||||
|
Reference in New Issue
Block a user