From 74d634e562323265e8d207200395c2c91cc19299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 14 Feb 2016 19:28:22 +0100 Subject: Add siprandom Based on an idea I got from a talk. --- CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b5e03bc..14a08a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,6 +53,9 @@ if (WITH_GDM) target_link_libraries (gdm-switch-user ${gdm_LIBRARIES}) endif (WITH_GDM) +add_executable (siprandom siprandom.c) +target_link_libraries (siprandom ${project_libraries}) + # The files to be installed include (GNUInstallDirs) @@ -67,7 +70,7 @@ if (WITH_GDM) install (TARGETS gdm-switch-user DESTINATION ${CMAKE_INSTALL_BINDIR}) endif (WITH_GDM) -install (TARGETS dwmstatus brightness fancontrol-ng +install (TARGETS dwmstatus brightness fancontrol-ng siprandom DESTINATION ${CMAKE_INSTALL_BINDIR}) install (PROGRAMS shellify DESTINATION ${CMAKE_INSTALL_BINDIR}) install (FILES LICENSE DESTINATION ${CMAKE_INSTALL_DOCDIR}) -- cgit v1.2.3