reactos/rostests/tests/CMakeLists.txt
Amine Khaldi c0e495f046 [CMAKE]
* Addendum to r64795.
* Also remove unneeded wine linking and ntdll importing.
* Remove redundant defines.

svn path=/trunk/; revision=64796
2014-10-17 23:29:24 +00:00

6 lines
107 B
CMake

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