mirror of
https://github.com/reactos/reactos.git
synced 2024-10-29 19:13:58 +00:00
705846cb25
- Create a skeleton test project for fltlib.dll - Not yet part of the build svn path=/trunk/; revision=72173
17 lines
344 B
CMake
17 lines
344 B
CMake
|
|
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)
|