[SHELLMENU] Add missing psdk dependency.

This commit is contained in:
Thomas Faber 2018-01-31 11:47:39 +01:00
parent 1815bdf3cc
commit 682735fb56
No known key found for this signature in database
GPG key ID: 076E7C3D44720826

View file

@ -16,4 +16,4 @@ list(APPEND SOURCE
CStartMenu.cpp)
add_library(shellmenu ${SOURCE})
add_dependencies(shellmenu xdk)
add_dependencies(shellmenu xdk psdk)