diff options
| author | Nicky <nicky.dasmijn@gmail.com> | 2022-04-16 17:28:26 +0200 | 
|---|---|---|
| committer | Nicky <nicky.dasmijn@gmail.com> | 2022-04-16 17:28:26 +0200 | 
| commit | 924fa0fa78b41c7e8486c1ed29764afb1e32fd7e (patch) | |
| tree | 5f13a9c20e73cda7ad3b07f1d620f3812cfcf7e7 /indra/linux_crash_logger | |
| parent | f673b958fe36b19e999ab881255006d1d1d94bc0 (diff) | |
create target ll::uilibraries to have one common target that defines what each
operation system needs as dependencies on OS gui libraries.
Diffstat (limited to 'indra/linux_crash_logger')
| -rw-r--r-- | indra/linux_crash_logger/CMakeLists.txt | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/linux_crash_logger/CMakeLists.txt b/indra/linux_crash_logger/CMakeLists.txt index daa78f77ff..594cb34ce4 100644 --- a/indra/linux_crash_logger/CMakeLists.txt +++ b/indra/linux_crash_logger/CMakeLists.txt @@ -68,9 +68,7 @@ target_link_libraries(linux-crash-logger          llmath          llcorehttp          llcommon -    ${UI_LIBRARIES} -    ll::freetype -    ${LIBRT_LIBRARY} +        ll::uilibraries      )  add_custom_target(linux-crash-logger-target ALL  | 
