From 047a55640ce4c194e5b99266b59d4175efeae058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Thu, 6 Jul 2017 12:45:58 +0200 Subject: Add iexec --- CMakeLists.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b93fbd7..4ce01ee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,6 +51,9 @@ target_link_libraries (fancontrol-ng ${project_libraries}) add_executable (priod priod.c) target_link_libraries (priod ${project_libraries}) +add_executable (iexec iexec.c) +target_link_libraries (iexec ${project_libraries}) + if (WITH_GDM) include_directories (${gdm_INCLUDE_DIRS}) add_executable (gdm-switch-user gdm-switch-user.c) @@ -90,8 +93,8 @@ if (WITH_GDM) install (TARGETS gdm-switch-user DESTINATION ${CMAKE_INSTALL_BINDIR}) endif (WITH_GDM) -install (TARGETS wmstatus brightness input-switch fancontrol-ng priod siprandom - DESTINATION ${CMAKE_INSTALL_BINDIR}) +install (TARGETS wmstatus brightness input-switch fancontrol-ng priod iexec + siprandom DESTINATION ${CMAKE_INSTALL_BINDIR}) install (PROGRAMS shellify DESTINATION ${CMAKE_INSTALL_BINDIR}) install (FILES LICENSE DESTINATION ${CMAKE_INSTALL_DOCDIR}) -- cgit v1.2.3