File: CMakeLists.txt

package info (click to toggle)
cuneiform 1.1.0%2Bdfsg-12
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid, trixie
  • size: 72,320 kB
  • sloc: ansic: 183,512; cpp: 101,929; sh: 38; makefile: 36
file content (30 lines) | stat: -rw-r--r-- 591 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
include_directories(BEFORE src)

add_definitions(-DDPUMA_SNAP) # See warning below.

add_library(lns32 ${LIBTYPE}
${SNP_SRC} # WARNING: not here in original VS solution.
src/bit_data.cpp
src/extrlns.cpp
src/fillgap3.cpp
src/fltbuf.cpp
src/frag.cpp
src/hliner.cpp
src/lbambuk.cpp
src/lns.cpp
src/lnscheck.cpp
src/lnsini.cpp
src/procline.cpp
src/puanso.cpp
src/rbambuk.cpp
src/rombabble.cpp
src/sbambuk.cpp
src/smooth.cpp
src/sweeper.cpp
src/tgreader.cpp
)
set_property(TARGET lns32 PROPERTY COMPILE_DEFINITIONS __LNS__)

target_link_libraries(lns32 cline std32 cfcompat)

library_hook(lns32)