mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
907025a018
This takes care of adding the relvant include directory and the _ATL_NO_EXCEPTIONS define, if needed
10 lines
273 B
CMake
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)
|