File: CMakeLists.txt

package info (click to toggle)
libpinyin 0.6.91-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 41,840 kB
  • sloc: cpp: 14,520; python: 1,505; makefile: 284; ansic: 166; awk: 6; sh: 6
file content (19 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
add_executable(
    spseg
    spseg.cpp
)

target_link_libraries(
    spseg
    libpinyin
)

add_executable(
    ngseg
    ngseg.cpp
)

target_link_libraries(
    ngseg
    libpinyin
)