[ATL][ATL_APITEST] Add implementation + tests for most functions from CPoint, CSize...
[reactos.git] / rostests / apitests / atl / CMakeLists.txt
1
2 set_cpp(WITH_RUNTIME WITH_EXCEPTIONS)
3
4 include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/atl)
5
6 add_executable(atl_apitest
7 atltypes.cpp
8 CComBSTR.cpp
9 CComHeapPtr.cpp
10 CString.cpp
11 testlist.c
12 atl_apitest.rc)
13
14 target_link_libraries(atl_apitest wine uuid)
15 set_module_type(atl_apitest win32cui)
16 add_importlibs(atl_apitest ole32 oleaut32 user32 msvcrt kernel32)
17 add_cd_file(TARGET atl_apitest DESTINATION reactos/bin FOR all)