mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 20:02:55 +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
4 lines
109 B
CMake
4 lines
109 B
CMake
|
|
add_host_tool(kbdtool data.c main.c output.c parser.c)
|
|
target_link_libraries(kbdtool PRIVATE host_includes)
|