- Timestamp:
- Jul 19, 2019, 8:50:06 PM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 8667f76
- Parents:
- 75108ef
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
makefile
r75108ef r0e6ecf3 42 42 endif 43 43 44 LIBS = `pkg-config --static --libs sdl2 `44 LIBS = `pkg-config --static --libs sdl2 glfw3` 45 45 ifeq ($(OS),Darwin) 46 46 LIBS := $(VULKAN_SDK_PATH)/lib/libvulkan.dylib $(LIBS) … … 52 52 LIB_FLAGS = $(LIB_PATHS) $(LIBS) 53 53 54 vulkangame: vulkan-game.cpp game-gui-sdl.cpp 54 vulkangame: vulkan-game.cpp game-gui-sdl.cpp game-gui-glfw.cpp 55 55 $(CC) $(CXX_FLAGS) -o $@ $^ $(LIB_FLAGS) 56 56
Note:
See TracChangeset
for help on using the changeset viewer.