mirror of
https://github.com/transmission/transmission.git
synced 2026-02-15 07:26:49 +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
10 lines
237 B
CMake
10 lines
237 B
CMake
add_library(RapidJSON INTERFACE IMPORTED)
|
|
|
|
target_include_directories(RapidJSON
|
|
INTERFACE
|
|
${TR_THIRD_PARTY_SOURCE_DIR}/rapidjson/include)
|
|
|
|
target_compile_definitions(RapidJSON
|
|
INTERFACE
|
|
RAPIDJSON_HAS_STDSTRING=1)
|