reactos/rostests/tests/CMakeLists.txt
Timo Kreuzer 86d2e8f543 [DLLEXPORT_TEST]
Add a test that checks the ability to link to function and data exports with cdecl, stdcall and c++ mangled names, including forwarders. It just prints "done". Feel free to convert it into a proper rostests, if you think it's required.

svn path=/trunk/; revision=62269
2014-02-20 20:29:51 +00:00

6 lines
108 B
CMake

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