File: CMakeLists.txt

package info (click to toggle)
eckit 2.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 11,052 kB
  • sloc: cpp: 111,135; ansic: 2,826; yacc: 590; lex: 361; python: 302; sh: 162; makefile: 54
file content (5 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (6)
1
2
3
4
5
foreach( _test coordinate_helpers great_circle kdtree sphere kpoint points polygon )
    ecbuild_add_test( TARGET  eckit_test_geometry_${_test}
                      SOURCES test_${_test}.cc
                      LIBS    eckit_geometry )
endforeach()