projects
/
reactos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[SXS]
[reactos.git]
/
rostests
/
winetests
/
sxs
/
CMakeLists.txt
1
2
add_definitions(
3
-D__ROS_LONG64__
4
-D_DLL -D__USE_CRTIMP)
5
6
add_executable(sxs_winetest
7
cache.c
8
name.c
9
testlist.c)
10
11
target_link_libraries(sxs_winetest wine uuid)
12
set_module_type(sxs_winetest win32cui)
13
add_importlibs(sxs_winetest sxs msvcrt kernel32 ntdll)
14
add_cd_file(TARGET sxs_winetest DESTINATION reactos/bin FOR all)