From f2ec611c26c0ea74312eaca6eaf2eaef131d1599 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch
Date: Mon, 31 Mar 2025 21:02:29 +0200 Subject: Add genpass: a tool to generate passwords --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e9d617c..233ebde 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ configure_file (${PROJECT_SOURCE_DIR}/config.h.in include_directories (${PROJECT_BINARY_DIR}) # Build -set (targets wmstatus paswitch siprandom) +set (targets wmstatus paswitch siprandom genpass) if ("${CMAKE_SYSTEM_NAME}" STREQUAL Linux) # These use Linux i2c APIs, but can be made to work on macOS list (APPEND targets brightness input-switch) -- cgit v1.2.3-70-g09d2