mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
* Prefer `PROJECT_{SOURCE,BINARY}_DIR` to `CMAKE_` ones
* Extend use of 3rd-party dir vars to reduce duplication
* Fix typo in submodule repo name
* Remove `CURL::libcurl` target fallback
The target is always available since CMake 3.12, which is our current
minimum version.
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)
|