mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[CMAKE]
Add dependency to the .mc files svn path=/branches/cmake-bringup/; revision=48830
This commit is contained in:
parent
f8447bf6ef
commit
0540ad4d50
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ MACRO (MACRO_ADD_MESSAGE_HEADERS)
|
|||
add_custom_command(
|
||||
OUTPUT ${REACTOS_BINARY_DIR}/include/reactos/${FILE}.rc ${REACTOS_BINARY_DIR}/include/reactos/${FILE}.h
|
||||
COMMAND ${COMMAND_MC}
|
||||
DEPENDS ${REACTOS_SOURCE_DIR}/include/reactos/mc/${FILE}.mc
|
||||
)
|
||||
set_source_files_properties(
|
||||
${REACTOS_BINARY_DIR}/include/reactos/${FILE}.h ${REACTOS_BINARY_DIR}/include/reactos/${FILE}.rc
|
||||
|
|
Loading…
Reference in a new issue