File: README.Debian

package info (click to toggle)
openalgz-ut 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 220 kB
  • sloc: cpp: 443; sh: 10; makefile: 6
file content (13 lines) | stat: -rw-r--r-- 354 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
openalgz-ut for Debian
----------------------

When using CMake, link against the Debian-provided imported target:

  find_package(openalgz-ut REQUIRED)
  target_link_libraries(main PRIVATE openalgz-ut::openalgz-ut)

Include statements remain unchanged:

  #include <ut/ut.hpp>

 -- Carl Keinath <carl.keinath@gmail.com>  Wed, 22 Oct 2025 18:55:00 +0200