From 518cb1c24710c16ed76d1cbc44102512f992f393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sat, 20 Oct 2012 21:04:51 +0000 Subject: [PATCH] [BASESRV] Forget two files. svn path=/branches/ros-csrss/; revision=57588 --- subsystems/CMakeLists.txt | 2 ++ subsystems/win/CMakeLists.txt | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 subsystems/win/CMakeLists.txt diff --git a/subsystems/CMakeLists.txt b/subsystems/CMakeLists.txt index 35210553785..52d10bc85fc 100644 --- a/subsystems/CMakeLists.txt +++ b/subsystems/CMakeLists.txt @@ -1,4 +1,6 @@ + if(ARCH STREQUAL "i386") add_subdirectory(ntvdm) endif() +add_subdirectory(win) add_subdirectory(win32) diff --git a/subsystems/win/CMakeLists.txt b/subsystems/win/CMakeLists.txt new file mode 100644 index 00000000000..df6fe17cd7f --- /dev/null +++ b/subsystems/win/CMakeLists.txt @@ -0,0 +1,2 @@ + +add_subdirectory(basesrv)