File: CMakeLists.txt

package info (click to toggle)
dart 6.13.2%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 56,948 kB
  • sloc: cpp: 274,310; python: 3,973; xml: 1,272; sh: 404; makefile: 31
file content (9 lines) | stat: -rw-r--r-- 179 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# Copyright (c) 2011-2022, The DART development contributors

dart_build_tests(
  TYPE unit
  COMPONENT_NAME math
  TARGET_PREFIX UNIT_math
  LINK_LIBRARIES dart
  GLOB_SOURCES
)