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
4d7149b1
Commit
4d7149b1
authored
Sep 14, 2008
by
f3nix
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CMake: Fix bug in install targets.
parent
c65942e1
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
12 deletions
+7
-12
CMakeLists.txt
cvpcb/CMakeLists.txt
+1
-2
CMakeLists.txt
eeschema/CMakeLists.txt
+1
-2
CMakeLists.txt
eeschema/plugins/CMakeLists.txt
+1
-1
CMakeLists.txt
gerbview/CMakeLists.txt
+1
-2
CMakeLists.txt
kicad/CMakeLists.txt
+1
-2
CMakeLists.txt
kicad/minizip/CMakeLists.txt
+1
-1
CMakeLists.txt
pcbnew/CMakeLists.txt
+1
-2
No files found.
cvpcb/CMakeLists.txt
View file @
4d7149b1
...
...
@@ -75,6 +75,5 @@ add_executable(cvpcb WIN32 MACOSX_BUNDLE ${CVPCB_SRCS} ${CVPCB_EXTRA_SRCS} ${CVP
target_link_libraries
(
cvpcb 3d-viewer common polygon bitmaps kbool
${
OPENGL_LIBRARIES
}
${
wxWidgets_LIBRARIES
}
)
install
(
TARGETS cvpcb
RUNTIME DESTINATION
${
KICAD_BIN
}
BUNDLE DESTINATION
${
KICAD_BIN
}
DESTINATION
${
KICAD_BIN
}
COMPONENT binary
)
eeschema/CMakeLists.txt
View file @
4d7149b1
...
...
@@ -126,8 +126,7 @@ add_executable(eeschema WIN32 MACOSX_BUNDLE ${EESCHEMA_SRCS} ${EESCHEMA_EXTRA_SR
target_link_libraries
(
eeschema common bitmaps
${
wxWidgets_LIBRARIES
}
)
install
(
TARGETS eeschema
RUNTIME DESTINATION
${
KICAD_BIN
}
BUNDLE DESTINATION
${
KICAD_BIN
}
DESTINATION
${
KICAD_BIN
}
COMPONENT binary
)
add_subdirectory
(
plugins
)
eeschema/plugins/CMakeLists.txt
View file @
4d7149b1
...
...
@@ -5,5 +5,5 @@ endif(UNIX)
add_executable
(
netlist_form_pads-pcb netlist_form_pads-pcb.cpp
)
install
(
TARGETS netlist_form_pads-pcb
RUNTIME
DESTINATION
${
KICAD_PLUGINS
}
DESTINATION
${
KICAD_PLUGINS
}
COMPONENT binary
)
gerbview/CMakeLists.txt
View file @
4d7149b1
...
...
@@ -81,6 +81,5 @@ add_executable(gerbview WIN32 MACOSX_BUNDLE ${GERBVIEW_SRCS} ${GERBVIEW_EXTRA_SR
target_link_libraries
(
gerbview 3d-viewer common polygon bitmaps kbool
${
wxWidgets_LIBRARIES
}
)
install
(
TARGETS gerbview
RUNTIME DESTINATION
${
KICAD_BIN
}
BUNDLE DESTINATION
${
KICAD_BIN
}
DESTINATION
${
KICAD_BIN
}
COMPONENT binary
)
kicad/CMakeLists.txt
View file @
4d7149b1
...
...
@@ -34,8 +34,7 @@ add_executable(kicad WIN32 MACOSX_BUNDLE ${KICAD_SRCS} ${KICAD_EXTRA_SRCS} ${KIC
target_link_libraries
(
kicad common bitmaps
${
wxWidgets_LIBRARIES
}
)
install
(
TARGETS kicad
RUNTIME DESTINATION
${
KICAD_BIN
}
BUNDLE DESTINATION
${
KICAD_BIN
}
DESTINATION
${
KICAD_BIN
}
COMPONENT binary
)
if
(
KICAD_MINIZIP
)
...
...
kicad/minizip/CMakeLists.txt
View file @
4d7149b1
...
...
@@ -25,5 +25,5 @@ add_executable(minizip ${MINIZIP_SRCS})
target_link_libraries
(
minizip
${
ZLIB_LIBRARIES
}
)
install
(
TARGETS minizip
RUNTIME
DESTINATION
${
KICAD_BIN
}
DESTINATION
${
KICAD_BIN
}
COMPONENT binary
)
pcbnew/CMakeLists.txt
View file @
4d7149b1
...
...
@@ -171,8 +171,7 @@ add_executable(pcbnew WIN32 MACOSX_BUNDLE ${PCBNEW_SRCS} ${PCBNEW_EXTRA_SRCS} ${
target_link_libraries
(
pcbnew 3d-viewer common polygon bitmaps kbool
${
wxWidgets_LIBRARIES
}
${
OPENGL_LIBRARIES
}
)
install
(
TARGETS pcbnew
RUNTIME DESTINATION
${
KICAD_BIN
}
BUNDLE DESTINATION
${
KICAD_BIN
}
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