Fix build issues on RedHat based systems when using shared libraries.
This commit is contained in:
parent
96f435202c
commit
fb7b03a650
|
@ -67,7 +67,7 @@ if(APPLE)
|
||||||
endif(APPLE)
|
endif(APPLE)
|
||||||
|
|
||||||
target_link_libraries( pcb_calculator
|
target_link_libraries( pcb_calculator
|
||||||
common polygon bitmaps
|
common polygon bitmaps kbool
|
||||||
${wxWidgets_LIBRARIES}
|
${wxWidgets_LIBRARIES}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue