12 lines
519 B
Diff
12 lines
519 B
Diff
--- analitza-4.14.0/calgebra/CMakeLists.txt.orig 2014-08-22 03:17:38.915231665 +0200
|
|
+++ analitza-4.14.0/calgebra/CMakeLists.txt 2014-08-22 03:17:47.694228289 +0200
|
|
@@ -17,7 +17,7 @@
|
|
endif()
|
|
|
|
kde4_add_executable(calgebra ${calgebra_SRCS})
|
|
-target_link_libraries(calgebra ${QT_QTCORE_LIBRARY} ${READLINE_LIBRARY} ${CURSES_LIBRARIES} analitza)
|
|
+target_link_libraries(calgebra ${QT_QTCORE_LIBRARY} ${READLINE_LIBRARY} ${CURSES_LIBRARIES} termcap analitza)
|
|
|
|
install(TARGETS calgebra ${INSTALL_TARGETS_DEFAULT_ARGS})
|
|
|