mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
55b93aecdc
Documented as automatically removed, since CMake 3.12.4 at least. https://cmake.org/cmake/help/v3.12/command/target_compile_definitions.html
17 lines
310 B
CMake
17 lines
310 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 __ROS_ROSSYM__)
|