libvpx: Fix folder once again.
This commit is contained in:
parent
08e887324f
commit
bc4e6aee9c
1 changed files with 1 additions and 1 deletions
2
external/vpx/CMakeLists.txt
vendored
2
external/vpx/CMakeLists.txt
vendored
|
|
@ -28,7 +28,7 @@ if (WIN32)
|
||||||
else()
|
else()
|
||||||
set(libvpx_release_folder Win32)
|
set(libvpx_release_folder Win32)
|
||||||
endif()
|
endif()
|
||||||
set(vpx_lib_loc ${libs_loc}/local/lib/libvpx_release_folder)
|
set(vpx_lib_loc ${libs_loc}/local/lib/${libvpx_release_folder})
|
||||||
set_target_properties(external_vpx PROPERTIES
|
set_target_properties(external_vpx PROPERTIES
|
||||||
IMPORTED_LOCATION "${vpx_lib_loc}/vpxmt.lib"
|
IMPORTED_LOCATION "${vpx_lib_loc}/vpxmt.lib"
|
||||||
IMPORTED_LOCATION_DEBUG "${vpx_lib_loc}/vpxmt.lib"
|
IMPORTED_LOCATION_DEBUG "${vpx_lib_loc}/vpxmt.lib"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue