summaryrefslogtreecommitdiff
path: root/indra/linux_crash_logger
diff options
context:
space:
mode:
authorGraham Madarasz <graham@lindenlab.com>2013-03-12 07:27:31 -0700
committerGraham Madarasz <graham@lindenlab.com>2013-03-12 07:27:31 -0700
commite08de2f60989658315784f6cc605373e464102a5 (patch)
treee038c40c1ad65cbbb76fcacc775455ae03499699 /indra/linux_crash_logger
parente950425fe37507243d1d2bfa2405b6f2ab5be284 (diff)
Fix linux_crash_logger freetype fail (now finds prebuilts as it should)
Diffstat (limited to 'indra/linux_crash_logger')
-rw-r--r--indra/linux_crash_logger/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/linux_crash_logger/CMakeLists.txt b/indra/linux_crash_logger/CMakeLists.txt
index 98ebdc7487..5263b59584 100644
--- a/indra/linux_crash_logger/CMakeLists.txt
+++ b/indra/linux_crash_logger/CMakeLists.txt
@@ -12,6 +12,7 @@ include(LLVFS)
include(LLXML)
include(Linking)
include(UI)
+include(FreeType)
include_directories(
${LLCOMMON_INCLUDE_DIRS}
@@ -53,6 +54,7 @@ target_link_libraries(linux-crash-logger
${LLCOMMON_LIBRARIES}
${UI_LIBRARIES}
${DB_LIBRARIES}
+ ${FREETYPE_LIBRARIES}
)
add_custom_target(linux-crash-logger-target ALL