Author: spetreolle Date: Sun Oct 23 12:30:27 2011 New Revision: 54242
URL: http://svn.reactos.org/svn/reactos?rev=54242&view=rev Log: [ROSAPPS] Add cmake base files with ssstars.
Added: trunk/rosapps/CMakeLists.txt (with props) trunk/rosapps/applications/CMakeLists.txt (with props) trunk/rosapps/applications/screensavers/CMakeLists.txt (with props)
Added: trunk/rosapps/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/rosapps/CMakeLists.txt?rev=54242&am... ============================================================================== --- trunk/rosapps/CMakeLists.txt (added) +++ trunk/rosapps/CMakeLists.txt [iso-8859-1] Sun Oct 23 12:30:27 2011 @@ -1,0 +1,1 @@ +add_subdirectory(applications)
Propchange: trunk/rosapps/CMakeLists.txt ------------------------------------------------------------------------------ svn:eol-style = native
Added: trunk/rosapps/applications/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/rosapps/applications/CMakeLists.txt... ============================================================================== --- trunk/rosapps/applications/CMakeLists.txt (added) +++ trunk/rosapps/applications/CMakeLists.txt [iso-8859-1] Sun Oct 23 12:30:27 2011 @@ -1,0 +1,8 @@ +#add_subdirectory(cmdutils) +#add_subdirectory(devutils) +#add_subdirectory(fraginator) +#add_subdirectory(net) +#add_subdirectory(notevil) +add_subdirectory(screensavers) +#add_subdirectory(sysutils) +#add_subdirectory(winfile)
Propchange: trunk/rosapps/applications/CMakeLists.txt ------------------------------------------------------------------------------ svn:eol-style = native
Added: trunk/rosapps/applications/screensavers/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/rosapps/applications/screensavers/C... ============================================================================== --- trunk/rosapps/applications/screensavers/CMakeLists.txt (added) +++ trunk/rosapps/applications/screensavers/CMakeLists.txt [iso-8859-1] Sun Oct 23 12:30:27 2011 @@ -1,0 +1,1 @@ +add_subdirectory(ssstars)
Propchange: trunk/rosapps/applications/screensavers/CMakeLists.txt ------------------------------------------------------------------------------ svn:eol-style = native