Browse Source

Importing makefile base is still needed

tags/22.02
falkTX 4 years ago
parent
commit
83f0cde441
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      src/Makefile.cardinal.mk

+ 6
- 0
src/Makefile.cardinal.mk View File

@@ -13,6 +13,12 @@ PREFIX ?= /usr/local
DESTDIR ?=
SYSDEPS ?= false

# --------------------------------------------------------------
# Import base definitions

USE_NANOVG_FBO = true
include ../../dpf/Makefile.base.mk

# --------------------------------------------------------------
# Files to build (DPF stuff)



Loading…
Cancel
Save