mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
92a2b84a97
Don't compile pseh2 test with MSVC svn path=/trunk/; revision=52316
4 lines
80 B
CMake
4 lines
80 B
CMake
add_subdirectory(mmixer_test)
|
|
if (NOT MSVC)
|
|
add_subdirectory(pseh2)
|
|
endif()
|