reactos/rostests/tests/CMakeLists.txt
Timo Kreuzer 92a2b84a97 [PSEH2_TEST]
Don't compile pseh2 test with MSVC

svn path=/trunk/; revision=52316
2011-06-17 14:13:30 +00:00

5 lines
80 B
CMake

add_subdirectory(mmixer_test)
if (NOT MSVC)
add_subdirectory(pseh2)
endif()