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
4cbb5c5e
Commit
4cbb5c5e
authored
Jan 25, 2012
by
Dick Hollenbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tune the order of link libraries, based on estimated dependency sequence
parent
bc48b850
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
6 deletions
+12
-6
CMakeLists.txt
cvpcb/CMakeLists.txt
+2
-2
CMakeLists.txt
eeschema/CMakeLists.txt
+8
-2
CMakeLists.txt
pcbnew/CMakeLists.txt
+2
-2
No files found.
cvpcb/CMakeLists.txt
View file @
4cbb5c5e
...
...
@@ -94,11 +94,11 @@ target_link_libraries(cvpcb
3d-viewer
pcbcommon
common
polygon
bitmaps
polygon
kbool
${
OPENGL_LIBRARIES
}
${
wxWidgets_LIBRARIES
}
${
OPENGL_LIBRARIES
}
${
GDI_PLUS_LIBRARIES
}
)
...
...
eeschema/CMakeLists.txt
View file @
4cbb5c5e
...
...
@@ -207,8 +207,14 @@ if(APPLE)
${
CMAKE_CURRENT_SOURCE_DIR
}
/Info.plist
)
endif
(
APPLE
)
target_link_libraries
(
eeschema common bitmaps kbool polygon
${
wxWidgets_LIBRARIES
}
${
GDI_PLUS_LIBRARIES
}
)
target_link_libraries
(
eeschema
common
bitmaps
polygon
kbool
${
wxWidgets_LIBRARIES
}
${
GDI_PLUS_LIBRARIES
}
)
install
(
TARGETS eeschema
DESTINATION
${
KICAD_BIN
}
...
...
pcbnew/CMakeLists.txt
View file @
4cbb5c5e
...
...
@@ -278,11 +278,11 @@ target_link_libraries(pcbnew
3d-viewer
pcbcommon
common
polygon
bitmaps
polygon
kbool
${
OPENGL_LIBRARIES
}
${
wxWidgets_LIBRARIES
}
${
OPENGL_LIBRARIES
}
${
GDI_PLUS_LIBRARIES
}
)
...
...
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