reactos/rostests/tests/np_enum/CMakeLists.txt

5 lines
180 B
CMake
Raw Normal View History

add_executable(np_enum np_enum.c)
set_module_type(np_enum win32cui UNICODE)
add_importlibs(np_enum msvcrt kernel32 mpr)
add_cd_file(TARGET np_enum DESTINATION reactos/bin FOR all)