summaryrefslogtreecommitdiff
path: root/indra/win_crash_logger
diff options
context:
space:
mode:
authorNicky Dasmijn <nicky.dasmijn@phoenixviewer.com>2020-05-19 19:17:32 +0200
committerNat Goodspeed <nat@lindenlab.com>2020-05-20 10:46:57 -0400
commite29ba3bbdaf70127944389d3b4910d47dcf02aff (patch)
treefb35c227fc524e3fd6e168e9c4c2bf00d30b20af /indra/win_crash_logger
parent68bfa4538f5c8229e43ead6617c3675aa64d12f5 (diff)
Remove more traces of find_library to search for DirectX and instead
rely on the SDK setup. Remove old dinput8 import library as it is not needed
Diffstat (limited to 'indra/win_crash_logger')
-rw-r--r--indra/win_crash_logger/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/win_crash_logger/CMakeLists.txt b/indra/win_crash_logger/CMakeLists.txt
index 1b038c26b5..86aa655f03 100644
--- a/indra/win_crash_logger/CMakeLists.txt
+++ b/indra/win_crash_logger/CMakeLists.txt
@@ -68,8 +68,6 @@ list(APPEND
${win_crash_logger_RESOURCE_FILES}
)
-find_library(DXGUID_LIBRARY dxguid ${DIRECTX_LIBRARY_DIR})
-
add_executable(windows-crash-logger WIN32 ${win_crash_logger_SOURCE_FILES})
@@ -87,7 +85,7 @@ target_link_libraries(windows-crash-logger
${BOOST_CONTEXT_LIBRARY}
${BOOST_FIBER_LIBRARY}
${WINDOWS_LIBRARIES}
- ${DXGUID_LIBRARY}
+ dxguid
${GOOGLE_PERFTOOLS_LIBRARIES}
user32
gdi32