mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 21:12:10 +00:00
8 lines
194 B
Text
8 lines
194 B
Text
![]() |
|
||
|
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)
|