X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=dll%2Fwin32%2Fbrowseui%2Fshellfind%2FCMakeLists.txt;h=1e3acddb288d67108492380494f862cbc15c702a;hp=4f031b46f55637e063c690d9447b987a60b7d31b;hb=8da23e7eb97aa23335c81e8f920a16e04e9591f3;hpb=4212f4b1758efa5d3bf95751c58eba558e6255f9 diff --git a/dll/win32/browseui/shellfind/CMakeLists.txt b/dll/win32/browseui/shellfind/CMakeLists.txt index 4f031b46f55..1e3acddb288 100644 --- a/dll/win32/browseui/shellfind/CMakeLists.txt +++ b/dll/win32/browseui/shellfind/CMakeLists.txt @@ -10,6 +10,7 @@ include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/atl) list(APPEND SOURCE CSearchBar.cpp + CFindFolder.cpp shellfind.h) add_library(shellfind ${SOURCE}) @@ -19,3 +20,4 @@ if(NOT MSVC) endif() add_pch(shellfind shellfind.h SOURCE) +add_dependencies(shellfind psdk)