From 61d6b87b99b66ff524bca1e256f05bbbd939ff8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sat, 5 Mar 2016 01:29:46 +0000 Subject: [PATCH] [OOPS] A little bird pointed to me that I forgot to add progman to compilation... svn path=/trunk/; revision=70920 --- reactos/base/shell/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/base/shell/CMakeLists.txt b/reactos/base/shell/CMakeLists.txt index 81b2d4f5477..826220e00e6 100644 --- a/reactos/base/shell/CMakeLists.txt +++ b/reactos/base/shell/CMakeLists.txt @@ -2,4 +2,5 @@ add_subdirectory(cmd) add_subdirectory(explorer) add_subdirectory(filebrowser) +add_subdirectory(progman) add_subdirectory(rshell)