reactos/modules/rostests/apitests/apisets/CMakeLists.txt
Mark Jansen 24a56f89ab
Rework apisets to use a table
This removes all fake apiset forwarders,
and handles apisets inside ntdll.
This is not 100% compatible with how windows does it, but it should be good enough for us.
2024-04-27 22:51:34 +02:00

7 lines
239 B
CMake

add_executable(apisets_apitest apisets.c testlist.c)
set_module_type(apisets_apitest win32cui)
target_link_libraries(apisets_apitest apisets)
add_importlibs(apisets_apitest msvcrt kernel32 ntdll)
add_rostests_file(TARGET apisets_apitest)