mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 14:19:25 +00:00
13 lines
345 B
Text
13 lines
345 B
Text
|
|
||
|
set_cpp(WITH_RUNTIME)
|
||
|
|
||
|
include_directories(${REACTOS_SOURCE_DIR}/lib/atl)
|
||
|
|
||
|
add_executable(atl_apitest
|
||
|
CComHeapPtr.cpp
|
||
|
testlist.c)
|
||
|
target_link_libraries(atl_apitest wine uuid)
|
||
|
set_module_type(atl_apitest win32cui)
|
||
|
add_importlibs(atl_apitest ole32 oleaut32 msvcrt kernel32)
|
||
|
add_cd_file(TARGET atl_apitest DESTINATION reactos/bin FOR all)
|