2011-05-16 13:12:07 +00:00
|
|
|
|
2016-10-22 22:07:28 +00:00
|
|
|
PROJECT(more)
|
|
|
|
|
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/conutils)
|
|
|
|
|
2011-05-16 13:12:07 +00:00
|
|
|
add_executable(more more.c more.rc)
|
2016-10-22 22:07:28 +00:00
|
|
|
set_module_type(more win32cui UNICODE)
|
2016-11-03 15:47:45 +00:00
|
|
|
target_link_libraries(more conutils ${PSEH_LIB})
|
2017-09-24 19:02:29 +00:00
|
|
|
add_importlibs(more advapi32 msvcrt kernel32)
|
2014-03-17 23:42:55 +00:00
|
|
|
set_target_properties(more PROPERTIES SUFFIX ".com")
|
2011-05-16 13:12:07 +00:00
|
|
|
add_cd_file(TARGET more DESTINATION reactos/system32 FOR all)
|