File: CMakeLists.txt

package info (click to toggle)
fcitx-googlepinyin 0.1.6-5.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 224 kB
  • sloc: cpp: 520; makefile: 9
file content (9 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
set(GPY_STANDALONE_SRCS
	main.cpp
)

include_directories(${GOOGLEPINYIN_INCLUDE_DIRS})

add_executable(gpy_standalone ${GPY_STANDALONE_SRCS})

target_link_libraries(gpy_standalone googlepinyin)