From b97462993b00ecc5cd04051b4fc2abd164fefb04 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sun, 28 Feb 2021 18:07:04 +0200 Subject: Single app instance; IPC mechanism Only one instance of Lagrange is allowed to run per a runtime directory. Otherwise the instances will overwrite each others' files. Added a check at startup to see if an instance is already running. If so, options can be used to communicate with it. By default, a new tab is opened in the running instance. IssueID #37 IssueID #164 IssueID #174 IssueID #178 --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 6067f9cd..3ee6ea00 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,6 +100,8 @@ set (SOURCES src/gopher.h src/history.c src/history.h + src/ipc.c + src/ipc.h src/lookup.c src/lookup.h src/media.c -- cgit v1.2.3