File: CMakeLists.txt

package info (click to toggle)
libkdtree%2B%2B 0.7.1%2Bgit20101123-5
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 812 kB
  • sloc: cpp: 2,064; sh: 623; python: 543; makefile: 113
file content (7 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
add_executable (test_hayne test_hayne.cpp)
add_executable (test_kdtree test_kdtree.cpp)
add_executable (test_find_within_range test_find_within_range.cpp)

add_test(test_hayne test_hayne)
add_test(test_kdtree test_kdtree)
add_test(test_find_within_range test_find_within_range)