aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-12-09 22:13:05 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2020-12-10 13:44:19 +0200
commitdec4c4cdb1c244a15846e1460958d7c76d65591c (patch)
tree8e592c8ee5caa22339ca850537b8000ad91c9879 /src
parentUse custom icons in webviewcontextmenu (diff)
downloadsmolbote-dec4c4cdb1c244a15846e1460958d7c76d65591c.tar.xz
Update PKGBUILD to build with cmake
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 5139d7c..902fe6f 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -37,6 +37,7 @@ target_link_libraries(poi PRIVATE Qt5::Widgets Qt5::WebEngineWidgets Qt5::Svg
SingleApplication::SingleApplication fmt spdlog
autogen about_dialog about_plugin webengine
bookmarks configuration downloads pluginloader session_formats smolblok)
-target_include_directories(poi PRIVATE .
- ${CMAKE_SOURCE_DIR}/include
- ${CMAKE_CURRENT_BINARY_DIR})
+
+target_include_directories(poi PRIVATE . ${CMAKE_SOURCE_DIR}/include ${CMAKE_CURRENT_BINARY_DIR})
+install(TARGETS poi DESTINATION bin)
+