mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 14:44:19 +00:00
12 lines
313 B
Text
12 lines
313 B
Text
|
project(appcompat)
|
||
|
add_definitions(-D__ROS_LONG64__)
|
||
|
|
||
|
list(APPEND SOURCE
|
||
|
versionlie.c
|
||
|
testlist.c)
|
||
|
|
||
|
add_executable(appshim_apitest ${SOURCE})
|
||
|
set_module_type(appshim_apitest win32cui)
|
||
|
add_importlibs(appshim_apitest msvcrt kernel32 ntdll)
|
||
|
add_cd_file(TARGET appshim_apitest DESTINATION reactos/bin FOR all)
|