[ATL]
[reactos.git] / rostests / apitests / atl / CMakeLists.txt
1
2 set_cpp(WITH_RUNTIME)
3
4 include_directories(${REACTOS_SOURCE_DIR}/lib/atl)
5
6 add_executable(atl_apitest
7 CComHeapPtr.cpp
8 testlist.c)
9 target_link_libraries(atl_apitest wine uuid)
10 set_module_type(atl_apitest win32cui)
11 add_importlibs(atl_apitest ole32 oleaut32 msvcrt kernel32)
12 add_cd_file(TARGET atl_apitest DESTINATION reactos/bin FOR all)