File: CMakeLists.txt

package info (click to toggle)
fcitx 1%3A4.2.8.5-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 19,300 kB
  • ctags: 9,638
  • sloc: ansic: 139,124; cpp: 7,453; sh: 2,738; python: 759; xml: 191; makefile: 45
file content (8 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
add_subdirectory(man)

set(FCITX_DOC_FILES
	cjkvinput.txt wb_fh.htm pinyin.txt
	Develop_Readme API.txt
)

install(FILES ${FCITX_DOC_FILES} DESTINATION share/doc/${package} )