mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
9 lines
219 B
CMake
9 lines
219 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})
|
|
add_dependencies(rxce bugcodes xdk)
|