Author: tkreuzer Date: Mon Nov 8 19:01:52 2010 New Revision: 49535
URL: http://svn.reactos.org/svn/reactos?rev=49535&view=rev Log: [CMAKE] add missing dependency
Modified: branches/cmake-bringup/gcc.cmake
Modified: branches/cmake-bringup/gcc.cmake URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/gcc.cmake?rev=4953... ============================================================================== --- branches/cmake-bringup/gcc.cmake [iso-8859-1] (original) +++ branches/cmake-bringup/gcc.cmake [iso-8859-1] Mon Nov 8 19:01:52 2010 @@ -175,6 +175,7 @@ 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