reactos/rostests/apitests/atl/CMakeLists.txt

13 lines
345 B
CMake
Raw Normal View History

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)