We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01a672 commit 756c773Copy full SHA for 756c773
cmake/FindIDL.cmake
@@ -24,7 +24,7 @@ function(add_idl target idl_files_with_proxy idl_files_no_proxy)
24
set(IDL_I ${OUTPUT_DIR}/${IDL_NAME}_i_${TARGET_PLATFORM}.c)
25
set(IDL_P ${OUTPUT_DIR}/${IDL_NAME}_p_${TARGET_PLATFORM}.c)
26
set(IDL_DLLDATA ${OUTPUT_DIR}/dlldata_${TARGET_PLATFORM}.c)
27
- set(MIDL_OUTPUT ${IDL_HEADER} ${IDL_I} ${IDL_C} ${IDL_DLLDATA})
+ set(MIDL_OUTPUT ${IDL_HEADER} ${IDL_I} ${IDL_P} ${IDL_DLLDATA})
28
29
add_custom_command(
30
OUTPUT ${MIDL_OUTPUT} ${CMAKE_CURRENT_BINARY_DIR}/CmakeFiles/${target}
0 commit comments