diff --git a/rct.cmake b/rct.cmake index daaa05a..aa82f9f 100644 --- a/rct.cmake +++ b/rct.cmake @@ -336,18 +336,27 @@ if (NOT RCT_NO_INSTALL) rct/Buffer.h rct/Config.h rct/Connection.h + rct/DataFile.h + rct/Date.h + rct/EmbeddedLinkedList.h rct/EventLoop.h rct/FileSystemWatcher.h + rct/FinishMessage.h + rct/Flags.h + rct/Hash.h rct/List.h + rct/LinkedList.h rct/Log.h rct/Map.h rct/MemoryMonitor.h rct/Message.h rct/MessageQueue.h + rct/OnDestruction.h rct/Path.h rct/Plugin.h rct/Point.h rct/Process.h + rct/QuitMessage.h rct/Rct.h rct/ReadLocker.h rct/ReadWriteLock.h @@ -362,6 +371,7 @@ if (NOT RCT_NO_INSTALL) rct/Size.h rct/SocketClient.h rct/SocketServer.h + rct/StackBuffer.h rct/StopWatch.h rct/String.h rct/StringTokenizer.h @@ -373,5 +383,9 @@ if (NOT RCT_NO_INSTALL) rct/WriteLocker.h DESTINATION include/rct) + install(FILES + json/json.hpp + DESTINATION include/rct/json) + install(EXPORT "rct" DESTINATION lib/cmake) endif ()