mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 14:44:19 +00:00
033102fdb1
Use it where needed.
16 lines
314 B
CMake
16 lines
314 B
CMake
|
|
add_definitions(-D_NTSYSTEM_)
|
|
list(APPEND SOURCE
|
|
delete.c
|
|
find.c
|
|
fromfile.c
|
|
frommem.c
|
|
fromraw.c
|
|
getraw.c
|
|
init.c
|
|
initkm.c
|
|
initum.c
|
|
zwfile.c)
|
|
add_library(rossym ${SOURCE})
|
|
add_dependencies(rossym psdk bugcodes)
|
|
target_compile_definitions(rossym INTERFACE "-D__ROS_ROSSYM__")
|