reactos/base/applications/cmdutils/fc/CMakeLists.txt

8 lines
277 B
CMake
Raw Normal View History

include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/conutils)
add_executable(fc fc.c fc.rc)
set_module_type(fc win32cui UNICODE)
target_link_libraries(fc conutils ${PSEH_LIB})
add_importlibs(fc msvcrt user32 kernel32)
add_cd_file(TARGET fc DESTINATION reactos/system32 FOR all)