mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
005d1d2a0c
Add a test framework for crt (ntdll, crtdll, msvcrt and static) svn path=/trunk/; revision=56363
6 lines
201 B
CMake
6 lines
201 B
CMake
|
|
spec2def(msvcrt_mini.dll msvcrt_mini.spec ADD_IMPORTLIB)
|
|
remove_definitions(-D_DLL -D__USE_CRTIMP)
|
|
include(ntdll_crt_apitest.cmake)
|
|
include(crtdll_crt_apitest.cmake)
|
|
include(msvcrt_crt_apitest.cmake)
|