reactos/modules/rostests/apitests/msgina/CMakeLists.txt
Jérôme Gardou 907025a018 [CMAKE] Introduce the atl_classes interface library
This takes care of adding the relvant include directory and the _ATL_NO_EXCEPTIONS define, if needed
2020-10-20 21:44:54 +02:00

10 lines
273 B
CMake

add_executable(msgina_apitest
ShellDimScreen.cpp
testlist.c)
target_link_libraries(msgina_apitest wine uuid cpprt atl_classes)
set_module_type(msgina_apitest win32cui)
add_importlibs(msgina_apitest msvcrt user32 kernel32)
add_rostests_file(TARGET msgina_apitest)