From: fis Date: Sat, 20 Jan 2018 07:42:38 +0800 Subject: [PATCH] rct.cmake: Add missing headers. --- rct.cmake | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/rct.cmake b/rct.cmake index 323e7b9..3e0ac6b 100644 --- a/rct.cmake +++ b/rct.cmake @@ -339,7 +339,27 @@ if (NOT RCT_NO_INSTALL) rct/Timer.h rct/Value.h rct/WriteLocker.h + rct/CpuUsage.h + rct/DataFile.h + rct/Date.h + rct/EmbeddedLinkedList.h + rct/FinishMessage.h + rct/Flags.h + rct/Hash.h + rct/LinkedList.h + rct/Map.h + rct/MemoryMappedFile.h + rct/OnDestruction.h + rct/QuitMessage.h + rct/ResponseMessage.h + rct/ScriptEngine.h + rct/StackBuffer.h + rct/WindowsUnicodeConversion.h DESTINATION include/rct) + install(FILES + json/json.hpp + DESTINATION include/rct/json) + install(EXPORT "rct" DESTINATION lib/cmake) endif () -- 2.13.6 mized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/cups.scm
AgeCommit message (Expand)Author
2023-05-03services: cups: Use cups-minimal to avoid PAM authentication....Maxim Cournoyer
2022-05-29gnu: cups-minimal, cups: Update to 2.4.2....Tobias Geerinckx-Rice
2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus
2021-11-30services: Accept <inferior-package>s in lieu of <package>s....Tobias Geerinckx-Rice
2021-11-17Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-11-16services: cups: Update default timeouts....Tobias Geerinckx-Rice
2021-06-23Merge branch 'master' into core-updates...Tobias Geerinckx-Rice
2021-06-23services: cups: Remove obsolete KeepAliveTimeout directive....Tobias Geerinckx-Rice
2021-06-23services: cups: Fix ‘files-config’ typo/left-over....Tobias Geerinckx-Rice
2021-06-23services: cups: Support CUPS 2.3.3op2's LogFileGroup directive....Tobias Geerinckx-Rice
2021-03-10services: Prevent following symlinks during activation....Maxime Devos
2021-01-17services: cups: reuse lp from %base-groups....Leo Prikler