[PSEH2_TEST]

Don't compile pseh2 test with MSVC

svn path=/trunk/; revision=52316
This commit is contained in:
Timo Kreuzer 2011-06-17 14:13:30 +00:00
parent 06900a0535
commit 92a2b84a97

View file

@ -1,2 +1,4 @@
add_subdirectory(mmixer_test)
add_subdirectory(pseh2)
if (NOT MSVC)
add_subdirectory(pseh2)
endif()