mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[SHELLMENU] Add missing psdk dependency.
This commit is contained in:
parent
1815bdf3cc
commit
682735fb56
1 changed files with 1 additions and 1 deletions
|
@ -16,4 +16,4 @@ list(APPEND SOURCE
|
||||||
CStartMenu.cpp)
|
CStartMenu.cpp)
|
||||||
|
|
||||||
add_library(shellmenu ${SOURCE})
|
add_library(shellmenu ${SOURCE})
|
||||||
add_dependencies(shellmenu xdk)
|
add_dependencies(shellmenu xdk psdk)
|
||||||
|
|
Loading…
Reference in a new issue