mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
11 lines
260 B
CMake
11 lines
260 B
CMake
add_definitions(-DUNICODE -D_UNICODE -DRDBSS_TRACKER)
|
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/drivers/filesystems/mup)
|
|
|
|
list(APPEND SOURCE
|
|
rxce.c)
|
|
|
|
add_library(rxce ${SOURCE})
|
|
target_link_libraries(rxce PRIVATE pseh)
|
|
add_dependencies(rxce bugcodes xdk)
|