Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 280744 | Differences between
and this patch

Collapse All | Expand All

(-)old/ruby/soprano/CMakeLists.txt (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
set(rubysoprano_LIBRARY_SRC soprano.cpp sopranohandlers.cpp)
4
set(rubysoprano_LIBRARY_SRC soprano.cpp sopranohandlers.cpp)
5
add_library(rubysoprano MODULE ${rubysoprano_LIBRARY_SRC})
5
add_library(rubysoprano MODULE ${rubysoprano_LIBRARY_SRC})
6
target_link_libraries(rubysoprano ${QT_QTCORE_LIBRARY} ${RUBY_LIBRARY} smokeqt smokesoprano qtruby4shared)
6
target_link_libraries(rubysoprano ${QT_QTCORE_LIBRARY} ${RUBY_LIBRARY} smokeqt smokesoprano qtruby4shared ${SOPRANO_LIBRARIES})
7
set_target_properties(rubysoprano PROPERTIES PREFIX "" OUTPUT_NAME soprano)
7
set_target_properties(rubysoprano PROPERTIES PREFIX "" OUTPUT_NAME soprano)
8
install(TARGETS rubysoprano DESTINATION ${CUSTOM_RUBY_SITE_ARCH_DIR})
8
install(TARGETS rubysoprano DESTINATION ${CUSTOM_RUBY_SITE_ARCH_DIR})
9
install(FILES soprano.rb DESTINATION ${CUSTOM_RUBY_SITE_LIB_DIR}/soprano)
9
install(FILES soprano.rb DESTINATION ${CUSTOM_RUBY_SITE_LIB_DIR}/soprano)

Return to bug 280744