mirror of
https://github.com/reactos/reactos.git
synced 2024-11-27 21:43:32 +08:00
[CMAKE]
* Make sure to pass the full path of the idl file in generate_idl_iids(). svn path=/trunk/; revision=56282
This commit is contained in:
parent
cf7dd9d21a
commit
f9db30ea20
@ -82,9 +82,9 @@ function(generate_idl_iids _idl_file)
|
||||
get_defines(_defines)
|
||||
|
||||
get_filename_component(_name ${_idl_file} NAME)
|
||||
#if(_name STREQUAL "${_idl_file}")
|
||||
# set(_idl_file "${CMAKE_CURRENT_SOURCE_DIR}/${_idl_file}")
|
||||
#endif()
|
||||
if(_name STREQUAL "${_idl_file}")
|
||||
set(_idl_file "${CMAKE_CURRENT_SOURCE_DIR}/${_idl_file}")
|
||||
endif()
|
||||
|
||||
get_filename_component(_name_we ${_idl_file} NAME_WE)
|
||||
add_custom_command(
|
||||
|
Loading…
Reference in New Issue
Block a user