Author: akhaldi Date: Thu Jul 29 15:34:21 2010 New Revision: 48356
URL: http://svn.reactos.org/svn/reactos?rev=48356&view=rev Log: [CMAKE] - Export more native tools. - Fix ntdllsys dependency.
Modified: branches/cmake-bringup/CMakeLists.txt branches/cmake-bringup/lib/ntdllsys/CMakeLists.txt
Modified: branches/cmake-bringup/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/CMakeLists.txt?rev... ============================================================================== --- branches/cmake-bringup/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/CMakeLists.txt [iso-8859-1] Thu Jul 29 15:34:21 2010 @@ -16,7 +16,7 @@ add_subdirectory(tools) add_subdirectory(lib)
-export(TARGETS widl winebuild wmc nci FILE ${CMAKE_BINARY_DIR}/ImportExecutables.cmake NAMESPACE native- ) +export(TARGETS widl winebuild wmc wrc nci pefixup rsym FILE ${CMAKE_BINARY_DIR}/ImportExecutables.cmake NAMESPACE native- )
else()
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] Thu Jul 29 15:34:21 2010 @@ -10,4 +10,4 @@ set_source_files_properties(${REACTOS_BINARY_DIR}/lib/ntdllsys/ntdll.S PROPERTIES GENERATED TRUE)
add_library(ntdllsys ${REACTOS_BINARY_DIR}/lib/ntdllsys/ntdll.S) -add_dependencies(ntdllsys ntdllsys_S) +add_dependencies(ntdllsys ntdll_S)