Author: akhaldi
Date: Fri Sep 17 22:19:48 2010
New Revision: 48798
URL:
http://svn.reactos.org/svn/reactos?rev=48798&view=rev
Log:
[CMAKE]
- Export cdmake as a native tool.
Modified:
branches/cmake-bringup/CMakeLists.txt
Modified: branches/cmake-bringup/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/CMakeLists.txt?re…
==============================================================================
--- branches/cmake-bringup/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/CMakeLists.txt [iso-8859-1] Fri Sep 17 22:19:48 2010
@@ -26,7 +26,7 @@
add_subdirectory(tools)
add_subdirectory(lib)
-export(TARGETS widl winebuild nci buildno gendib FILE
${CMAKE_BINARY_DIR}/ImportExecutables.cmake NAMESPACE native- )
+export(TARGETS widl winebuild nci buildno gendib cdmake FILE
${CMAKE_BINARY_DIR}/ImportExecutables.cmake NAMESPACE native- )
else()