Arnaud Botella
2020-05-04 c1b8845a268e92d28d07a41024442ef3a35a02c9
1
2
3
4
5
6
7
8
9
10
11
12
add_library(hw_identifier OBJECT
    hw_identifier_facade.cpp
    default_strategy.cpp
    ethernet.cpp
    disk_strategy.cpp
    identification_strategy.cpp
    hw_identifier.cpp
)
 
if(CODE_COVERAGE AND UNIX)
      target_compile_options(hw_identifier PUBLIC -O0 -g --coverage)
endif(CODE_COVERAGE AND UNIX)