Brad Bishop | 5906173 | 2019-10-07 15:48:37 -0400 | [diff] [blame] | 1 | executable( |
2 | 'find_hwmon', | ||||
3 | 'find_hwmon.cpp', | ||||
4 | include_directories: '..', | ||||
5 | link_with: libsysfs, | ||||
6 | ) | ||||
7 | |||||
8 | executable( | ||||
9 | 'find_callout_path', | ||||
10 | 'find_callout_path.cpp', | ||||
11 | include_directories: '..', | ||||
12 | link_with: libsysfs, | ||||
13 | ) |