File: CMakeLists.txt

package info (click to toggle)
grcompiler 5.2-2.2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 24,352 kB
  • sloc: cpp: 48,550; ansic: 6,104; sh: 4,427; makefile: 197; xml: 190; perl: 127; sed: 21
file content (3 lines) | stat: -rw-r--r-- 52 bytes parent folder | download | duplicates (3)
1
2
3
project(lz4)

add_library(lz4 STATIC lz4.c lz4hc.c)