mirror of
https://github.com/reactos/reactos.git
synced 2025-06-07 02:10:36 +00:00
[BASESRV]
Forget two files. svn path=/branches/ros-csrss/; revision=57588
This commit is contained in:
parent
13fc08ccc7
commit
518cb1c247
2 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
|
|
||||||
if(ARCH STREQUAL "i386")
|
if(ARCH STREQUAL "i386")
|
||||||
add_subdirectory(ntvdm)
|
add_subdirectory(ntvdm)
|
||||||
endif()
|
endif()
|
||||||
|
add_subdirectory(win)
|
||||||
add_subdirectory(win32)
|
add_subdirectory(win32)
|
||||||
|
|
2
subsystems/win/CMakeLists.txt
Normal file
2
subsystems/win/CMakeLists.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
|
||||||
|
add_subdirectory(basesrv)
|
Loading…
Reference in a new issue