mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[CMAKE] Add missing dependencies on PSDK
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
|
||||
add_library(msxml3r MODULE msxml3r.rc)
|
||||
add_dependencies(msxml3r psdk)
|
||||
set_module_type(msxml3r win32dll ENTRYPOINT 0)
|
||||
add_cd_file(TARGET msxml3r DESTINATION reactos/system32 FOR all)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
add_library(mycomput MODULE
|
||||
mycomput.rc)
|
||||
|
||||
add_dependencies(mycomput psdk)
|
||||
set_module_type(mycomput win32dll UNICODE ENTRYPOINT 0)
|
||||
|
||||
add_cd_file(TARGET mycomput DESTINATION reactos/system32 FOR all)
|
||||
|
||||
Reference in New Issue
Block a user