summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBurt P <pburt0@gmail.com>2017-08-14 23:08:38 -0500
committerLeandro A. F. Pereira <leandro@hardinfo.org>2017-08-14 23:12:54 -0700
commit964dc94fd708fc4a97812e7a79ecdb712cf82507 (patch)
treed0956180cf3f6dbc52d64d6b2f63afe5625ef259
parent10dd872ecb7fa3faf8bc036470fcf95eeab1fa0a (diff)
cmake: add info.c to gtk3 build/link list
Fixes #150. Signed-off-by: Burt P <pburt0@gmail.com>
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d82b2927..d4c60fec 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -221,6 +221,7 @@ add_executable(hardinfo
hardinfo/socket.c
hardinfo/util.c
hardinfo/vendor.c
+ hardinfo/info.c
shell/callbacks.c
shell/iconcache.c
shell/menu.c