File: CMakeLists.txt

package info (click to toggle)
fcitx5-qt 5.1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,340 kB
  • sloc: cpp: 11,697; xml: 243; ansic: 46; makefile: 14; sh: 9
file content (7 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
if (TARGET Fcitx5Qt5::WidgetsAddons)

add_executable(testkeytrans testkeytrans.cpp)
target_link_libraries(testkeytrans Fcitx5Qt5::WidgetsAddons)
add_test(testkeytrans testkeytrans)

endif()