Author: spetreolle Date: Sun Nov 21 18:37:27 2010 New Revision: 49696
URL: http://svn.reactos.org/svn/reactos?rev=49696&view=rev Log: [CMAKE] ntdllsys: Add asm dependency.
Modified: branches/cmake-bringup/lib/ntdllsys/CMakeLists.txt
Modified: branches/cmake-bringup/lib/ntdllsys/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/ntdllsys/CMake... ============================================================================== --- branches/cmake-bringup/lib/ntdllsys/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/lib/ntdllsys/CMakeLists.txt [iso-8859-1] Sun Nov 21 18:37:27 2010 @@ -1,5 +1,5 @@
set_source_files_properties(${REACTOS_BINARY_DIR}/lib/ntdllsys/ntdll.S PROPERTIES GENERATED TRUE) add_library(ntdllsys STATIC ${REACTOS_BINARY_DIR}/lib/ntdllsys/ntdll.S) -add_dependencies(ntdllsys ntdll_S) +add_dependencies(ntdllsys ntdll_S asm) set_target_properties(ntdllsys PROPERTIES LINKER_LANGUAGE C)