From 736b7b86f6574089024a85720020697fab346f17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Fri, 13 Jan 2017 22:12:22 +0000 Subject: [PATCH] [SHLWAPI_APITEST]: Use the 'add_rostests_file' command from Colin ;) svn path=/trunk/; revision=73545 --- rostests/apitests/shlwapi/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rostests/apitests/shlwapi/CMakeLists.txt b/rostests/apitests/shlwapi/CMakeLists.txt index 8975ec5a4dc..159243d5e71 100644 --- a/rostests/apitests/shlwapi/CMakeLists.txt +++ b/rostests/apitests/shlwapi/CMakeLists.txt @@ -9,4 +9,4 @@ list(APPEND SOURCE add_executable(shlwapi_apitest ${SOURCE}) set_module_type(shlwapi_apitest win32cui) add_importlibs(shlwapi_apitest shlwapi msvcrt kernel32) -add_cd_file(TARGET shlwapi_apitest DESTINATION reactos/bin FOR all) +add_rostests_file(TARGET shlwapi_apitest)