mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
3e584471ab
Add tests for splitpath svn path=/trunk/; revision=52022
12 lines
332 B
CMake
12 lines
332 B
CMake
|
|
add_definitions(-D_DLL -D__USE_CRTIMP)
|
|
|
|
list(APPEND SOURCE
|
|
splitpath.c
|
|
testlist.c)
|
|
|
|
add_executable(msvcrt_apitest ${SOURCE})
|
|
target_link_libraries(msvcrt_apitest wine)
|
|
set_module_type(msvcrt_apitest win32cui)
|
|
add_importlibs(msvcrt_apitest msvcrt kernel32)
|
|
add_cd_file(TARGET msvcrt_apitest DESTINATION reactos/bin FOR all)
|