summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2022-08-16 09:00:40 +0300
committeraqua <aqua@iserlohn-fortress.net>2022-08-16 09:00:40 +0300
commit7a760b5d20f17de449665ee4fb26059c196489e3 (patch)
treebe8d41f452529ab52cbbc10eed28a04f16d00a08 /CMakeLists.txt
parentAdd third-party/SingleApplication (diff)
downloadrekonq-7a760b5d20f17de449665ee4fb26059c196489e3.tar.xz
Add rView and WebView
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b9433e45..025c40e0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,6 +13,7 @@ set(CMAKE_CXX_STANDARD 20)
# Information to update before to release this package.
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/src/config-version.h )
+set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})
# ==================================================================================