- more changes for new CrashRpt version

This commit is contained in:
Dmytro Bogovych 2022-04-05 14:40:47 +03:00
parent c54c119076
commit 00a370b393
2 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@ -55,6 +55,11 @@ if (CMAKE_SYSTEM MATCHES "Windows*")
# Opencore AMR libraries # Opencore AMR libraries
set (OPENCORE_AMRNB ${CMAKE_CURRENT_LIST_DIR}/opencore-amr/win64/opencore-amrnb.lib) set (OPENCORE_AMRNB ${CMAKE_CURRENT_LIST_DIR}/opencore-amr/win64/opencore-amrnb.lib)
set (OPENCORE_AMRWB ${CMAKE_CURRENT_LIST_DIR}/opencore-amr/win64/opencore-amrwb.lib) set (OPENCORE_AMRWB ${CMAKE_CURRENT_LIST_DIR}/opencore-amr/win64/opencore-amrwb.lib)
set (CRASHRPT_ROOT ${CMAKE_CURRENT_LIST_DIR}/crashrpt/win64)
set (CRASHRPT_INCLUDE ${CMAKE_CURRENT_LIST_DIR}/crashrpt/win64/include)
set (CRASHRPT_LIB ${CMAKE_CURRENT_LIST_DIR}/crashrpt/win64/lib/dll/crashrpt1500.lib)
endif() endif()