X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=rostests%2Fapitests%2Fshlwapi%2FCMakeLists.txt;h=c0d9f64962971a06374d7bc4e6cccd83583bb9bf;hp=f447e0e22a2dff410c3c60dce801c2f3bea2cd95;hb=a20fc53659834f8bb3dfd193159f5b6a156dd704;hpb=d5122b7e7bda4b0758a26f0117870f1128de5279 diff --git a/rostests/apitests/shlwapi/CMakeLists.txt b/rostests/apitests/shlwapi/CMakeLists.txt index f447e0e22a2..c0d9f649629 100644 --- a/rostests/apitests/shlwapi/CMakeLists.txt +++ b/rostests/apitests/shlwapi/CMakeLists.txt @@ -1,5 +1,10 @@ -add_executable(shlwapi_apitest PathIsUNC.c testlist.c) +list(APPEND SOURCE + PathIsUNC.c + PathUnExpandEnvStrings.c + testlist.c) + +add_executable(shlwapi_apitest ${SOURCE}) set_module_type(shlwapi_apitest win32cui) -add_importlibs(shlwapi_apitest msvcrt kernel32) +add_importlibs(shlwapi_apitest shlwapi msvcrt kernel32) add_cd_file(TARGET shlwapi_apitest DESTINATION reactos/bin FOR all)