From e72b0bc3e7a93409e505b3f0dc3381d6510f7860 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Wed, 3 Jan 2018 17:55:26 +0100 Subject: Updated PKGBUILD --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 8700909..c6c9235 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1.0) project(smolbote) # Options -option(UseLibCpp "Use libc++ over stdlibc++" OFF) +option(UseLibCpp "Use libc++ over stdlibc++ (requires clang)" OFF) # Libraries find_package(Qt5Core REQUIRED) @@ -90,7 +90,7 @@ add_executable(poi ${SourceCode}) target_include_directories(poi PRIVATE src lib) target_link_libraries(poi Qt5::Core Qt5::Widgets Qt5::WebEngineWidgets) -target_link_libraries(poi config++ configuration) +target_link_libraries(poi configuration) target_link_libraries(poi bookmarks downloads navigation) install(TARGETS poi DESTINATION bin CONFIGURATIONS Release) -- cgit v1.2.1