File: CMakeLists.txt

package info (click to toggle)
fcitx5-anthy 5.1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 784 kB
  • sloc: cpp: 7,594; makefile: 4; sh: 1
file content (2 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (2)
1
2
add_custom_target(copy-im DEPENDS anthy.conf.in-fmt)
add_custom_command(TARGET copy-im COMMAND ${CMAKE_COMMAND} -E copy ${PROJECT_BINARY_DIR}/src/anthy.conf ${CMAKE_CURRENT_BINARY_DIR}/anthy.conf)