Author: spetreolle
Date: Sun Sep 12 15:17:44 2010
New Revision: 48756
URL:
http://svn.reactos.org/svn/reactos?rev=48756&view=rev
Log:
Add cdmake to build.
Added:
branches/cmake-bringup/tools/cdmake/CMakeLists.txt (with props)
Modified:
branches/cmake-bringup/tools/CMakeLists.txt
Modified: branches/cmake-bringup/tools/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/tools/CMakeLists.…
==============================================================================
--- branches/cmake-bringup/tools/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/tools/CMakeLists.txt [iso-8859-1] Sun Sep 12 15:17:44 2010
@@ -13,3 +13,5 @@
#add_subdirectory(wmc)
add_subdirectory(widl)
#add_subdirectory(wrc)
+#add_subdirectory(log2lines)
+add_subdirectory(cdmake)
Added: branches/cmake-bringup/tools/cdmake/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/tools/cdmake/CMak…
==============================================================================
--- branches/cmake-bringup/tools/cdmake/CMakeLists.txt (added)
+++ branches/cmake-bringup/tools/cdmake/CMakeLists.txt [iso-8859-1] Sun Sep 12 15:17:44
2010
@@ -1,0 +1,2 @@
+
+add_executable(cdmake cdmake.c llmosrt.c)
Propchange: branches/cmake-bringup/tools/cdmake/CMakeLists.txt
------------------------------------------------------------------------------
svn:eol-style = native