[TRANSLATIONS] Update the email address and add a note in the Turkish translation...
[reactos.git] / base / applications / cmdutils / comp / CMakeLists.txt
1
2 include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/conutils)
3
4 add_executable(comp comp.c comp.rc)
5 set_module_type(comp win32cui UNICODE)
6 target_link_libraries(comp conutils ${PSEH_LIB})
7 add_importlibs(comp msvcrt kernel32)
8 add_cd_file(TARGET comp DESTINATION reactos/system32 FOR all)