-
Notifications
You must be signed in to change notification settings - Fork 0
/
CMakeLists.txt
30 lines (16 loc) · 927 Bytes
/
CMakeLists.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# This is a skeleton CMakeLists.txt file, auto-generated on
# Mon Mar 6 11:21:24 CET 2023. The developer(s) of this package should delete
# this comment as well as adding dependent targets, packages,
# etc. specific to the package. For details on how to write a package,
# please see
# https://dune-daq-sw.readthedocs.io/en/latest/packages/daq-cmake/
cmake_minimum_required(VERSION 3.12)
project(crappyzcu VERSION 0.0.0)
find_package(daq-cmake REQUIRED)
daq_setup_environment()
find_package(Boost COMPONENTS unit_test_framework REQUIRED)
##############################################################################
# See https://dune-daq-sw.readthedocs.io/en/latest/packages/daq-cmake/#daq_add_unit_test
# daq_add_unit_test(Placeholder_test LINK_LIBRARIES) # Placeholder_test should be replaced with real unit tests
##############################################################################
daq_install()