mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
14 lines
360 B
Text
14 lines
360 B
Text
|
|
||
|
set_cpp(WITH_RUNTIME)
|
||
|
|
||
|
include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/atl)
|
||
|
|
||
|
add_executable(msgina_apitest
|
||
|
ShellDimScreen.cpp
|
||
|
testlist.c)
|
||
|
|
||
|
target_link_libraries(msgina_apitest wine uuid)
|
||
|
set_module_type(msgina_apitest win32cui)
|
||
|
add_importlibs(msgina_apitest msvcrt user32 kernel32)
|
||
|
add_cd_file(TARGET msgina_apitest DESTINATION reactos/bin FOR all)
|