mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
13 lines
338 B
CMake
13 lines
338 B
CMake
|
|
list(APPEND SOURCE
|
|
PathIsUNC.c
|
|
PathIsUNCServer.c
|
|
PathIsUNCServerShare.c
|
|
PathUnExpandEnvStrings.c
|
|
StrFormatByteSizeW.c
|
|
testlist.c)
|
|
|
|
add_executable(shlwapi_apitest ${SOURCE})
|
|
set_module_type(shlwapi_apitest win32cui)
|
|
add_importlibs(shlwapi_apitest shlwapi msvcrt kernel32)
|
|
add_rostests_file(TARGET shlwapi_apitest)
|