Make mold slightly happier.
This commit is contained in:
parent
045f65608a
commit
1c1bdb4f4a
|
@ -31,6 +31,7 @@ target_link_libraries( dxf2idf
|
|||
dxflib_qcad
|
||||
idf3
|
||||
kimath
|
||||
common
|
||||
${OPENGL_LIBRARIES}
|
||||
${wxWidgets_LIBRARIES}
|
||||
)
|
||||
|
@ -38,6 +39,7 @@ target_link_libraries( dxf2idf
|
|||
target_link_libraries( idf2vrml
|
||||
idf3
|
||||
kimath
|
||||
common
|
||||
${OPENGL_LIBRARIES}
|
||||
${wxWidgets_LIBRARIES}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue