mirror of
https://github.com/reactos/reactos.git
synced 2024-10-29 19:13:58 +00:00
5d086596ff
svn path=/trunk/; revision=71447
12 lines
313 B
CMake
12 lines
313 B
CMake
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)
|