Browse Source

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

pull/1/head
Alain Portal 14 years ago
committed by Wayne Stambaugh
parent
commit
fb7b03a650
  1. 2
      pcb_calculator/CMakeLists.txt

2
pcb_calculator/CMakeLists.txt

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

Loading…
Cancel
Save