File: CMakeLists.txt

package info (click to toggle)
plastimatch 1.10.0%2Bdfsg.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 48,324 kB
  • sloc: cpp: 126,131; sh: 5,845; ansic: 2,867; lisp: 907; makefile: 63; pascal: 62; cs: 19; fortran: 15
file content (11 lines) | stat: -rw-r--r-- 279 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
project (liblbfgs)

set (LIBLBFGS_LIBRARY_SRC
  lib/lbfgs.c
  lib/arithmetic_ansi.h
  lib/arithmetic_sse_float.h
  lib/arithmetic_sse_double.h
  )
include_directories (BEFORE ${CMAKE_CURRENT_SOURCE_DIR}/include)

plm_add_static_library (lbfgs "${LIBLBFGS_LIBRARY_SRC}" "" "" "")