Skip to content
Snippets Groups Projects
Commit 09303032 authored by seroglu's avatar seroglu
Browse files

FIX: added bin folder to FindVVLD.cmake

parent fd9e6b9b
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,10 @@ if( WIN32 )
if( VLD_ROOT_DIR )
set( VLD_INCLUDE_DIRS "${VLD_ROOT_DIR}/include")
set( VLD_LIBRARY_DIRS "${VLD_ROOT_DIR}/lib/Win64" )
set( VLD_LIBRARY_DIRS
"${VLD_ROOT_DIR}/lib/Win64"
"${VLD_ROOT_DIR}/bin/Win64"
)
else( VLD_ROOT_DIR )
message( WARNING "vista_find_package_root - vld.lib" )
endif( VLD_ROOT_DIR )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment