reactos/modules/rostests/tests/CMakeLists.txt
2019-08-23 18:10:28 +02:00

7 lines
134 B
CMake

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