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