|
Lines 27-34
set(libdir ${LIB_INSTALL_DIR})
Link Here
|
| 27 |
set(datadir ${CMAKE_INSTALL_PREFIX}/share) |
27 |
set(datadir ${CMAKE_INSTALL_PREFIX}/share) |
| 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") |
30 |
set(CMAKE_C_FLAGS "-Wall ${CMAKE_C_FLAGS}") |
| 31 |
set(CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-undefined") |
31 |
set(CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-undefined ${CMAKE_SHARED_LINKER_FLAGS}") |
| 32 |
|
32 |
|
| 33 |
set(libdir ${LIB_INSTALL_DIR}) |
33 |
set(libdir ${LIB_INSTALL_DIR}) |
| 34 |
|
34 |
|