mirror of
https://github.com/transmission/transmission.git
synced 2026-02-14 23:19:34 +00:00
* Revert "build(cmake): support building with (almost) all system 3rd-party libraries (#7554)"
This reverts commit a89ca4f2c9.
* fixup! refactor: use a map of getters, setters for `session_get` and `session_set` properties (#8024)
fix: capture-by-reference error in session_accessors()
* fix: 'Qt depends on a UTF-8 locale' CI warning
* fix: 'qt.qpa.xcb: could not connect to display' CI error
6 lines
146 B
CMake
6 lines
146 B
CMake
add_library(utf8::cpp INTERFACE IMPORTED)
|
|
|
|
target_include_directories(utf8::cpp
|
|
INTERFACE
|
|
${TR_THIRD_PARTY_SOURCE_DIR}/utfcpp/source)
|