projects
/
reactos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[NP_ENUM]
[reactos.git]
/
rostests
/
tests
/
np_enum
/
CMakeLists.txt
1
add_executable(np_enum np_enum.c)
2
set_module_type(np_enum win32cui UNICODE)
3
add_importlibs(np_enum msvcrt kernel32 mpr)
4
add_cd_file(TARGET np_enum DESTINATION reactos/bin FOR all)