mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
86d2e8f543
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
5 lines
108 B
CMake
5 lines
108 B
CMake
add_subdirectory(mmixer_test)
|
|
if (NOT MSVC)
|
|
add_subdirectory(pseh2)
|
|
endif()
|
|
add_subdirectory(dllexport)
|