diff options
author | aqua <aqua@iserlohn-fortress.net> | 2022-08-27 22:09:16 +0300 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2022-08-27 22:44:31 +0300 |
commit | 86db843bc53a93dbf566b24df1462a22fccb619a (patch) | |
tree | e4a48a8e9053294f62ed5ea1d66d5c8f9d3d901e /CMakeLists.txt | |
parent | Rename rView to RekonqView (diff) | |
download | rekonq-86db843bc53a93dbf566b24df1462a22fccb619a.tar.xz |
Add parseCommandLine tests
- use PluginLoader in plugin tests
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 154e39ba..0c0b707a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -92,6 +92,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-version.h.cmake config-version # ================================================================================== # includes for all targets include_directories(include) +include_directories(${CMAKE_CURRENT_BINARY_DIR}) # ================================================================================== # Log messages |