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

Collapse All | Expand All

(-)a/CMakeLists.txt (-1 / +1 lines)
Lines 28-34 set(datadir ${CMAKE_INSTALL_PREFIX}/shar Link Here
28
set(localedir ${CMAKE_INSTALL_PREFIX}/share/locale)
28
set(localedir ${CMAKE_INSTALL_PREFIX}/share/locale)
29
set(includedir  ${CMAKE_INSTALL_PREFIX}/include/googlepinyin)
29
set(includedir  ${CMAKE_INSTALL_PREFIX}/include/googlepinyin)
30
set(CMAKE_C_FLAGS "-Wall ${CMAKE_C_FLAGS}")
30
set(CMAKE_C_FLAGS "-Wall ${CMAKE_C_FLAGS}")
31
set(CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-undefined ${CMAKE_SHARED_LINKER_FLAG}")
31
set(CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-undefined ${CMAKE_SHARED_LINKER_FLAGS}")
32
32
33
add_subdirectory(src)
33
add_subdirectory(src)
34
add_subdirectory(tools)
34
add_subdirectory(tools)

Return to bug 381927