X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=cmake%2Fidl-support.cmake;h=7ca60975695736b336563493d27519040e874ed8;hp=8fe258621f50cfdb30c8f8263a9c63442a7dda68;hb=ff62e63d04b241d561665dea807115493947bc18;hpb=e600857c194fb78904b47bf5b266096ebe3a933d;ds=sidebyside diff --git a/cmake/idl-support.cmake b/cmake/idl-support.cmake index 8fe258621f5..7ca60975695 100644 --- a/cmake/idl-support.cmake +++ b/cmake/idl-support.cmake @@ -165,4 +165,5 @@ macro(add_iid_library TARGET) list(APPEND IID_SOURCES ${NAME}_i.c) endforeach() add_library(${TARGET} ${IID_SOURCES}) + add_dependencies(${TARGET} psdk) endmacro()