mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
comp\comp.c(44): warning C4267: 'return': conversion from 'size_t' to 'INT', possible loss of data
7 lines
212 B
CMake
7 lines
212 B
CMake
|
|
add_executable(comp comp.c comp.rc)
|
|
set_module_type(comp win32cui UNICODE)
|
|
target_link_libraries(comp conutils)
|
|
add_importlibs(comp msvcrt kernel32)
|
|
add_cd_file(TARGET comp DESTINATION reactos/system32 FOR all)
|