mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
17 lines
344 B
Text
17 lines
344 B
Text
![]() |
|
||
|
list(APPEND SOURCE
|
||
|
load.c
|
||
|
handles.c
|
||
|
instance.c
|
||
|
instance_find.c
|
||
|
filter_find.c
|
||
|
volume_find.c
|
||
|
info.c
|
||
|
comms.c
|
||
|
testlist.c)
|
||
|
|
||
|
add_executable(fltlib_apitest ${SOURCE})
|
||
|
set_module_type(fltlib_apitest win32cui)
|
||
|
add_importlibs(fltlib_apitest user32 msvcrt kernel32)
|
||
|
add_cd_file(TARGET fltlib_apitest DESTINATION reactos/bin FOR all)
|