diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-09 08:35:03 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-09 08:35:03 +0200 |
| commit | 432f24319319fe040e142059eb83279c53f90ab8 (patch) | |
| tree | 5631eb0eb3a46d086070e8398d9080ff681133ac /imgui-1.92.1/examples/example_apple_metal/Makefile | |
| parent | 5d34aff5888d3f0c624251f15bedb96c347978d6 (diff) | |
refactor 2
Diffstat (limited to 'imgui-1.92.1/examples/example_apple_metal/Makefile')
| -rw-r--r-- | imgui-1.92.1/examples/example_apple_metal/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/imgui-1.92.1/examples/example_apple_metal/Makefile b/imgui-1.92.1/examples/example_apple_metal/Makefile deleted file mode 100644 index 9412c9b..0000000 --- a/imgui-1.92.1/examples/example_apple_metal/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for example_apple_metal, for macOS only (**not iOS**) -CXX = clang++ -EXE = example_apple_metal -IMGUI_DIR = ../../ -SOURCES = main.mm -SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_DIR)/imgui_tables.cpp $(IMGUI_DIR)/imgui_widgets.cpp -SOURCES += $(IMGUI_DIR)/backends/imgui_impl_osx.mm $(IMGUI_DIR)/backends/imgui_impl_metal.mm - -CXXFLAGS = -std=c++11 -ObjC++ -fobjc-arc -Wall -Wextra -I$(IMGUI_DIR) -I$(IMGUI_DIR)/backends -FRAMEWORKS = -framework AppKit -framework Metal -framework MetalKit -framework QuartzCore -framework GameController - -all: $(EXE) - -$(EXE): $(SOURCES) - $(CXX) $(CXXFLAGS) $^ $(FRAMEWORKS) -o $@ - -run: all - ./$(EXE) - -clean: - rm -f $(EXE) *.o |
