mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
[VFD] Fix build
This commit is contained in:
parent
753d87468c
commit
2a146533a5
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ endif()
|
||||||
add_library(vfd SHARED
|
add_library(vfd SHARED
|
||||||
${SOURCE}
|
${SOURCE}
|
||||||
vfdlib.rc
|
vfdlib.rc
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/vfdlib.def)
|
${CMAKE_CURRENT_BINARY_DIR}/vfd.def)
|
||||||
|
|
||||||
include_directories(${REACTOS_SOURCE_DIR}/modules/rosapps/include/vfd
|
include_directories(${REACTOS_SOURCE_DIR}/modules/rosapps/include/vfd
|
||||||
${REACTOS_SOURCE_DIR}/sdk/include/reactos/libs/zlib)
|
${REACTOS_SOURCE_DIR}/sdk/include/reactos/libs/zlib)
|
||||||
|
|
Loading…
Reference in a new issue