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 customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/activation.scm
AgeCommit message (Expand)Author
2020-01-06activation: Check whether /proc/sys/kernel/modprobe exists....kanichos@yandex.ru
2020-01-02activation: Keep going when failing to create one of the setuid programs....Ludovic Courtès
2019-06-05activation: Lock /etc/.pwd.lock before accessing databases....Ludovic Courtès
2019-03-08activation: Shared system home directories are now 555 and root-owned....Ludovic Courtès
2019-03-07activation: Build account databases with (gnu build accounts)....Ludovic Courtès
2019-03-07activation: Operate on <user-account> and <user-group> records....Ludovic Courtès
2019-03-04activation: Make home directories #o700 by default....Ludovic Courtès
2018-11-18activation: Aways pass '-d HOME' to 'useradd'....Ludovic Courtès