Author: akhaldi Date: Fri Feb 18 11:04:12 2011 New Revision: 50792
URL: http://svn.reactos.org/svn/reactos?rev=50792&view=rev Log: [CMAKE] - Fix powercfg build.
Modified: branches/cmake-bringup/dll/cpl/powercfg/CMakeLists.txt
Modified: branches/cmake-bringup/dll/cpl/powercfg/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/cpl/powercfg/C... ============================================================================== --- branches/cmake-bringup/dll/cpl/powercfg/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/cpl/powercfg/CMakeLists.txt [iso-8859-1] Fri Feb 18 11:04:12 2011 @@ -21,6 +21,7 @@ comctl32 shell32 advapi32 - kernel32) + kernel32 + ntdll)
add_cab_target(powercfg 1)