mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 16:51:18 +00:00

Addendum to 0.4.15-dev-1453-g 4ad7b6d
Looks like CMake on master does not longer understand the syntax of
replace_compile_flags().
Will investigate that later again, when other issues have been
solved that do currently prevent me from testing that locally at all.
Most likely remove_target_compile_option() has to be used instead now.
10 lines
294 B
CMake
10 lines
294 B
CMake
add_definitions(-DUNICODE -D_UNICODE -DRDBSS_TRACKER)
|
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/drivers/filesystems/mup
|
|
${REACTOS_SOURCE_DIR}/sdk/lib/drivers/copysup)
|
|
|
|
list(APPEND SOURCE
|
|
rdbss.c)
|
|
|
|
add_library(rdbsslib ${SOURCE})
|
|
add_dependencies(rdbsslib bugcodes xdk)
|