Commit 6eda97fb authored by charras's avatar charras

fixed missing options -DKICAD_AUIMANAGER and -DKICAD_AUITOOLBAR in makefiles when using aui

parent d5e11720
......@@ -60,6 +60,14 @@ if(KICAD_GOST)
add_definitions(-DKICAD_GOST)
endif(KICAD_GOST)
if(KICAD_AUIMANAGER)
add_definitions(-DKICAD_AUIMANAGER)
endif(KICAD_AUIMANAGER)
if(KICAD_AUITOOLBAR)
add_definitions(-DKICAD_AUITOOLBAR)
endif(KICAD_AUITOOLBAR)
# Locations for install targets.
set(KICAD_BIN bin
CACHE PATH "Location of KiCad binaries.")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment