aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-07-02 09:24:39 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-07-02 09:24:39 +0200
commit9fbab94798455c79bfadee9041a78bd47ff642e4 (patch)
tree48aeaec9ad406caab07f7f4449cf01eebb17ea9c /CMakeLists.txt
parentAdd WIN32 to windows executable (diff)
downloadsmolbote-9fbab94798455c79bfadee9041a78bd47ff642e4.tar.xz
Replace SingleApplication with itay-grudev/SingleApplication
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c0a4bda..a76f89e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -61,6 +61,8 @@ endif()
# with static values
configure_file("${PROJECT_SOURCE_DIR}/src/version.h.in" "${PROJECT_BINARY_DIR}/src/version.h")
+add_subdirectory(3rd-party/SingleApplication)
+
add_subdirectory(lib/about)
add_subdirectory(lib/addressbar)
add_subdirectory(lib/bookmarks)