Fix build issues on RedHat based systems when using shared libraries.

This commit is contained in:
Alain Portal 2012-01-26 16:45:23 -05:00 committed by Wayne Stambaugh
parent 96f435202c
commit fb7b03a650
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ if(APPLE)
endif(APPLE)
target_link_libraries( pcb_calculator
common polygon bitmaps
common polygon bitmaps kbool
${wxWidgets_LIBRARIES}
)