Author: tkreuzer Date: Mon Sep 20 18:41:46 2010 New Revision: 48832
URL: http://svn.reactos.org/svn/reactos?rev=48832&view=rev Log: [CMAKE] Add missing cportlib cmake file.
Added: branches/cmake-bringup/lib/cportlib/CMakeLists.txt (with props)
Added: branches/cmake-bringup/lib/cportlib/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/lib/cportlib/CMake... ============================================================================== --- branches/cmake-bringup/lib/cportlib/CMakeLists.txt (added) +++ branches/cmake-bringup/lib/cportlib/CMakeLists.txt [iso-8859-1] Mon Sep 20 18:41:46 2010 @@ -1,0 +1,4 @@ + +add_library(cportlib cport.c) +add_dependencies(cmlib bugcodes) +
Propchange: branches/cmake-bringup/lib/cportlib/CMakeLists.txt ------------------------------------------------------------------------------ svn:eol-style = native