2016-05-28 21:33:56 +00:00
|
|
|
project(appcompat)
|
|
|
|
add_definitions(-D__ROS_LONG64__)
|
|
|
|
|
|
|
|
list(APPEND SOURCE
|
2016-12-03 21:24:47 +00:00
|
|
|
dispmode.c
|
2019-03-07 23:32:20 +00:00
|
|
|
forcedxsetup.c
|
2017-06-14 16:38:41 +00:00
|
|
|
genral_hooks.c
|
2018-02-24 13:55:11 +00:00
|
|
|
ignorefreelib.c
|
2019-03-10 22:54:41 +00:00
|
|
|
ignoreloadlib.c
|
2018-01-08 21:58:42 +00:00
|
|
|
layer_hooks.c
|
2016-05-28 21:33:56 +00:00
|
|
|
versionlie.c
|
2017-06-14 16:38:41 +00:00
|
|
|
testlist.c
|
|
|
|
appshim_apitest.h)
|
2016-05-28 21:33:56 +00:00
|
|
|
|
|
|
|
add_executable(appshim_apitest ${SOURCE})
|
|
|
|
set_module_type(appshim_apitest win32cui)
|
2016-12-14 19:19:57 +00:00
|
|
|
add_importlibs(appshim_apitest version msvcrt kernel32 ntdll)
|
2017-01-13 09:24:15 +00:00
|
|
|
add_rostests_file(TARGET appshim_apitest)
|