[SHELLFIND] Add missing dependency to CMakeLists.txt

This commit is contained in:
Brock Mammen 2019-08-30 19:54:50 -05:00 committed by Giannis Adamopoulos
parent b16b396ca0
commit 8da23e7eb9

View file

@ -20,3 +20,4 @@ if(NOT MSVC)
endif()
add_pch(shellfind shellfind.h SOURCE)
add_dependencies(shellfind psdk)