mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 16:48:16 +00:00
c2d0d784c7
- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup - In the future, DO NOT under any circumstances branch another branch. This leads to merge problems! svn path=/branches/usb-bringup-trunk/; revision=55018
28 lines
792 B
CMake
28 lines
792 B
CMake
|
|
if (NOT MSVC)
|
|
add_subdirectory(amstream)
|
|
add_subdirectory(d3d8thk)
|
|
endif()
|
|
#add_subdirectory(bdaplgin) #disabled in trunk
|
|
#add_subdirectory(d3d8) #disabled in trunk
|
|
#add_subdirectory(d3d9) #disabled in trunk
|
|
#add_subdirectory(ddraw) #disabled in trunk
|
|
add_subdirectory(devenum)
|
|
add_subdirectory(dinput)
|
|
add_subdirectory(dinput8)
|
|
add_subdirectory(dmusic)
|
|
add_subdirectory(dplay)
|
|
add_subdirectory(dplayx)
|
|
add_subdirectory(dsound)
|
|
#add_subdirectory(dsound_new) #disabled in trunk
|
|
add_subdirectory(dxdiagn)
|
|
if(NOT MSVC)
|
|
add_subdirectory(ksproxy) #FIXME: fix msvc build
|
|
endif()
|
|
add_subdirectory(ksuser)
|
|
add_subdirectory(msdmo)
|
|
#add_subdirectory(msdvbnp) #disabled in trunk
|
|
#add_subdirectory(msvidctl) #disabled in trunk
|
|
add_subdirectory(qedit)
|
|
add_subdirectory(quartz)
|
|
add_subdirectory(wine)
|