File: CMakeLists.txt

package info (click to toggle)
fpzip 1.3.0-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 288 kB
  • sloc: cpp: 1,461; ansic: 488; makefile: 74
file content (6 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
add_executable(testfpzip testfpzip.c)
target_link_libraries(testfpzip fpzip)
if(HAVE_LIBM_MATH)
  target_link_libraries(testfpzip m)
endif()
add_test(NAME compress-decompress-validate COMMAND testfpzip)