mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26: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.
14 lines
270 B
CMake
14 lines
270 B
CMake
|
|
add_library(apisets
|
|
apisets.c
|
|
apisets.h
|
|
apisetsp.h
|
|
|
|
# Generated file:
|
|
apisets.table.c
|
|
)
|
|
|
|
target_include_directories(apisets INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
|
|
target_compile_definitions(apisets PRIVATE _NTSYSTEM_)
|
|
add_dependencies(apisets psdk)
|