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
1698acd7
Commit
1698acd7
authored
Mar 25, 2010
by
dickelbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
from alain.portal@free.fr, see mailing list
parent
4b85c011
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
CMakeLists.txt
common/CMakeLists.txt
+1
-0
CMakeLists.txt
eeschema/CMakeLists.txt
+1
-1
CMakeLists.txt
kicad/CMakeLists.txt
+1
-1
No files found.
common/CMakeLists.txt
View file @
1698acd7
...
...
@@ -44,6 +44,7 @@ set(COMMON_SRCS
hotkeys_basic.cpp
msgpanel.cpp
newstroke_font.cpp
../pcbnew/class_drc_item.cpp
projet_config.cpp
richio.cpp
selcolor.cpp
...
...
eeschema/CMakeLists.txt
View file @
1698acd7
...
...
@@ -159,7 +159,7 @@ if(APPLE)
set_target_properties
(
eeschema PROPERTIES MACOSX_BUNDLE_INFO_PLIST
${
CMAKE_CURRENT_SOURCE_DIR
}
/Info.plist
)
endif
(
APPLE
)
target_link_libraries
(
eeschema common bitmaps polygon
${
wxWidgets_LIBRARIES
}
${
GDI_PLUS_LIBRARIES
}
)
target_link_libraries
(
eeschema common bitmaps
kbool
polygon
${
wxWidgets_LIBRARIES
}
${
GDI_PLUS_LIBRARIES
}
)
install
(
TARGETS eeschema
DESTINATION
${
KICAD_BIN
}
...
...
kicad/CMakeLists.txt
View file @
1698acd7
...
...
@@ -49,7 +49,7 @@ install(TARGETS KiCad
DESTINATION
${
KICAD_BIN
}
COMPONENT binary
)
else
(
APPLE
)
target_link_libraries
(
kicad common bitmaps polygon
${
wxWidgets_LIBRARIES
}
${
GDI_PLUS_LIBRARIES
}
)
target_link_libraries
(
kicad common bitmaps
kbool
polygon
${
wxWidgets_LIBRARIES
}
${
GDI_PLUS_LIBRARIES
}
)
install
(
TARGETS kicad
DESTINATION
${
KICAD_BIN
}
COMPONENT binary
)
...
...
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