add missing dependency
svn path=/branches/cmake-bringup/; revision=49535
pdef2def(${_pdef_file})
get_filename_component(_file ${_pdef_file} NAME_WE)
target_link_libraries(${_module} "${CMAKE_CURRENT_BINARY_DIR}/${_file}.def")
pdef2def(${_pdef_file})
get_filename_component(_file ${_pdef_file} NAME_WE)
target_link_libraries(${_module} "${CMAKE_CURRENT_BINARY_DIR}/${_file}.def")
+ add_dependencies(${_module} ${_file}_def)
endmacro()
#pseh lib, needed with mingw
endmacro()
#pseh lib, needed with mingw