mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 04:37:32 +00:00
16 lines
338 B
CMake
16 lines
338 B
CMake
|
|
add_subdirectory(CmdLineUtil)
|
|
|
|
list(APPEND SOURCE
|
|
CommandLine.c
|
|
ieee.c
|
|
popen.c
|
|
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_rostests_file(TARGET msvcrt_apitest)
|