mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 04:37:32 +00:00
996f559fd7
CORE-15845
19 lines
428 B
CMake
19 lines
428 B
CMake
project(appcompat)
|
|
add_definitions(-D__ROS_LONG64__)
|
|
|
|
list(APPEND SOURCE
|
|
dispmode.c
|
|
forcedxsetup.c
|
|
genral_hooks.c
|
|
ignorefreelib.c
|
|
ignoreloadlib.c
|
|
layer_hooks.c
|
|
versionlie.c
|
|
testlist.c
|
|
appshim_apitest.h)
|
|
|
|
add_executable(appshim_apitest ${SOURCE})
|
|
set_module_type(appshim_apitest win32cui)
|
|
add_importlibs(appshim_apitest version msvcrt kernel32 ntdll)
|
|
add_rostests_file(TARGET appshim_apitest)
|