mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
7 lines
222 B
CMake
7 lines
222 B
CMake
|
|
add_executable(fc fc.c texta.c textw.c fc.rc)
|
|
set_module_type(fc win32cui UNICODE)
|
|
target_link_libraries(fc conutils)
|
|
add_importlibs(fc shlwapi msvcrt kernel32)
|
|
add_cd_file(TARGET fc DESTINATION reactos/system32 FOR all)
|