Commit 4cbb5c5e authored by Dick Hollenbeck's avatar Dick Hollenbeck

tune the order of link libraries, based on estimated dependency sequence

parent bc48b850
...@@ -94,11 +94,11 @@ target_link_libraries(cvpcb ...@@ -94,11 +94,11 @@ target_link_libraries(cvpcb
3d-viewer 3d-viewer
pcbcommon pcbcommon
common common
polygon
bitmaps bitmaps
polygon
kbool kbool
${OPENGL_LIBRARIES}
${wxWidgets_LIBRARIES} ${wxWidgets_LIBRARIES}
${OPENGL_LIBRARIES}
${GDI_PLUS_LIBRARIES} ${GDI_PLUS_LIBRARIES}
) )
......
...@@ -207,8 +207,14 @@ if(APPLE) ...@@ -207,8 +207,14 @@ if(APPLE)
${CMAKE_CURRENT_SOURCE_DIR}/Info.plist) ${CMAKE_CURRENT_SOURCE_DIR}/Info.plist)
endif(APPLE) endif(APPLE)
target_link_libraries(eeschema common bitmaps kbool polygon ${wxWidgets_LIBRARIES} target_link_libraries(eeschema
${GDI_PLUS_LIBRARIES}) common
bitmaps
polygon
kbool
${wxWidgets_LIBRARIES}
${GDI_PLUS_LIBRARIES}
)
install(TARGETS eeschema install(TARGETS eeschema
DESTINATION ${KICAD_BIN} DESTINATION ${KICAD_BIN}
......
...@@ -278,11 +278,11 @@ target_link_libraries(pcbnew ...@@ -278,11 +278,11 @@ target_link_libraries(pcbnew
3d-viewer 3d-viewer
pcbcommon pcbcommon
common common
polygon
bitmaps bitmaps
polygon
kbool kbool
${OPENGL_LIBRARIES}
${wxWidgets_LIBRARIES} ${wxWidgets_LIBRARIES}
${OPENGL_LIBRARIES}
${GDI_PLUS_LIBRARIES} ${GDI_PLUS_LIBRARIES}
) )
......
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