1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 08:13:14 +02:00

core: add quotes around paths in CMake files (closes #29)

This commit is contained in:
Sébastien Helleu
2023-05-13 11:59:18 +02:00
parent adbfd27660
commit 6415c09a07
42 changed files with 624 additions and 623 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ include_directories(${CURL_INCLUDE_DIRS})
include_directories(${ZSTD_INCLUDE_DIRS})
include_directories(${CMAKE_BINARY_DIR})
include_directories("${CMAKE_BINARY_DIR}")
add_library(weechat_core STATIC ${LIB_CORE_SRC})
target_link_libraries(weechat_core coverage_config)
add_dependencies(weechat_core version_git)