mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +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
|
||||
${SOURCE}
|
||||
vfdlib.rc
|
||||
${CMAKE_CURRENT_BINARY_DIR}/vfdlib.def)
|
||||
${CMAKE_CURRENT_BINARY_DIR}/vfd.def)
|
||||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/modules/rosapps/include/vfd
|
||||
${REACTOS_SOURCE_DIR}/sdk/include/reactos/libs/zlib)
|
||||
|
|
Loading…
Reference in a new issue