mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
84390b0bdc
* Sync with Wine 1.7.17. CORE-8080 svn path=/trunk/; revision=63010
8 lines
361 B
CMake
8 lines
361 B
CMake
|
|
add_definitions(-D_ATL_VER=_ATL_VER_100)
|
|
list(APPEND SOURCE atl.c testlist.c)
|
|
add_executable(atl100_winetest ${SOURCE})
|
|
target_link_libraries(atl100_winetest uuid)
|
|
set_module_type(atl100_winetest win32cui)
|
|
add_importlibs(atl100_winetest atl100 oleaut32 ole32 advapi32 user32 msvcrt kernel32)
|
|
add_cd_file(TARGET atl100_winetest DESTINATION reactos/bin FOR all)
|