Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
6eda97fb
Commit
6eda97fb
authored
Jan 10, 2010
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed missing options -DKICAD_AUIMANAGER and -DKICAD_AUITOOLBAR in makefiles when using aui
parent
d5e11720
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
CMakeLists.txt
CMakeLists.txt
+8
-0
No files found.
CMakeLists.txt
View file @
6eda97fb
...
...
@@ -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."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment