diff options
author | aqua <aqua@iserlohn-fortress.net> | 2024-04-28 10:50:04 +0300 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2024-04-28 10:50:04 +0300 |
commit | 0eb0cf57720943ad71857a4a4fc0a9f365581d2a (patch) | |
tree | e1f8234c4351ffbf37d26416b88ae5749a8ee881 /src | |
parent | Readded command line options (diff) | |
download | smolbote-0eb0cf57720943ad71857a4a4fc0a9f365581d2a.tar.xz |
Added compiler warnings for poi
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index bd6082a..be2452b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -69,6 +69,7 @@ add_executable(poi ) target_sources(poi PRIVATE settings.h) target_include_directories(poi PRIVATE ${CMAKE_CURRENT_LIST_DIR} ${CMAKE_CURRENT_BINARY_DIR}) +target_enable_warnings(poi) target_link_libraries(poi PRIVATE SingleApplication::SingleApplication spdlog::spdlog PRIVATE bookmarks configuration downloads session_formats urlfilter |