aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorBurt P <pburt0@gmail.com>2018-05-20 10:56:19 -0500
committerLeandro A. F. Pereira <leandro@hardinfo.org>2018-05-29 07:08:46 -0700
commit65dc5d0c8b3fc8adc16efdc5250b26b182297b27 (patch)
treed3fb52c70fa331bb461f3311ab17f3ae62b6674b /CMakeLists.txt
parentb1e053e8bd24fbd38dff52b601adb2acdd763d70 (diff)
move data files to data/
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6ec2b045..697bdac4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -116,9 +116,9 @@ set(HARDINFO_MODULES
network
)
set(HARDINFO_RESOURCES
- "benchmark.conf"
- "benchmark.data"
- "vendor.ids"
+ "data/benchmark.conf"
+ "data/benchmark.data"
+ "data/vendor.ids"
)
set(HARDINFO_MANPAGES