mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 13:43:42 +00:00

Related to #7870. netapi32.dll uses NDK. So, we have to reduce dependency on Wine. JIRA issue: CORE-5743 - Introduce wine2ros module in sdk/lib/wine2ros/. - Reduce Wine dependency.
7 lines
194 B
CMake
7 lines
194 B
CMake
|
|
list(APPEND SOURCE
|
|
wine2ros.c
|
|
)
|
|
add_library(wine2ros STATIC ${SOURCE})
|
|
add_dependencies(wine2ros psdk)
|
|
target_include_directories(wine2ros INTERFACE ${REACTOS_SOURCE_DIR}/sdk/lib/wine2ros)
|