mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 04:37:32 +00:00
24a56f89ab
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.
7 lines
239 B
CMake
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)
|