projects
/
reactos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[SHLWAPI_APITEST]: Commit few tests for PathUnExpandEnvStrings.
[reactos.git]
/
rostests
/
apitests
/
shlwapi
/
CMakeLists.txt
1
2
list(APPEND SOURCE
3
PathIsUNC.c
4
PathUnExpandEnvStrings.c
5
testlist.c)
6
7
add_executable(shlwapi_apitest ${SOURCE})
8
set_module_type(shlwapi_apitest win32cui)
9
add_importlibs(shlwapi_apitest shlwapi msvcrt kernel32)
10
add_cd_file(TARGET shlwapi_apitest DESTINATION reactos/bin FOR all)