mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
493ceb7ade
Dynamically check for sys/types.h and pid_t in wine config.h Use TARGET_xxx defines instead of _X86_ as this is undefined by GCC Add some sense in include directories management by using interface libraries
8 lines
148 B
CMake
8 lines
148 B
CMake
|
|
add_host_tool(fatten
|
|
fatten.c
|
|
fatfs/diskio.c
|
|
fatfs/ff.c
|
|
fatfs/option/ccsbcs.c)
|
|
target_link_libraries(fatten PRIVATE host_includes)
|