WIP-update: edit readme and makefile #1
3
makefile
3
makefile
@ -97,6 +97,9 @@ $(OUTPUT_FILE): $(OBJECT_FILES)
|
||||
$(CXX) -o $@ $(OBJECT_FILES) $(LINKER_FLAGS) $(LIB_PATHS) $(LIBRARIES)
|
||||
@echo "Copying libraries to $(BIN_DIR)..."
|
||||
@cp $(SDK_LIB_PATH)/$(SDK_LIB_FILE) $(BIN_DIR)/$(SDK_LIB_FILE)
|
||||
# Copy bella engine lib files to poomer-bella-sine
|
||||
@cp -P $(BELLA_SDK_PATH)/lib/libbella_engine_sdk.dylib $(BIN_DIR)/
|
||||
@cp -P $(BELLA_SDK_PATH)/lib/libdl_usd_ms.dylib $(BIN_DIR)/
|
||||
@echo "Build complete: $(OUTPUT_FILE)"
|
||||
|
||||
# Add default target
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user